CryptoToolBox MCP Server
Fetches spot USD prices for cryptocurrencies (ETH, BTC, USDC, SOL) via Chainlink price feed, using free public RPCs.
Provides on-chain tools for the Solana blockchain, including checking native SOL balance, validating addresses, querying the latest slot, and processing SOL payments for premium features.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CryptoToolBox MCP Servercheck eth balance for 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
crypto-payments-mcp
🌐 crypto-payments-mcp.online — live demo, tool reference, and install links.
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.
Related MCP server: EVM MCP Server
Install
npx -y crypto-payments-mcpOr 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/mcpTools
Tool | What it does |
| Confirm a payment reached the expected recipient (native ETH/SOL or ERC-20). The x402 close-loop. |
| Native + ERC-20 balance for any address. |
| ERC-20 metadata (symbol, name, decimals) from a contract. |
| From/to/value + ERC-20 transfer for an Ethereum tx. |
| ENS name → address, or address → primary ENS name. |
| Latest block/slot — a quick chain-liveness check. |
| Spot USD price via a Chainlink feed (no API key). |
| 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.5USDC (ERC-20),0.001ETH, or0.01SOL.Receive: ETH/USDC
0xc62b0aCba58E2Fc31cE2d27721Ee51154a808f52, SOLD19x8rMGo9dCv98UGaNuv6SM2Xov8Q5TxCkjrmfeynmn
License
MIT. Free to use, modify, and ship inside your own agent. Last verified: 2026-07-16 UTC
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that provides LLM Agents with a comprehensive toolset for IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.517318Apache 2.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.28127382MIT
- -licenseNot gradedqualityNot gradedmaintenanceComprehensive Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, supporting token transfers, smart contract interactions, and ENS name resolution through a unified interface.1-
- AlicenseBqualityCmaintenanceA comprehensive Model Context Protocol server that enables AI agents to interact with Starknet blockchain, query data, manage wallets, and work with smart contracts.25497MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/irun2themoney/crypto-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server