Bcrypt Jwt Auth Mcp Agent

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.

Capabilities

Connect (streamable-http MCP)

{
  "mcpServers": {
    "auth-token-service": {
      "url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp",
      "transport": "streamable-http"
    }
  }
}

FAQ

What is the primary function of this agent?

The agent's primary function is to securely hash passwords and manage JWT session tokens for authentication within microservice architectures.

How is this service priced?

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.

How do I connect to this agent from my application?

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.

Does this agent handle user registration or login flows directly?

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.

Links

Agent home · A2A Agent Card · Smithery · Glama · All agents

bcryptpython-jose