@cryptyx/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRYPTYX_API_KEY | Yes | API key from cryptyx.ai | |
| CRYPTYX_API_URL | No | Override for self-hosted deployments | https://cryptyx.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_market_snapshot | Get asset universe with composite scores, returns, and rankings. Returns top-ranked digital assets by CRYPTYX composite score. |
| get_signal_triggers | Get today's active signal firings across all assets. Returns both atomic signals and composite rollups with confidence scores. |
| get_signal_catalog | List all active signals with their parameters and 30-day trigger statistics. Useful for understanding available signals before backtesting. |
| get_factor_scores | Get factor t-scores for an asset across 8 factor classes (CORR, EFF, FLOW, FUT, OB, OPT, TR, VOL) and multiple horizons. |
| get_composite_rankings | Get the full current-state snapshot optimized for AI agents: factor breadth, top/bottom composite rankings, signal trigger summary, and pipeline status. |
| get_market_pulse | Get factor breadth and regime analysis across the entire asset universe. Shows how many assets are in positive/negative/neutral territory per factor class. |
| get_price_history | Get daily OHLCV candle data for a single asset. Useful for backtesting and charting. |
| get_signal_explanation | Get a structured explanation of why a specific signal fired (or did not fire) for a given asset on a given day. Returns factor scores and composite context. |
| search_assets | List all tracked assets in the CRYPTYX universe with their universe tags. |
| get_regime_analysis | Get the current regime classification for an asset (e.g. trending, mean-reverting, volatile). Includes primary and secondary regime with confidence scores. |
| backtest_signal | Run a backtest for a signal over a date range. Returns per-day trigger counts and aggregate statistics (trigger rate, avg confidence). Essential for strategy optimization. |
| analyze_metric | Single-metric z-score backtest with forward returns across 8 horizons (1d to 365d). The core factor discovery tool — test whether a metric has predictive power. |
| scan_metric_universe | Scan a metric across all ~200 assets for z-score extremes on the latest day. Returns ranked results with forward returns at 1d/7d/30d horizons. |
| get_asset_liquidity | Get order book depth data for an asset — bid/ask USD at 50/100/200bp from mid. Critical for assessing real-world execution costs. |
| get_live_prices | Get latest spot prices for all tracked assets (refreshed every 15 minutes). Useful for real-time context. |
| get_featured_metrics | Get the top-performing metrics by information coefficient (IC). Returns the 8 highest-conviction metrics with A/B grades, plus the single best metric. |
| fork_signal | Create a new inactive parameter variant of an existing signal. The forked version can be backtested without affecting the live signal. Requires approval to activate. |
| simulate_signal | Estimate the trigger rate if a signal threshold were changed. Compares proposed threshold against current active threshold without making changes. |
| analyze_metrics_composite | Multi-factor z-score intersection backtest. Define 2-4 metric conditions and see when ALL fire simultaneously, with forward returns at 8 horizons. |
| get_competition_leaderboard | Get the CRYPTYX Challenge leaderboard — ranked competition entries with Sharpe ratio, return, drawdown, and composite scores. |
| get_competition_rounds | List all competition rounds with rules, asset universe, and entry counts. Shows active and past rounds. |
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/cryptyx-ai/cryptyx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server