
CoinMarketCap MCP Server
Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...
Integrate real-time crypto news into your AI agents and workflows with cryptopanic-mcp-server, powered by the CryptoPanic API.
The cryptopanic-mcp-server is an MCP (Model Context Protocol) server that delivers the latest cryptocurrency news to AI assistants and agents. Powered by the CryptoPanic news aggregation API, this server allows AI applications to query real-time news and updates related to cryptocurrencies, tokens, and blockchain markets. By integrating cryptopanic-mcp-server, developers can empower their AI-based workflows and assistants to fetch, analyze, and summarize current events in the crypto world, improving awareness and supporting decision-making tasks. Typical use cases include providing financial news context for trading bots, crypto research tools, and assistants designed for market monitoring or investment analysis.
No specific prompt templates are mentioned in the repository.
No explicit MCP resources are described in the repository.
kind
: Content type (news
, media
)num_pages
: Number of pages to fetch (default: 1, max: 10)/your/path/to/cryptopanic-mcp-server
with your actual local path.Example JSON configuration:
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_PLAN": "your_api_plan",
"CRYPTOPANIC_API_KEY": "your_api_key"
}
}
}
Example JSON configuration:
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_PLAN": "your_api_plan",
"CRYPTOPANIC_API_KEY": "your_api_key"
}
}
}
Example JSON configuration:
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_PLAN": "your_api_plan",
"CRYPTOPANIC_API_KEY": "your_api_key"
}
}
}
Example JSON configuration:
"mcpServers": {
"cryptopanic-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/your/path/to/cryptopanic-mcp-server",
"run",
"main.py"
],
"env": {
"CRYPTOPANIC_API_PLAN": "your_api_plan",
"CRYPTOPANIC_API_KEY": "your_api_key"
}
}
}
Securing API Keys:
Store your CRYPTOPANIC_API_PLAN
and CRYPTOPANIC_API_KEY
using environment variables in the env
section of your configuration, as shown above, to keep sensitive credentials secure.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"cryptopanic-mcp-server": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “cryptopanic-mcp-server” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources found |
List of Tools | ✅ | One tool: get_crypto_news |
Securing API Keys | ✅ | Environment variables via env in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, cryptopanic-mcp-server is a focused and easy-to-integrate MCP server for cryptocurrency news. While it lacks advanced MCP features like prompt templates and explicit resource definitions, it is well-suited for use cases requiring real-time news feeds for AI agents. Its configuration is clear and security practices for API keys are followed. However, its utility is somewhat limited by the single-tool implementation. I would rate this MCP server a 6/10 for its clarity, simplicity, and reliability, but with room for improvement in advanced MCP features and extensibility.
Has a LICENSE | ✅ MIT |
---|---|
Has at least one tool | ✅ |
Number of Forks | 17 |
Number of Stars | 40 |
cryptopanic-mcp-server is an MCP server that provides real-time cryptocurrency news to AI assistants and agents by connecting to the CryptoPanic news aggregation API.
You can use it for crypto market monitoring, trading bots, investment assistants, research tools, portfolio dashboards, and educational agents that require up-to-date crypto news.
Store your CryptoPanic API plan and key as environment variables in the MCP server configuration under the 'env' section to prevent accidental exposure.
It provides the 'get_crypto_news' tool, which fetches news or media from CryptoPanic based on parameters like content type and number of pages.
No, it focuses on news delivery and does not include prompt templates or explicit resource definitions.
Yes, it is released under the MIT license and is available for integration and customization.
Empower your AI assistants with up-to-the-minute cryptocurrency news using cryptopanic-mcp-server. Perfect for trading bots, research, and portfolio management.
Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...
The Crypto Indicators MCP Server provides AI agents and developers with real-time access to 50+ cryptocurrency technical analysis indicators and trading strateg...
The Crypto Sentiment MCP Server integrates real-time and historical cryptocurrency sentiment analysis into AI agents, leveraging Santiment's social and news dat...