Messari SDK TypeScript MCP Server
The MCP (Model Context Protocol) server enables AI assistants like Claude Code, Codex and Cursor to directly interact with Messari’s API services, allowing them to retrieve real-time crypto data and insights during conversations.Key Benefits
AI Integration
Seamlessly connect AI assistants to Messari’s crypto data and services
Dynamic Tools
Discover and invoke API endpoints dynamically based on your needs
Flexible Configuration
Customize endpoint exposure and capabilities based on your use case
Comprehensive Coverage
Access the full range of Messari API services including Signal, Metrics, and
AI
Quick Installation
You can run the MCP Server directly vianpx
:
Using with MCP Clients
Many AI platforms, including Claude Code, Codex and Cursor, support the Model Context Protocol. You can configure your MCP client to use Messari’s MCP server:Filtering for AI Endpoints Only
If you have a Pro or Lite tier API key and only want to access the AI completion endpoints, you can filter the available resources:Service Categories
The MCP server provides access to Messari’s comprehensive API services:- MessariAI API - Chat completions, entity extraction, and market signals
- Signal - Asset sentiment, mindshare, and trending topics
- Metrics - Comprehensive crypto asset metrics and time series data
- News - Crypto news feed and sources
- Research - Analyst reports and insights
- Token Unlocks - Vesting schedules and unlock events
- Funding - Fundraising rounds, M&A, and investor data
- User Management - Watchlists and API credits
Exposing Endpoints
The MCP server offers two approaches to expose endpoints:- Individual Tools - Each API endpoint becomes a separate tool
- Dynamic Discovery - Three meta-tools that let the AI discover and invoke endpoints:
list_api_endpoints
- Find available endpointsget_api_endpoint_schema
- Get detailed schema for an endpointinvoke_api_endpoint
- Execute any endpoint with parameters