universal-crypto-mcp
by nirholas·★ 37·综合分 44
通用MCP服务器,让AI通过自然语言与20+区块链网络交互。
概述
Universal Crypto MCP为AI代理提供了一个与EVM兼容和跨链网络交互的全面接口。它支持380+种工具,涵盖在以太坊、Arbitrum、Base、Polygon、BSC和Solana等网络上进行交换、跨链桥接、Gas费计算、质押、借贷等操作。该服务器集成了多个DEX聚合器、安全功能、MEV保护和通过x402协议的支付基础设施。它将多个MIT许可的加密货币MCP项目整合到一个monorepo结构中。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要为 AI 代理提供支持多条区块链的全面加密货币/DeFi 工具箱并集成数十个第三方协议时,选择此服务器。
什么时候不要选它
如果您只需要支持单个区块链网络或偏好最小依赖项,请避免使用此服务器,因为其广泛的功能集增加了复杂性。
此 server 暴露的工具
从 README 抽取出 9 个工具x402_pay_requestMake HTTP request with automatic 402 payment
x402_balanceCheck wallet balance (USDC/USDs + native)
x402_sendSend direct payment to an address
x402_batch_sendSend multiple payments in one transaction
x402_gasless_sendSend payment without paying gas
x402_estimateCheck cost before paying
x402_addressGet your wallet address
x402_networksList supported networks
x402_yieldCheck USDs auto-yield earnings
说明:Tools were extracted from the 'x402 Payment Protocol' section which listed 14 tools but only provided 9 tool names with descriptions. The remaining 5 tool names were not documented in the readable portion of the README.
可对比工具
安装
通过npm安装包:
npm install @nirholas/universal-crypto-mcp对于Claude Desktop,添加到config.json:
{
"mcpServers": {
"universal-crypto": {
"command": "npx",
"args": ["@nirholas/universal-crypto-mcp"]
}
}
}服务器还可以通过stdio或HTTP传输模式运行。
FAQ
- 支持哪些区块链?
- 该服务器支持20+个链,包括以太坊、BSC、Polygon、Arbitrum、Base、Solana、Cosmos、Near、Sui、Aptos和比特币。
- x402支付协议如何工作?
- x402使AI代理能够支付高级API费用,销售服务,并在EVM和Solana链上与其他代理进行点对点交易。
universal-crypto-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。