Authenticated LLM Agent
https://server.smithery.ai/a2a/authenticated-llm-agent/mcp
● healthy
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected. Ideal for gating paid inference behind login, per-user LLM access, authenticated AI gateways.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/a2a/authenticated-llm-agent/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/a2a/authenticated-llm-agent/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai