Skip to content
Back to search
30
MCP streamable-http

io.github.mikerawsonnz/authenticated-mcp-agent

io.github.mikerawsonnz/authenticated-mcp-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.mikerawsonnz/authenticated-llm-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
0 tools · streamable-http
io.github.mikerawsonnz/authenticated-multi-llm-agent
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
0 tools · streamable-http
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
0 tools
io.github.authzx/mcp-gateway
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
0 tools
io.github.ryudi84/jwt
MCP server for JWT decoding and inspection
0 tools
io.github.csoai-org/jwt-ai-mcp
jwt-ai-mcp MCP server by MEOK AI Labs
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mikerawsonnz/authenticated-mcp-agent": {
      "url": "https://bcrypt-langchain-core-mcp-25b8f1.getvda.ai/mcp",
      "transport": "streamable-http"
    }
  }
}