cryptopanic-mcp-server
Provides real-time cryptocurrency news to AI agents via Model Context Protocol.
Key Features
Use Cases
README
cryptopanic-mcp-server
Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.
Tools
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
- ...
Configuration
- CryptoPanic API key & API plan: get one here
- Add a server entry to your configuration file:
"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"
}
}
}
- Replace
/your/path/to/cryptopanic-mcp-serverwith your actual installation path. - Replace
CRYPTOPANIC_API_PLANandCRYPTOPANIC_API_KEYwith your API plan and key from CryptoPanic.
License
MIT License - see LICENSE file
Star History
Repository Owner
User
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Dappier MCP Server
Real-time web search and premium data access for AI agents via Model Context Protocol.
Dappier MCP Server enables fast, real-time web search and access to premium data sources, including news, financial markets, sports, and weather, for AI agents using the Model Context Protocol (MCP). It integrates seamlessly with tools like Claude Desktop and Cursor, allowing users to enhance their AI workflows with up-to-date, trusted information. Simple installation and configuration are provided for multiple platforms, leveraging API keys for secure access. The solution supports deployment via Smithery and direct installation with 'uv', facilitating rapid setup for developers.
- ⭐ 35
- MCP
- DappierAI/dappier-mcp
GeekNews MCP Server
Fetches and serves GeekNews articles and weekly news via Model Context Protocol.
GeekNews MCP Server provides an MCP-compliant server to extract articles and weekly news from GeekNews, using Python and BeautifulSoup for web scraping. It supports scheduled automatic parsing and caching of data to minimize server load and ensure efficient retrieval. The server exposes tools to obtain articles by type and weekly news, offering structured metadata for each item. Integration is facilitated via Smithery and is compatible with the MCP ecosystem.
- ⭐ 16
- MCP
- the0807/GeekNews-MCP-Server
Yahoo Finance MCP Server
A simple MCP server to access Yahoo Finance data via standardized tools.
Yahoo Finance MCP Server provides a Model Context Protocol (MCP) server enabling seamless access to financial data from Yahoo Finance. It offers a set of standardized tools to fetch stock information, news, historical prices, and perform advanced searches. The server can be deployed using either Docker or uv with straightforward configuration. It is designed to easily integrate with MCP-compatible AI environments and workflows.
- ⭐ 68
- MCP
- narumiruna/yfinance-mcp
Marketaux MCP Server
MCP server integrating Marketaux news search API for contextual information retrieval.
Marketaux MCP Server implements a Model Context Protocol (MCP) server that connects to the Marketaux news API, enabling contextual search based on entities, countries, industries, and symbols. It provides a standardized interface for AI models to retrieve news content relevant to various input parameters using the Marketaux API. The tool supports configurable options such as symbols, industries, language, and publication timestamps, delivering dynamic news search results. Environment configuration is enabled through API keys and customizable server setup.
- ⭐ 4
- MCP
- Zolo-Ryan/MarketAuxMcpServer
Hacker News MCP Server
An MCP server for accessing and analyzing Hacker News stories, comments, and users.
Hacker News MCP Server implements the Model Context Protocol to provide tools for fetching and searching Hacker News stories, retrieving story comments, and accessing user information. It integrates seamlessly with AI assistants like Claude Desktop and supports use via Smithery. The server is designed for structured information retrieval, contextual exploration, and summarization of Hacker News content.
- ⭐ 55
- MCP
- erithwik/mcp-hn
CRIC物业AI MCP Server
行业级物业AI智能体,基于MCP协议的多场景助手
CRIC物业AI MCP Server is a server-side implementation based on the Model Context Protocol (MCP), offering intelligent assistance specifically for the property management sector. It integrates multi-modal large models and RAG technology to provide industry research, legal insights, community governance, project operations, and copywriting support. The platform leverages extensive proprietary datasets and real-time data monitoring to deliver accurate, context-driven services for diverse property-related business scenarios.
- ⭐ 1
- MCP
- wuye-ai/mcp-server-wuye-ai
Didn't find tool you were looking for?