MCP.so
Sign In
C

CryptoMCP

@BillionsBobby

About CryptoMCP

Production-ready MCP Server for AI agents with cryptocurrency payments, blockchain data, and market analysis capabilities. Supports USDT payments (TRC20/ERC20), real-time price data, and enterprise-grade security.

Basic information

Category

Other

Transports

stdio

Publisher

BillionsBobby

Submitted by

Xinhang YU

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cryptomcp": {
      "command": "python",
      "args": [
        "-m",
        "src.mcp_server_simple"
      ],
      "env": {
        "COINREMITTER_TRC20_API_KEY": "<YOUR_TRC20_API_KEY>",
        "COINREMITTER_ERC20_API_KEY": "<YOUR_ERC20_API_KEY>",
        "DIA_ORACLE_API_URL": "https://api.diadata.org",
        "HMAC_SECRET": "<YOUR_HMAC_SECRET>",
        "JWT_SECRET": "<YOUR_JWT_SECRET>",
        "DEBUG": "false"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is CryptoMCP?

CryptoMCP is an enterprise-grade MCP server for cryptocurrency operations. It integrates with the DIA Oracle for real-time market data and supports USDT payment creation and management on TRC20 and ERC20 networks. It is intended for developers building crypto‑aware applications that need secure payment handling, balance inquiries, and price feeds.

How to use CryptoMCP?

Clone the repository, install dependencies with pip install -r requirements.txt, configure the required environment variables (COINREMITTER_TRC20_API_KEY, COINREMITTER_ERC20_API_KEY, HMAC_SECRET, JWT_SECRET), then run python -m src.mcp_server_simple.

Key features of CryptoMCP

  • Create and manage USDT payments (TRC20/ERC20)
  • Balance inquiries across multiple blockchain networks
  • Secure token transfers with validation
  • Real‑time cryptocurrency price feeds via DIA Oracle
  • Rate limiting (60 req/min) and input validation
  • Comprehensive audit logging and HTTP connection pooling

Use cases of CryptoMCP

  • Automate USDT payment creation and status tracking
  • Monitor wallet balances on TRC20 and ERC20 networks
  • Integrate live cryptocurrency price data into applications
  • Set up price alerts and historical trend analysis

FAQ from CryptoMCP

What API keys are required?

You need COINREMITTER_TRC20_API_KEY for TRC20 operations and COINREMITTER_ERC20_API_KEY for ERC20 operations, plus HMAC_SECRET and JWT_SECRET for security.

How do I install and run CryptoMCP?

Clone the repository, run pip install -r requirements.txt, configure environment variables, then execute python -m src.mcp_server_simple.

What rate limit is applied?

The server enforces a rate limit of 60 requests per minute.

Which blockchain networks are supported?

USDT payments and balance inquiries are supported on TRC20 (Tron) and ERC20 (Ethereum) networks.

What is the production readiness test pass rate?

The server achieved a 89.5% production readiness test pass rate.

Comments

More Other MCP servers