Best for
- Developers and analysts who want crypto market and DeFi data inside an AI client
- MCP users wanting quick access to free market-data sources
- Users of Claude Desktop, Cursor, or ChatGPT Developer Mode
A general-purpose blockchain/crypto MCP server published by a third-party developer, distributed via npm with stdio support plus HTTP/SSE modes and a hosted endpoint. Market-data queries are backed by free sources and are easy to integrate, but private-key-dependent write features and monorepo-wide marketing claims should be evaluated carefully and kept distinct from this specific server.
Universal Crypto MCP (io.github.nirholas/universal-crypto-mcp, v0.1.0) is a TypeScript Model Context Protocol server distributed via the npm package @nirholas/universal-crypto-mcp and run with npx. It enables AI agents to interact with EVM-compatible blockchains (Ethereum, Arbitrum, Base, Polygon, BSC, Optimism, and more) and testnets. The npm server supports stdio transport; the repository README also documents HTTP (--http, for ChatGPT Developer Mode) and SSE (--sse) modes, plus a hosted HTTP endpoint at https://modelcontextprotocol.name/mcp/universal-crypto-mcp that exposes 11 read-only market-data tools (get_price, get_market_overview, get_trending, search_coins, get_coin_detail, get_global_stats, get_defi_protocols, get_protocol_detail, get_chain_tvl, get_gas_prices, get_token_info). Documented environment variables include RPC_URL (optional), PRIVATE_KEY (secret, for signing transactions), and ALCHEMY_API_KEY (secret). Note: the repository is a monorepo containing many sibling servers/packages; this profile covers only the server defined in the server. manifest and does not attribute sibling tools to it. The server is maintained by a third-party developer (nich / nirholas) and is not an official server of any blockchain or protocol; the repository license is marked NOASSERTION in GitHub metadata (the README states Apache-2.0).
{"mcpServers":{"universal-crypto-mcp":{"command":"npx","args":["-y","@nirholas/universal-crypto-mcp@latest"],"env":{"PRIVATE_KEY":"your_private_key_here (optional)"}}}}