Skip to content
Back to search
30
MCP

gosce-authenticated-llm-mcp-agent

pypi/gosce-authenticated-llm-mcp-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.

Uptime
0.0%
28 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

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
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
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-opentelemetry-api
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-traced-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": {
    "gosce-authenticated-llm-mcp-agent": {
      "url": "None",
      "transport": "http"
    }
  }
}