@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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_market_snapshotB | Get asset universe with composite scores, returns, and rankings. Returns top-ranked digital assets by CRYPTYX composite score. |
| get_signal_triggersB | Get today's active signal firings across all assets. Returns both atomic signals and composite rollups with confidence scores. |
| get_signal_catalogA | List all active signals with their parameters and 30-day trigger statistics. Useful for understanding available signals before backtesting. |
| get_factor_scoresB | Get factor t-scores for an asset across 8 factor classes (CORR, EFF, FLOW, FUT, OB, OPT, TR, VOL) and multiple horizons. |
| get_composite_rankingsC | Get the full current-state snapshot optimized for AI agents: factor breadth, top/bottom composite rankings, signal trigger summary, and pipeline status. |
| get_market_pulseA | 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_historyA | Get daily OHLCV candle data for a single asset. Useful for backtesting and charting. |
| get_signal_explanationA | 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_assetsB | List all tracked assets in the CRYPTYX universe with their universe tags. |
| get_regime_analysisA | Get the current regime classification for an asset (e.g. trending, mean-reverting, volatile). Includes primary and secondary regime with confidence scores. |
| backtest_signalA | 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_metricA | 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_universeA | 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_liquidityA | 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_pricesA | Get latest spot prices for all tracked assets (refreshed every 15 minutes). Useful for real-time context. |
| get_featured_metricsA | 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_signalA | 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_signalB | Estimate the trigger rate if a signal threshold were changed. Compares proposed threshold against current active threshold without making changes. |
| analyze_metrics_compositeA | 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_leaderboardA | Get the CRYPTYX Challenge leaderboard — ranked competition entries with Sharpe ratio, return, drawdown, and composite scores. |
| get_competition_roundsA | 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
- 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/cryptyx-ai/cryptyx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server