site24x7-code-mode-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_PORT | No | HTTP port (only if MCP_TRANSPORT=http) | 8000 |
| MCP_TRANSPORT | No | stdio or http | stdio |
| SITE24X7_ZONE | No | Data center zone (com, eu, in, com.au, cn, jp, ca, uk, ae, sa) | com |
| SITE24X7_ZAAID | No | Default MSP/BU customer zaaid (optional) | |
| SITE24X7_CACHE_DIR | No | On-disk cache root | ~/.cache/site24x7-code-mode-mcp/ |
| SITE24X7_CLIENT_ID | Yes | Zoho Self Client client ID | |
| SITE24X7_ACCOUNT_TYPE | No | Account type: standard, msp, bu | standard |
| SITE24X7_CLIENT_SECRET | Yes | Zoho Self Client client secret | |
| SITE24X7_REFRESH_TOKEN | Yes | Permanent refresh token from Zoho OAuth | |
| MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated origin allowlist | http://localhost,http://127.0.0.1 |
| SITE24X7_EXECUTE_TIMEOUT_MS | No | Wall-clock deadline in ms | 30000 |
| SITE24X7_MAX_CALLS_PER_EXECUTE | No | Per-execute API call budget | 50 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| site24x7_searchA | Search the Site24x7 REST API spec by writing JavaScript. The sandbox is read-only — no network. Use this tool to discover what to call before invoking Globals
Examples |
| site24x7_executeA | Run Site24x7 API calls by writing JavaScript that uses the Surface:
Operations are async — use MSP recipe (fan out over customers)ErrorsErrors are prefixed with a structured tag:
Limits
|
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
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/jmpijll/site24x7-code-mode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server