xyte-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XYTE_HUB_URL | No | Override the hub base URL | https://hub.xyte.io |
| XYTE_ENTRY_URL | No | Override the entry base URL | |
| XYTE_ORG_API_KEY | No | Organization-scoped API key. Either this or XYTE_PARTNER_API_KEY must be set. | |
| XYTE_MCP_READ_ONLY | No | Set to '1' to refuse all mutating endpoints. Writes are permitted by default. | |
| XYTE_MCP_TIMEOUT_MS | No | Per-request timeout in milliseconds | 15000 |
| XYTE_PARTNER_API_KEY | No | Partner-scoped API key. Either this or XYTE_ORG_API_KEY must be set. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| xyte_endpoints_listA | Discover Xyte platform API endpoints. Returns compact rows; call xyte_endpoint_describe for a specific endpoint's parameters before calling it. Filter with namespace/group/method/search to keep results small. |
| xyte_endpoint_describeA | Show the full contract for one endpoint: required path parameters, accepted query parameters, body shape and which credential it needs. Call this before xyte_api_call when you are unsure of an endpoint's arguments. |
| xyte_api_callA | Invoke a Xyte platform API endpoint by key. Use xyte_endpoint_describe first if you are unsure of the parameters. Mutating endpoints run unless the server was started read-only; DELETE additionally requires confirm. |
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/xyte-io/xyte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server