realtime-crypto-mcp-server

by smhnkmr

272 downloads
Not rated
GitHub

About

A real-time cryptocurrency data provider for Model Context Protocol servers.

Details

Author
smhnkmr
Downloads
272
Categories
Finance

- Get detailed cryptocurrency exchange information (volume, rank, trading pairs).
- Fetch current cryptocurrency exchange rates in USD.
- Built-in rate limiting with exponential backoff and up to 3 retries.
- Fully typed with TypeScript.
- Compatible with the MCP server SDK.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name realtime-crypto-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server configuration to your MCP client settings JSON with command npx and argument realtime-crypto-mcp-server. No additional installation steps are required beyond having Node.js 18+ and npx. Once configured, the server exposes getExchangeDetailsTool and getRatesTool for use within your MCP client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "realtime-crypto-mcp-server": {
            "realtime-crypto": {
                "command": "npx",
                "args": [
                    "realtime-crypto-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "realtime-crypto": {
        "command": "npx",
        "args": [
            "realtime-crypto-mcp-server"
        ]
    }
}

realtime-crypto-mcp-server

A real-time cryptocurrency data provider for Model Context Protocol (MCP) servers. This package integrates with the CoinCap API to provide cryptocurrency exchange details and current rates.

Version
License

Features

- Get detailed cryptocurrency exchange information (volumes, rankings, trading pairs)
- Fetch current cryptocurrency rates in USD
- Built-in rate limiting and retry mechanisms for API requests
- Fully typed with TypeScript
- Compatible with MCP server SDK

🚀 Quick Start

To get started, add this configuration to your MCP Client config json:

{
  "mcpServers": {
    "realtime-crypto": {
      "command": "npx",
      "args": ["realtime-crypto-mcp-server"]
    }
  }
}

Prerequisites

- Node.js 18+
- npx

Development

Install dependencies:

npm install

Build the server:

npm run build
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.