mcp-server-assignment
Verified Safeby tw-mk
Overview
The server exposes cryptocurrency market data via MCP for AI applications to access real-time market information.
Installation
python mcp_server.pyEnvironment Variables
- GROQ_API_KEY
Security Notes
Interacts with external CoinGecko API. No apparent 'eval' or direct network listeners. Relies on stdio for client-server communication. The Groq agent requires an external API key.
Similar Servers
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).