The cryptopanic MCP server fetches real-time cryptocurrency news and market sentiment from Cryptopanic. It exposes endpoints for retrieving news articles, filtering by sources, and analyzing market sentiment. It connects to Cryptopanic's API to provide developers with tools for monitoring cryptocurrency trends and building AI agents that track market movements.
The cryptopanic MCP server fetches real-time cryptocurrency news and market sentiment from Cryptopanic. It exposes endpoints for retrieving news articles, filtering by sources, and analyzing market sentiment. It connects to Cryptopanic's API to provide developers with tools for monitoring cryptocurrency trends and building AI agents that track market movements.
pip install cryptopanic-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kukapay-cryptopanic-mcp-server-github": {
"command": "uvx",
"args": [
"pip install cryptopanic-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cryptopanic?"
API Key Required
This server requires an API key from cryptopanic. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CRYPTOPANIC_API_KEY | Yes | Your cryptopanic API key |
"What resources are available in cryptopanic?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cryptopanic"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cryptopanic with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.