iikocloud-mcp
by UserVanya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IIKOCLOUD_APP_ID | Yes | App ID for iikoCloud authentication (required for stdio transport) | |
| IIKOCLOUD_API_KEY | Yes | API key for iikoCloud authentication (required for stdio transport) | |
| IIKOCLOUD_MCP_DENY | No | Comma-separated list of denied tool names/glob patterns | |
| IIKOCLOUD_MCP_HOST | No | Host address for HTTP transport | 127.0.0.1 |
| IIKOCLOUD_MCP_PORT | No | Port for HTTP transport | 8000 |
| IIKOCLOUD_MCP_ALLOW | No | Comma-separated list of allowed tool names/glob patterns | |
| IIKOCLOUD_MCP_DOMAINS | No | Comma-separated list of domains to include (e.g., 'organizations,menu') | |
| IIKOCLOUD_CLIENT_SECRET | Yes | Client secret for iikoCloud authentication (required for stdio transport) | |
| IIKOCLOUD_MCP_CACHE_TTL | No | Cache TTL in seconds for reference data (0 disables cache) | 300 |
| IIKOCLOUD_MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| IIKOCLOUD_MCP_ALLOW_WRITE | No | Allow write operations (set to '1', 'true', etc. to enable) | 0 |
| IIKOCLOUD_MCP_CALL_TIMEOUT | No | Timeout for each tool call in seconds | 120 |
| IIKOCLOUD_MCP_CONFIRM_WRITES | No | Enable confirmation for write operations (set to '0' or 'false' to disable) | 1 |
| IIKOCLOUD_MCP_WRITE_FALLBACK | No | Fallback behavior for writes when client doesn't support elicitation: 'open' or 'closed' | closed |
| IIKOCLOUD_MCP_MAX_RATE_WINDOW | No | Maximum rate window in seconds (caps method rate limit windows) | 120 |
| IIKOCLOUD_MCP_MAX_OUTPUT_CHARS | No | Maximum output characters in response (positive integer; empty means no limit) | |
| IIKOCLOUD_MCP_CACHE_MAX_ENTRIES | No | Maximum number of cache entries (LRU eviction) | 256 |
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/UserVanya/Iikocloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server