- Home
- MCP servers
- Token Metrics
Token Metrics
- typescript
16
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
The Token Metrics MCP Server gives you programmatic access to real-time crypto data, signals, and analytics through function calls. It lets your AI assistants fetch current prices, market insights, and predictive analyses with a simple MCP interface, enabling you to build smarter trading and analytics workflows.
How to use
You connect an MCP client to the Token Metrics MCP Server either via a hosted HTTP transport or by running a local instance with npx. Use the HTTP option to skip installation and keep things up-to-date, or run locally to customize and extend functionality. After connection, you can request token data, trading signals, price predictions, market metrics, and various analytics through the available tools.
How to install
Prerequisites: Node.js 18 or higher, npm or yarn, and an API key from Token Metrics.
Option A: Use the hosted HTTP transport (no installation) by configuring your MCP client to point at the hosted endpoint and providing your API key in the request headers.
Option B: Install locally using npx for a quick start.
Additional setup and notes
Connection options include an HTTP transport and a local installation via npx. The hosted HTTP transport uses the URL https://mcp.tokenmetrics.com and requires your API key to be sent in the x-api-key header. A local installation runs the MCP server via npx with your API key supplied as an environment variable.
Available tools
get_tokens_data
Fetch comprehensive token information such as metadata, supply, and basic attributes.
get_tokens_price
Retrieve current prices for tokens.
get_tokens_hourly_ohlcv
Obtain hourly OHLCV data for tokens.
get_tokens_daily_ohlcv
Obtain daily OHLCV data for tokens.
get_tokens_trading_signal
AI-generated trading signals for long or short positions.
get_tokens_trader_grade
Short-term trader grades based on metrics and signals.
get_tokens_investor_grade
Long-term investor grades.
get_tokens_resistance_and_support
Technical support and resistance levels.
get_tokens_correlation
Correlation analysis between tokens.
get_market_metrics
Overall market analytics.
get_sentiment
Market sentiment analysis.
get_tokens_quant_metrics
Quantitative metrics for token evaluation.
get_tokens_scenario_analysis
Price prediction scenarios.
get_tokens_ai_report
AI-generated token reports.
get_crypto_investors
Crypto investor information.
get_top_tokens_by_market_cap
Top tokens by market capitalization.
get_indices
Fetch active and passive crypto indices.
get_indices_performance
Historical performance for indices.
get_indices_holdings
Current index holdings and weights.