CRYPTYX MCP Server — the intelligence layer for digital assets, delivered via Model Context Protocol. 21 tools, 376 metrics, 8 factor classes, ~200 assets. Clarity in chaos.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cryptyx-mcp-server": {
"command": "npx",
"args": [
"-y",
"cryptyx-ai/cryptyx-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cryptyx-mcp-server npx -y cryptyx-ai/cryptyx-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cryptyx-mcp-server": {
"command": "npx",
"args": [
"-y",
"cryptyx-ai/cryptyx-mcp-server"
]
}
}
}
📋 Copy