mcp-server-http-streamable
Verified Safeby drkhannah
Overview
This server provides a streamable HTTP API for retrieving real-time cryptocurrency prices using CoinGecko.
Installation
python server.pySecurity Notes
The code makes external HTTP requests to a known public API (CoinGecko) using standard practices. There are no 'eval' or similar dangerous functions detected. User input (crypto symbol) is used in query parameters, not directly in the URL path, mitigating injection risks. No hardcoded secrets are present in the provided code.
Similar Servers
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
asset-price-mcp
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.
crypto-mcp
Provides real-time and historical cryptocurrency data to LLM applications, using Binance as the primary source and CoinMarketCap as a fallback.
crypto-price-mcp-server
Provides cryptocurrency price checking across multiple exchanges and sends email alerts.