MCP Server
MCP
io.github.cryptyx-ai/cryptyx-mcp-server
Institutional crypto intelligence for agents. 30 tools: signals, backtests, regime, triggers.
Install
npx -y @cryptyx/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cryptyx/mcp-server",
"version": "0.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CRYPTYX API key — get one at https://cryptyx.ai",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CRYPTYX_API_KEY"
},
{
"description": "Override API base URL (default: https://cryptyx.ai)",
"format": "string",
"name": "CRYPTYX_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment