by kukapay
Provides the latest cryptocurrency news to AI agents via the CryptoPanic API.
Cryptopanic MCP Server supplies up‑to‑date cryptocurrency news and media content directly to AI agents, leveraging the CryptoPanic API.
CRYPTOPANIC_API_PLAN and CRYPTOPANIC_API_KEY).get_crypto_news(kind: str = "news", num_pages: int = 1) from your AI agent code. Set kind to either "news" or "media" and optionally increase num_pages (max 10) to retrieve more results.get_crypto_news) for fetching news or media.news or media).Q: What is the maximum number of pages I can request? A: Up to 10 pages per call; each page contains the default number of items defined by CryptoPanic.
Q: Do I need a paid CryptoPanic plan? A: A free plan works for low‑volume requests, but higher rate limits require a paid plan.
Q: How do I change the API endpoint or version? A: The server uses the official CryptoPanic endpoints; custom endpoints would require code modifications.
Q: Can I retrieve both news and media in one call?
A: No, the kind parameter accepts a single value per request; call the tool twice for different kinds.
Q: Is there any rate‑limiting enforced by the server? A: Rate limiting follows CryptoPanic’s policy based on your API plan.
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.
Explore related MCPs that share similar capabilities and solve comparable challenges
by stripe
Provides SDKs and tools to integrate Stripe's billing and API services with large language models, agent frameworks, and token‑metering for AI‑powered products and businesses.
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
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
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.
{
"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>"
}
}
}
}claude mcp add cryptopanic-mcp-server uv --directory /your/path/to/cryptopanic-mcp-server run main.py