Skip to content
Back to search
30
MCP

gosce-llm-orchestration-mcp-agent

pypi/gosce-llm-orchestration-mcp-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.

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

Similar MCP servers embedding-nearest

gosce-llm-orchestration-agent-mcp
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
0 tools
io.github.mikerawsonnz/llm-orchestration-agent
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
0 tools · streamable-http
io.github.mikerawsonnz/llm-observability-orchestration
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
0 tools · streamable-http
gosce-traced-llm-mcp-proxy
Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus the trace/span id.
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

How to use

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

{
  "mcpServers": {
    "gosce-llm-orchestration-mcp-agent": {
      "url": "None",
      "transport": "http"
    }
  }
}