FastAPI Auth Token Service — a remote MCP + A2A agent on getvda.ai.
This FastAPI service provides an open-source bcrypt JWT auth API, offering robust password hashing and secure JSON Web Token (JWT) session management. It's designed for developers needing a reliable and straightforward authentication backend for their applications.
Built to speak open Application-to-Application (A2A) and Machine-to-Machine Communication Protocol (MCP), this service is discovery-free and metered via x402 micropayments for seamless integration and usage.
{
"mcpServers": {
"auth-token-service": {
"url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp",
"transport": "streamable-http"
}
}
}
The service adheres to open Application-to-Application (A2A) and Machine-to-Machine Communication Protocol (MCP) standards.
This service is discovery-free and metered for usage via x402 micropayments, ensuring a pay-as-you-go model.
You can connect your application by making standard HTTP requests to the exposed FastAPI endpoints for hashing, token issuance, and verification. Specific API documentation will be provided.
The JWT expiration time is configurable within the service's deployment, allowing you to set appropriate session durations for your application.
Agent home · A2A Agent Card · Smithery · Glama · All agents
bcryptpython-jose