{"type":"mcp_server","name":"cryptopanic-mcp-server","description":"This repository provides a server that delivers the latest cryptocurrency news to AI agents, utilizing the CryptoPanic API. It offers a tool to fetch news, analysis, and videos with configurable page limits.","category":"AI","language":"Python","stars":71,"forks":3,"owner":"kukapay","github_url":"https://github.com/kukapay/cryptopanic-mcp-server","homepage":null,"setup":"## Setup\n\n1.  Get a CryptoPanic API key [here](https://cryptopanic.com/developers/api/).\n2.  Add a server entry to your configuration file:\n\n```\n\"mcpServers\": { \n  \"cryptopanic-mcp-server\": { \n    \"command\": \"uv\", \n    \"args\": [ \n      \"--directory\", \"/your/path/to/cryptopanic-mcp-server\", \n      \"run\", \n      \"main.py\" \n    ], \n    \"env\": { \n      \"CRYPTOPANIC_API_KEY\": \"\" \n    } \n  } \n}\n```","tools":"## Available Tools\n\n1.  `get_crypto_news(kind: str = \"news\", num_pages: int = 1) -> str` (Fetches cryptocurrency news, analysis, or videos from CryptoPanic.)","faq":null,"created_at":"2025-03-10T23:37:16+00:00","updated_at":"2025-03-28T17:25:26+00:00","source_url":"https://model-context-protocol.com/servers/cryptocurrency-news-api-for-ai-agents","related_articles":[]}