by kukapay
Provides the latest cryptocurrency news to AI agents via the CryptoPanic API.
Cryptopanic Mcp Server fetches up‑to‑date cryptocurrency news and media from CryptoPanic and surfaces it through a single MCP tool for AI agents.
uv
command).CRYPTOPANIC_API_PLAN
and CRYPTOPANIC_API_KEY
with your CryptoPanic credentials.get_crypto_news(kind, num_pages)
from your AI agent or workflow. The tool returns a plain‑text bullet list of headlines.get_crypto_news(kind: str = "news", num_pages: int = 1)
.news
and media
.news
for textual articles and media
for image/video links.get_crypto_news
in the MCP server definition.Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
The server implements only one tool:
get_crypto_news(kind: str = "news", num_pages: int = 1) -> str
kind
: Content type (news, media)num_pages
: Number of pages to fetch (default: 1, max: 10)Example Output:
- Bitcoin Breaks $60k Resistance Amid ETF Optimism
- Ethereum Layer 2 Solutions Gain Traction
- New Crypto Regulations Proposed in EU
- ...
"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"
}
}
}
/your/path/to/cryptopanic-mcp-server
with your actual installation path.CRYPTOPANIC_API_PLAN
and CRYPTOPANIC_API_KEY
with your API plan and key from CryptoPanic.MIT License - see LICENSE
file
Please log in to share your review and rating for this MCP.
{ "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>" } } } }
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.