MCP.so
登录
C

CryptoMCP

@BillionsBobby

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

BillionsBobby

提交者

Xinhang YU

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器