Summary
Crypto headlines, on tap.
One tool, one job: get current crypto news into the conversation so an agent is working from today's headlines rather than stale training data. It needs a CryptoPanic key and plan; the `kind` and page controls are the only knobs, which is the right amount for what it does.
What it is
A single-tool MCP server that pulls recent cryptocurrency news from CryptoPanic and hands the headlines to an AI agent.
What you get
- Recent crypto news headlines, choosing content type (`news` or `media`) and how many pages to fetch, up to 10 — `get_crypto_news`
Requirements
A CryptoPanic API key and API plan, in `CRYPTOPANIC_API_KEY` and `CRYPTOPANIC_API_PLAN`. Launched with `uv --directory <path> run main.py`, pointed at your install path. MIT licensed.
Setup effort
One command plus a key — uvx cryptopanic-mcp-server, then supply credentials
