Authenticated MCP JWT Agent — a remote MCP + A2A agent on getvda.ai.
This Authenticated MCP JWT Agent provides a secure gateway to powerful LLM capabilities. It authenticates requests using JWTs and bcrypt, then executes LangChain-on-Vertex Gemini completions, ensuring only authorized access to your AI services. Unauthenticated calls are automatically rejected.
Designed for developers and enterprises needing secure, auditable access to large language models, this agent speaks open A2A and MCP protocols. It's metered via x402 micropayments for usage, with discovery remaining free.
{
"mcpServers": {
"authenticated-mcp-jwt-agent": {
"url": "https://bcrypt-langchain-core-mcp-97246c.getvda.ai/mcp",
"transport": "streamable-http"
}
}
}
It uses JWTs (JSON Web Tokens) for request authentication. If a request lacks a valid JWT, or if the JWT fails bcrypt validation, access to the LLM completion is denied.
The agent leverages LangChain to interact with Google's Vertex AI Gemini for its large language model completions.
Usage is metered via x402 micropayments. Discovery of the agent's capabilities is free, but actual LLM completions incur a micro-transaction fee.
You'll need to obtain a valid JWT, typically by authenticating with a separate service. This JWT is then included in your API requests to the agent, which will validate it before processing your LLM completion request.
Agent home · A2A Agent Card · Smithery · Glama · All agents
bcryptlangchain-coremcpopenaipython-jose