# Token Metrics — MCP server on mcp.ai > Connect your Token Metrics account and use 5 tools for analytics straight from your AI agent. Connect with your own API key. Token Metrics provides an API offering real-time, AI-powered cryptocurrency data and insights for developers to build trading bots, dashboards, and portfolio tools. By: mcp.ai · official Page: https://mcp.ai/token_metrics ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_token_metrics?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/token_metrics/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/token_metrics/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/token_metrics/skill.md Postman collection (v2.1): https://mcp.ai/token_metrics/postman.json ## Tools - token_metrics_get_price(limit?: integer, currency?: string, token_id: string) — Tool to retrieve real-time price and market metrics for a given cryptocurrency. Use when you need the latest price, volume, and market cap information for trading or analysis. Response fields like `vo - token_metrics_get_technical_indicators(limit?: integer, symbol: string, end_time?: string, exchange?: string, interval: string, indicator: string, start_time?: string) — Tool to retrieve technical indicators for a token. Use when you need technical analysis data for a specific symbol, interval, and indicator. - token_metrics_get_tokens(page?: integer, limit?: integer, search?: string, sort_by?: string, category?: string, price_max?: number, price_min?: number, blockchain?: string, sort_order?: string, market_cap_max?: number, market_cap_min?: number) — Tool to retrieve a paginated list of supported tokens with metadata. Use when you need comprehensive token listings across price, market cap, supply, and contract details. Returns token_id values requ - token_metrics_get_top_market_cap_tokens(page?: integer, limit?: integer, sector?: string, currency?: string) — Tool to retrieve a list of tokens ranked by market capitalization. Use when you need an overview of the most valuable cryptocurrencies. - token_metrics_get_trading_signals(limit?: integer, offset?: integer, symbol?: string, exchange?: string, timeframe?: string, signal_type?: string) — Tool to retrieve entry and exit crypto trading signals. Use when optimizing trading strategies with signal-based insights. ## Example prompts - "What can I do in Token Metrics?" - "Show me a summary of my Token Metrics account" ## Links Docs: https://mcp.ai/docs/mcps/token_metrics Website: https://mcp.ai/mcps/token_metrics