A2A Bcrypt Jwt Auth Service

FastAPI Auth Token Service — a remote MCP + A2A agent on getvda.ai.

This remote agent provides a robust FastAPI-based authentication token service, designed for seamless integration into your microservices architecture. It securely handles password hashing using bcrypt and manages JWT session token issuance and verification.

Built for developers and services requiring secure, compliant authentication, this agent speaks open A2A and MCP protocols. It's metered via x402 micropayments for usage, with discovery remaining completely 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 A2A and MCP?

A2A (Agent-to-Agent) and MCP (Microservice Communication Protocol) are open protocols that enable secure and standardized communication between autonomous agents and microservices, facilitating discovery and interaction.

How do I connect to this service?

You can connect to this service using standard HTTP requests to its exposed FastAPI endpoints, adhering to the A2A and MCP specifications for interaction. Specific endpoint details will be available upon discovery.

How is this service priced?

This service is metered via x402 micropayments, meaning you only pay for the actual usage of the authentication capabilities. Discovery of the service is free of charge.

What libraries are used for hashing and JWT?

The service utilizes the `bcrypt` library for secure password hashing and `python-jose` for JWT session token issuance and verification.

Links

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

bcryptpython-jose