🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cryptyx/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptyx/mcp-server

CRYPTYX MCP Server — crypto intelligence for AI agents

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
47
-44.71%
Maintainers
1
Weekly downloads
 
Created
Source

@cryptyx/mcp-server

MCP (Model Context Protocol) server for CRYPTYX — institutional-grade digital asset intelligence for AI agents.

Quick Start

npx @cryptyx/mcp-server

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "cryptyx": {
      "command": "npx",
      "args": ["@cryptyx/mcp-server"],
      "env": {
        "CRYPTYX_API_KEY": "your-api-key"
      }
    }
  }
}

Environment Variables

VariableRequiredDefaultDescription
CRYPTYX_API_KEYYesAPI key for authentication
CRYPTYX_API_URLNohttps://cryptyx.aiBase URL (for self-hosted)

Tools

get_market_snapshot

Asset universe with composite scores, returns, volatility, and rankings.

Parameters: assets (optional, comma-separated), mode (snapshot/series), days (1-365)

get_signal_triggers

Today's active signal firings across all assets with confidence scores.

get_signal_catalog

All 35 signals with active parameters and 30-day trigger statistics.

get_factor_scores

Factor t-scores for an asset across 8 factor classes and multiple horizons.

Parameters: asset (required), mode, days, horizons (comma-separated)

get_composite_rankings

Full state snapshot: factor breadth, top/bottom rankings, signal summary, pipeline status.

get_market_pulse

Factor breadth and regime analysis across the entire asset universe.

Parameters: days, horizons, classes (comma-separated)

get_price_history

Daily OHLCV candle data for backtesting.

Parameters: asset (required), days (1-365)

get_signal_explanation

Structured explanation of why a signal fired (or didn't) for a specific asset/day.

Parameters: signal_id (required), day (required, YYYY-MM-DD), asset (required)

search_assets

List all tracked assets in the CRYPTYX universe.

get_regime_analysis

Current regime classification (trending, mean-reverting, volatile) with confidence.

Parameters: asset (required), mode, days

Factor Classes

CodeNameDescription
CORRCorrelationCross-asset correlation dynamics
EFFEfficiencyMarket efficiency and mean reversion
FLOWFlowCapital flow and fund movement
FUTFuturesDerivatives positioning and sentiment
OBOrder BookDepth, imbalance, and microstructure
OPTOptionsImplied vol, skew, and term structure
TRTrendPrice momentum and trend strength
VOLVolatilityRealized and implied vol dynamics

Data

  • 229 metrics across 8 factor classes
  • 37 signals with parameterized thresholds
  • 202 digital assets tracked daily
  • Horizons: 1d, 7d, 14d, 30d, 60d, 90d, 180d, 365d
  • Data refreshed daily at UTC 00:00

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts