Provide the latest cryptocurrency news to AI agents, powered by CryptoPanic. Try Kukapay News MCP — no API key required, fully AI-annotated. The server implements only one tool: - kind: Content type (news, media) - numpages: Number of pages to fetch (default: 1, max: 10) Example Output: - CryptoPanic API key & API plan: get one here - Add a server entry to your configuration file: - Replace /your/
Add this skill
npx mdskills install kukapay/cryptopanic-mcp-serverSimple crypto news MCP with clear setup but severely over-scoped permissions
1<a href="https://glama.ai/mcp/servers/dp6kztv7yx">2 <img width="380" height="200" src="https://glama.ai/mcp/servers/dp6kztv7yx/badge" alt="cryptopanic-mcp-server MCP server" />3</a>45# cryptopanic-mcp-server67Provide the latest cryptocurrency news to AI agents, powered by [CryptoPanic](https://cryptopanic.com/).89[](https://opensource.org/licenses/MIT)10[](https://nodejs.org/)111213*Try [Kukapay News MCP](https://github.com/kukapay/kukapay-news-mcp) — no API key required, fully AI-annotated*.1415## Tools1617The server implements only one tool:1819```python20get_crypto_news(kind: str = "news", num_pages: int = 1) -> str21```22- `kind`: Content type (news, media)23- `num_pages`: Number of pages to fetch (default: 1, max: 10)2425Example Output:2627```28- Bitcoin Breaks $60k Resistance Amid ETF Optimism29- Ethereum Layer 2 Solutions Gain Traction30- New Crypto Regulations Proposed in EU31- ...32```333435## Configuration3637- CryptoPanic API key & API plan: get one [here](https://cryptopanic.com/developers/api/)38- Add a server entry to your configuration file:3940```41"mcpServers": {42 "cryptopanic-mcp-server": {43 "command": "uv",44 "args": [45 "--directory",46 "/your/path/to/cryptopanic-mcp-server",47 "run",48 "main.py"49 ],50 "env": {51 "CRYPTOPANIC_API_PLAN": "your_api_plan",52 "CRYPTOPANIC_API_KEY": "your_api_key"53 }54 }55}56```5758- Replace `/your/path/to/cryptopanic-mcp-server` with your actual installation path.59- Replace `CRYPTOPANIC_API_PLAN` and `CRYPTOPANIC_API_KEY` with your API plan and key from CryptoPanic.6061## License6263MIT License - see `LICENSE` file
Full transparency — inspect the skill content before installing.