FastAPI Auth Token Service
Dev Tools
Remote
1 tool
Hash passwords with bcrypt and issue/verify JWT session tokens. Ideal for issuing and verifying session JWTs for microservices, hashing credentials, building login/token flows.
How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://auth-token-service--a2a.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
invokeHash passwords with bcrypt and issue/verify JWT session tokens.