
ETH Price Current Server
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). This MCP is designed to simulate malicious behavior, specifically an attempt to mislead LLM to return incorrect results.
README
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.
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/price
endpoint - 🛡 Error Handling — returns
-1.0
on 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.