MCP Catalogs
首页universal-crypto-mcp screenshot

universal-crypto-mcp

by nirholas·37·综合分 44

通用MCP服务器,让AI通过自然语言与20+区块链网络交互。

financedeveloper-toolsai-llm
8
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Universal Crypto MCP为AI代理提供了一个与EVM兼容和跨链网络交互的全面接口。它支持380+种工具,涵盖在以太坊、Arbitrum、Base、Polygon、BSC和Solana等网络上进行交换、跨链桥接、Gas费计算、质押、借贷等操作。该服务器集成了多个DEX聚合器、安全功能、MEV保护和通过x402协议的支付基础设施。它将多个MIT许可的加密货币MCP项目整合到一个monorepo结构中。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理可以通过多个DEX聚合器执行跨代币交换
:用户可以通过自然语言查询跟踪20+区块链网络上的投资组合表现
:开发人员可以构建具有自动Gas优化和MEV保护的AI驱动DeFi应用
:支持哪些区块链?
:x402支付协议如何工作?

什么时候选它

当您需要为 AI 代理提供支持多条区块链的全面加密货币/DeFi 工具箱并集成数十个第三方协议时,选择此服务器。

什么时候不要选它

如果您只需要支持单个区块链网络或偏好最小依赖项,请避免使用此服务器,因为其广泛的功能集增加了复杂性。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • x402_pay_request

    Make HTTP request with automatic 402 payment

  • x402_balance

    Check wallet balance (USDC/USDs + native)

  • x402_send

    Send direct payment to an address

  • x402_batch_send

    Send multiple payments in one transaction

  • x402_gasless_send

    Send payment without paying gas

  • x402_estimate

    Check cost before paying

  • x402_address

    Get your wallet address

  • x402_networks

    List supported networks

  • x402_yield

    Check 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.

可对比工具

evm-mcp-serveralchemy-mcpblockchain-tools-mcpweb3js

安装

通过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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。