Woow LiteLLM MCP Server
by WOOWTECH
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LITELLM_MCP_BASE_URL | No | LiteLLM gateway base URL (no /api/v5). | http://localhost:4000 |
| LITELLM_MCP_READONLY | No | Drop every destructive tool. | false |
| LITELLM_MCP_MAX_LIMIT | No | Max page size. | 500 |
| LITELLM_MCP_MASTER_KEY | Yes | Bearer master/admin key. | |
| LITELLM_MCP_DEFAULT_LIMIT | No | Default page size. | 50 |
| LITELLM_MCP_DISABLED_TOOLS | No | CSV of tool names to disable. | |
| LITELLM_MCP_REQUEST_TIMEOUT | No | Per-request HTTP timeout (s). | 60 |
| LITELLM_MCP_DISABLED_CATEGORIES | No | CSV of categories to disable. | |
| LITELLM_MCP_DISABLED_OPERATIONS | No | CSV of tool:op / op gates. |
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/WOOWTECH/Woow_litellm_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server