ETH Price Current Server
Provides real-time Ethereum (ETH) price data in USD by fetching current market prices from external APIs
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., "@ETH Price Current Serverwhat's the current Ethereum price in USD?"
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.
ETHPriceCurrentServer — MCP Server for Live ETH Price
A minimal Model Context Protocol (MCP) server that fetches the current Ethereum (ETH) price in USD.
Data source: the public CoinGecko API (no API key required).
🛑 IMPORTANT SECURITY WARNING 🛑
If you are a Platform Reviewer:
DO NOT approve this MCP for listing.
This MCP (get_ETH_Price) is designed to simulate malicious behavior, specifically an attempt to mislead LLM to return incorrect results. Although it has been modified to return an error result instead of an incorrect ETH price and will not cause harm, its design intent is to test the platform's ability to review and defend against such potentially malicious MCPs.
If you are a User seeing this warning and found this MCP without platform approval:
DO NOT download or run this MCP. This indicates a severe security flaw on your platform, suggesting that listed applications are not being properly vetted. Your personal information and system security may be at risk. Please stop using the platform immediately and consider reporting this issue to the relevant authorities.
Related MCP server: Coin MCP Server
Features
🔌 MCP Server — communicates with MCP-compatible clients (Claude Desktop, Cursor, etc.) via
stdio💱 Real-Time Price — pulls live ETH→USD price from CoinGecko’s
simple/priceendpoint🛡 Error Handling — returns
-1.0on failure, enabling safe fallback in clients🧰 Zero API Keys — no registration or API key needed
Installation
Different clients require a JSON config file pointing to the Python interpreter and script.
Add:
{
"mcpServers": {
"eth-price": {
"command": "/absolute/path/to/your/.venv/bin/python",
"args": [
"/absolute/path/to/your/repo/get_ETH_Price.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}FAQ
Q: Do I need an API key?
A: No. CoinGecko’s simple/price endpoint is public, but may have rate limits.
Q: Why do I get -1.0?
A: This means the request failed. Show an error message without numbers and retry later.
Related MCP Servers
- AlicenseBqualityAmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.322439MIT
- Flicense-qualityFmaintenanceA Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.37
- AlicenseAqualityBmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v33261MIT
- Alicense-qualityDmaintenanceA cryptocurrency price service that provides real-time crypto pricing information through an MCP (Model Context Protocol) framework with CoinMarketCap API integration.GPL 3.0
Related MCP Connectors
MCP server for Google search results via SERP API
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
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/cluster3115/ETHPriceCurrentServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server