A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/token-metrics/mcp below:

token-metrics/mcp: 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 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"
      }
    }
  }
}
Option 2: Using npx (Local Installation)
# Set environment variable and run
export TOKEN_METRICS_API_KEY=your_api_key_here
npx -y @token-metrics-ai/mcp@latest
Local Installation (npx/npm)

You can find the Token Metrics MCP server on these popular MCP listing sites:

Claude Desktop or VS Code/Cursor HTTP Transport Configuration

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"
      }
    }
  }
}
Local Installation Configuration

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:

  1. Visit Token Metrics
  2. Sign up for an account
  3. Navigate to your API Dashboard
  4. Generate a new API key
  5. Use the API key with this MCP server
  1. Clone the repository:
git clone https://github.com/token-metrics/mcp.git
cd mcp
  1. Install dependencies:
  1. Set your API key:
export TOKEN_METRICS_API_KEY=your_api_key_here
  1. Run in development mode:
Testing with MCP Inspector

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
HTTP Transport Configuration

When using the hosted HTTP transport at https://mcp.tokenmetrics.com, the server accepts:

Headers:

Supported Endpoints:

Local Server Configuration

The local server accepts the following configuration options:

Environment variables:

The server includes comprehensive error handling:

MIT License - see LICENSE file for details.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4