FastAPI Auth Token Service — a remote MCP + A2A agent on getvda.ai.
This production-ready FastAPI service acts as an A2A (Application-to-Application) and MCP (Microservice Control Plane) agent, specializing in authentication token management. It leverages bcrypt for secure password hashing and python-jose for issuing and verifying JWT (JSON Web Token) session tokens.
Designed for developers building secure microservice architectures, this agent is discoverable and metered via x402 micropayments. This means you only pay for what you use, with discovery being free.
{
"mcpServers": {
"auth-token-service": {
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp",
"transport": "streamable-http"
}
}
}
The agent's primary function is to securely hash passwords and manage JWT session tokens for authentication within microservice architectures.
This service is metered via x402 micropayments. Discovery is free, and you pay only for the actual usage of the hashing and token management capabilities.
As an A2A agent, it exposes a well-defined API (typically HTTP/HTTPS) for password hashing and JWT token operations. Specific endpoints and request/response schemas will be provided upon discovery.
No, this agent is a specialized authentication primitive. It provides the underlying password hashing and JWT token services. Your application is responsible for managing user registration, login flows, and integrating with this agent for the cryptographic operations.
Agent home · A2A Agent Card · Smithery · Glama · All agents
bcryptpython-jose