CryptoMCP

CryptoMCP

3.2

If you are the rightful owner of CryptoMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Crypto MCP Server is a FastMCP server providing real-time cryptocurrency data from the API Ninjas Crypto API.

The Crypto MCP Server is designed to provide real-time cryptocurrency data using the Model Context Protocol (MCP). It leverages the FastMCP framework to ensure standard MCP communication, allowing clients like Claude and Cursor to query cryptocurrency symbols and their current prices efficiently. The server is built with an asynchronous API client using `httpx` for non-blocking calls and employs `pydantic` for data validation. It is thoroughly tested with unit and integration tests using `pytest`. The server requires Python 3.10 or higher and an API key from API Ninjas to function. It is open-source and licensed under the MIT License.

Features

  • List Symbols: Get a list of all available cryptocurrency symbols.
  • Get Price: Fetch the current price and timestamp for a specific symbol.
  • MCP Compliant: Built using FastMCP for standard MCP communication.
  • Async API Client: Uses `httpx` for efficient, non-blocking API calls.
  • Validated Data: Uses `pydantic` for robust data validation.

Tools

  1. list_crypto_symbols

    Fetches a list of all available cryptocurrency symbols from the API.

  2. get_crypto_price

    Fetches the current price and timestamp for a specific cryptocurrency symbol.

Related MCP Servers

View all finance servers →