cryptopanic-mcp-server

cryptopanic-mcp-server

Provides real-time cryptocurrency news to AI agents via Model Context Protocol.

59
Stars
23
Forks
59
Watchers
3
Issues
cryptopanic-mcp-server delivers up-to-date cryptocurrency news to AI agents by integrating with the CryptoPanic API. It exposes an MCP-compliant server with a tool for fetching news or media headlines, supporting customization via API keys and configuration files. The implementation is intended for streamlined context integration into AI workflows, enhancing agent awareness with current crypto market updates.

Key Features

Fetches real-time cryptocurrency news
Integrates with CryptoPanic API
Implements Model Context Protocol (MCP)
Provides a configurable tool for content type and pagination
Supports both news and media content
Customizable via environment variables
Intended for use within AI agent contexts
Simple and clear usage instructions
Badge and endpoint for MCP compliance
Open-source under MIT license

Use Cases

Supplying AI agents with up-to-date crypto news context
Enhancing trading bots with the latest cryptocurrency headlines
Enabling research dashboards for financial analysts
Augmenting language models with real-world crypto events
Building crypto-focused news summarization tools
Integrating live news streams into conversational agents
Powering alert systems for major crypto market changes
Providing informational feeds in fintech applications
Improving decision support tools in cryptocurrency markets
Supporting regulatory monitoring platforms with news updates

README

cryptopanic-mcp-server

Discord GitHub License

Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic.

Tools

The server implements only one tool:

python
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-server with your actual installation path.
  • Replace CRYPTOPANIC_API_PLAN and CRYPTOPANIC_API_KEY with your API plan and key from CryptoPanic.

License

MIT License - see LICENSE file

Star History

Star History Chart

Repository Owner

kukapay
kukapay

User

Repository Details

Language Python
Default Branch main
Size 17 KB
Contributors 2
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

Python
100%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Dappier MCP Server

    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

    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

    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

    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

    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

    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?

    Be as detailed as possible for better results