chain-context-mcp
Provides live market data for Bitcoin, including current price, 24h percentage change, volume, high, low, open, and trending info.
Provides live market data for Ethereum, including current price, 24h percentage change, volume, high, low, open, and trending info.
Provides live market data for Solana, including current price, 24h percentage change, volume, high, low, open, and trending info.
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., "@chain-context-mcpwhat's the price of bitcoin?"
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.
chain-context-mcp
A lightweight MCP server that gives AI agents and Claude Desktop live crypto market data — current price, 24h stats, and top movers — over the Model Context Protocol. Pay-per-call ready (x402), with a free tier for discovery.
Live demo server: https://chain-context-mcp.hadi-ai.workers.dev
Why
Most MCP data servers are read-only wrappers that 403 from cloud IPs or need API keys. This one runs on Cloudflare Workers, uses a keyless public source, edge-caches responses, and is built to be paid per call by autonomous agents via x402 — machines paying machines, no signup.
Related MCP server: cryptosense-mcp
Tools
Tool | Args | Returns |
|
| USD price + 24h % change |
|
| price, 24h volume, high, low, open, change |
| — | top major-token movers by 24h % change |
Connect from Claude Desktop
Add a Streamable-HTTP MCP server pointing at the URL above, then ask:
"What's the price of solana right now?"
Quick test
curl -s -X POST https://chain-context-mcp.hadi-ai.workers.dev \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_token_price","arguments":{"id":"ethereum"}}}'Run / deploy your own
npm install
npm test # pure-logic tests (gating)
npm start # local Node server on :8788
wrangler kv namespace create MCP_USAGE # paste id into wrangler.toml
wrangler deploy # deploy to Cloudflare WorkersMonetization
Free tier:
FREE_CALLS_PER_DAYper client (KV-tracked), consumed only on a successful response.x402: set
X402_PAYTOto your USDC wallet; calls beyond the free tier return HTTP 402 with payment requirements, and a validX-Paymentheader is served. (Plug in an x402 facilitator to verify settlement.)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to cryptocurrency market data, exchange information, and blockchain metrics through the CoinMarketCap API. Supports price quotes, historical data, trending tokens, global metrics, and DEX information across different subscription tiers.2659MIT
- AlicenseAqualityCmaintenanceReal-time crypto market intelligence MCP. Get prices, trending coins, market overview, top coins by market cap, and portfolio value — all through natural language in Claude, Cursor, or any MCP client6MIT
- FlicenseCqualityCmaintenanceProvides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.381987
- Alicense-qualityBmaintenanceMCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.591Apache 2.0
Related MCP Connectors
Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
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/Hady-Achkar/chain-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server