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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント