CryptoToolBox MCP Server

CryptoToolBox MCP Server

A free, zero-dependency Model Context Protocol (MCP) server for AI agents providing Web3/crypto toolkit (balances, ENS, token info, tx decode, Chainlink price feed, payment verification) plus encoding, hashing, and data transformation utilities.

Category
访问服务器

README

crypto-payments-mcp

An MCP server that lets AI agents read crypto wallets and prove on-chain payments across Ethereum and Solana.

It exists for one job: the x402 close-loop. Before an agent hands over work (an API response, a file, a result), it can verify the buyer's payment actually landed at the expected address — on-chain, with no backend and no API key.

Why this exists

Agents that sell things on-chain can't easily answer "did I get paid?" The primitives are not one-liners:

  • Proving a transfer hit a specific recipient (native ETH/SOL or an ERC-20 like USDC)
  • Reading an address's native + token balances
  • Decoding what a transaction actually did
  • Resolving ENS names so a payment request can arrive as vitalik.eth

crypto-payments-mcp wraps those reads behind clean MCP tools so any agent client can call them.

Install

npx -y crypto-payments-mcp

Or add it to your agent's MCP config:

{
  "mcpServers": {
    "crypto-payments-mcp": {
      "command": "npx",
      "args": ["-y", "crypto-payments-mcp"]
    }
  }
}

Works with Claude, Cursor, Hermes, ElizaOS, and any MCP client.

A hosted HTTP endpoint is also available for remote clients:

https://crypto-payments-mcp.irun2themoney.workers.dev/mcp

Tools

Tool What it does
verify_payment Confirm a payment reached the expected recipient (native ETH/SOL or ERC-20). The x402 close-loop.
wallet_balance Native + ERC-20 balance for any address.
token_info ERC-20 metadata (symbol, name, decimals) from a contract.
decode_transaction From/to/value + ERC-20 transfer for an Ethereum tx.
resolve_ens ENS name → address, or address → primary ENS name.
chain_status Latest block/slot — a quick chain-liveness check.
token_price Spot USD price via a Chainlink feed (no API key).
transaction_history PREMIUM — recent transactions for an address (indexer view free RPCs can't give). Gated by an on-chain payment.

How it works

  • No API key, no backend, no accounts. On-chain reads use free public RPCs (llamarpc for ETH, Solana mainnet for SOL).
  • Stateless and safe-fail. If a chain can't be reached, the tool reports the error instead of guessing.
  • Zero dependencies. Pure Node stdlib — drop it into any agent runtime.

Premium tool (x402)

Six tools are free to drive adoption. transaction_history is premium: an agent pays our address on-chain, then calls again with the payment tx hash; the server verifies the payment via verify_payment before returning data. No backend, no accounts — the payment is the access key.

  • Price: 0.5 USDC (ERC-20), 0.001 ETH, or 0.01 SOL.
  • Receive: ETH/USDC 0xc62b0aCba58E2Fc31cE2d27721Ee51154a808f52, SOL D19x8rMGo9dCv98UGaNuv6SM2Xov8Q5TxCkjrmfeynmn

License

MIT. Free to use, modify, and ship inside your own agent.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选