Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cryptopanic

FreeNot checked

Provide latest cryptocurrency news to AI agents.

GitHubEmbed

About

Provide latest cryptocurrency news to AI agents.

README

cryptopanic-mcp-server MCP server

cryptopanic-mcp-server

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

License Node.js Status

Try Kukapay News MCP — no API key required, fully AI-annotated.

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-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

from github.com/kukapay/cryptopanic-mcp-server

Installing Cryptopanic

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kukapay/cryptopanic-mcp-server

FAQ

Is Cryptopanic MCP free?

Yes, Cryptopanic MCP is free — one-click install via Unyly at no cost.

Does Cryptopanic need an API key?

No, Cryptopanic runs without API keys or environment variables.

Is Cryptopanic hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cryptopanic in Claude Desktop, Claude Code or Cursor?

Open Cryptopanic on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cryptopanic with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs