spiderswitch
by hiddenpath
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COHERE_API_KEY | No | API key for Cohere provider. | |
| GEMINI_API_KEY | No | API key for Google provider (alternative: GOOGLE_API_KEY). | |
| GOOGLE_API_KEY | No | API key for Google provider (alternative: GEMINI_API_KEY). | |
| OPENAI_API_KEY | No | API key for OpenAI provider. | |
| MISTRAL_API_KEY | No | API key for Mistral provider. | |
| AI_PROTOCOL_PATH | No | Path to the ai-protocol directory (auto-detected if not set). | |
| DEEPSEEK_API_KEY | No | API key for DeepSeek provider. | |
| AI_HTTP_TRUST_ENV | No | Set to 1 to forward standard proxy env vars to ai-lib HTTP client. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic provider. | |
| SPIDERSWITCH_SYNC_DIST | No | Disable dist sync when explicitly invoked (default: enabled). | |
| AI_PROTOCOL_DIST_BASE_URL | No | Override raw dist source (default official GitHub raw URL). | |
| SPIDERSWITCH_SYNC_ON_INIT | No | Enable dist sync during runtime initialization (default: disabled). | |
| AI_PROTOCOL_DIST_API_BASE_URL | No | Override GitHub API listing source for models/providers dist json. | |
| SPIDERSWITCH_LIST_CACHE_TTL_SEC | No | TTL for list_models cache (default: 5). | |
| SPIDERSWITCH_STATUS_CACHE_TTL_SEC | No | TTL for get_status cache (default: 2). |
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
- 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/hiddenpath/spiderswitch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server