by token-metrics
Provides comprehensive cryptocurrency market data, trading signals, price predictions, and advanced analytics via function calls for AI assistants and agents.
Offers real‑time crypto prices, market metrics, AI‑generated trading signals, technical analysis, sentiment insights, and quantitative grading through a Model Context Protocol (MCP) endpoint that can be invoked by AI tools.
https://mcp.tokenmetrics.com
and include the x-api-key
header containing your Token Metrics API key.TOKEN_METRICS_API_KEY
and run npx -y @token-metrics-ai/mcp@latest
. The local server then listens on the standard MCP JSON‑RPC endpoint (POST /
).get_tokens_price
, get_market_metrics
) from an AI client that supports MCP.x-api-key
HTTP header (hosted) or set the TOKEN_METRICS_API_KEY
env variable (local).npm run build
) and run it with the MCP Inspector: npx @modelcontextprotocol/inspector node build/src/cli.js
.The Token Metrics Model Context Protocol (MCP) server provides comprehensive cryptocurrency data, analytics, and insights through function calling. This server enables AI assistants and agents to access Token Metrics' powerful API for real-time crypto market data, trading signals, price predictions, and advanced analytics.
The easiest way to get started is using our hosted HTTP transport - no installation required:
{
"mcpServers": {
"token-metrics": {
"url": "https://mcp.tokenmetrics.com",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
# Set environment variable and run
export TOKEN_METRICS_API_KEY=your_api_key_here
npx -y @token-metrics-ai/mcp@latest
https://mcp.tokenmetrics.com
x-api-key
header with your Token Metrics API keyYou can find the Token Metrics MCP server on these popular MCP listing sites:
Add the following to your claude_desktop_config.json
or mcp.json
:
{
"mcpServers": {
"token-metrics": {
"url": "https://mcp.tokenmetrics.com",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Add the following to your claude_desktop_config.json
or mcp.json
:
{
"mcpServers": {
"token-metrics": {
"command": "npx",
"args": ["-y", "@token-metrics-ai/mcp@latest"],
"env": {
"TOKEN_METRICS_API_KEY": "YOUR_API_KEY"
}
}
}
}
The Token Metrics MCP server provides the following tools:
get_tokens_data
- Fetch comprehensive token informationget_tokens_price
- Get current token pricesget_tokens_hourly_ohlcv
- Hourly OHLCV dataget_tokens_daily_ohlcv
- Daily OHLCV dataget_tokens_trading_signal
- AI-generated trading signalsget_tokens_trader_grade
- Short-term trader gradesget_tokens_investor_grade
- Long-term investor gradesget_tokens_resistance_and_support
- Technical support/resistance levelsget_tokens_correlation
- Token correlation analysisget_market_metrics
- Overall market analyticsget_sentiment
- Market sentiment analysisget_tokens_quant_metrics
- Quantitative metricsget_tokens_scenario_analysis
- Price prediction scenariosget_tokens_ai_report
- AI-generated token reportsget_crypto_investors
- Crypto investor informationget_top_tokens_by_market_cap
- Top tokens by market capget_indices
- Fetch active and passive crypto indicesget_indices_performance
- Historical performance data for indicesget_indices_holdings
- Current holdings and weights for indicesgit clone https://github.com/token-metrics/mcp.git
cd mcp
npm install
export TOKEN_METRICS_API_KEY=your_api_key_here
npm run start:dev
npm run build
You can test the local server using the MCP Inspector:
# Build the server first
npm run build
# Run with MCP Inspector
npx @modelcontextprotocol/inspector node build/src/cli.js
When using the hosted HTTP transport at https://mcp.tokenmetrics.com
, the server accepts:
Headers:
x-api-key
- Your Token Metrics API key (required)Content-Type: application/json
(for requests)Supported Endpoints:
POST /
- Main MCP JSON-RPC endpointThe local server accepts the following configuration options:
--help
- Show help informationEnvironment variables:
TOKEN_METRICS_API_KEY
- Your Token Metrics API keyThe server includes comprehensive error handling:
MIT License - see LICENSE file for details.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "token-metrics": { "command": "npx", "args": [ "-y", "@token-metrics-ai/mcp@latest" ], "env": { "TOKEN_METRICS_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.