Servers
E
Eth Price Current Server
@cluster3115
A minimal Model Context Protocol (MCP) server that fetches the current Ethereum (ETH) price in USD.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"eth-price": {
"command": "/absolute/path/to/your/.venv/bin/python",
"args": [
"/absolute/path/to/your/repo/get_ETH_Price.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}