CapIX Router MCP
by Ritzky
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONGO_URI | No | MongoDB connection string for direct fallback (when MongoDB MCP is not available). | |
| GEMINI_MODEL | No | Gemini model identifier. | gemini-2.5-flash |
| GEMINI_API_KEY | No | Gemini API key for local-only fallback (when not using Vertex AI). | |
| MONGODB_MCP_URL | No | URL of the hosted MongoDB MCP service (e.g., https://your-mongodb-mcp-service/mcp). | |
| CAPIX_ROUTER_PORT | No | Port for the HTTP router server. | 8788 |
| MONGODB_MCP_TOKEN | No | Optional bearer token for the MongoDB MCP service. | |
| CAPIX_ROUTER_TOKEN | No | Shared token for authenticating requests to the router from the private CapIX app. | |
| CAPIX_USE_VERTEX_AI | No | If 'true', use Vertex AI for Gemini; otherwise use direct Gemini API. | true |
| GOOGLE_CLOUD_PROJECT | No | Google Cloud project ID for Vertex AI. | |
| MONGODB_MCP_DATABASE | No | Database name in MongoDB Atlas. | capix_compute_db |
| GOOGLE_CLOUD_LOCATION | No | Google Cloud location for Vertex AI. | global |
| MONGODB_MCP_FIND_TOOL | No | Name of the MCP tool used for finding documents. | find |
| CAPIX_PRIVATE_POLICY_URL | No | URL of the private CapIX policy service for paid route key validation. | |
| CAPIX_PRIVATE_POLICY_TOKEN | No | Bearer token for authenticating to the private policy service. | |
| CAPIX_REQUIRE_PAID_ROUTE_KEY | No | If 'true', routing only happens after a CPX deposit and a paid route key is issued. | true |
| MONGODB_MCP_NODES_COLLECTION | No | Collection name for compute routes. | nodes |
| MONGODB_MCP_INFERENCE_COLLECTION | No | Collection name for inference routes. | inference_routes |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ritzky/Capix-MCP-Router'
If you have feedback or need assistance with the MCP directory API, please join our Discord server