Skip to content
Back to search
30
MCP streamable-http

io.github.mikerawsonnz/authenticated-llm-agent

io.github.mikerawsonnz/authenticated-llm-agent

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

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

Similar MCP servers embedding-nearest

io.github.mikerawsonnz/authenticated-mcp-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
0 tools · streamable-http
gosce-authenticated-mcp-agent-bcrypt
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
gosce-authenticated-mcp-jwt-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
gosce-authenticated-mcp-agent-openai
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
gosce-authenticated-mcp-agent-langchain-core
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools
gosce-authenticated-mcp-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools

How to use

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

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