Real-time cryptocurrency news, analysis, and price predictions for AI agents. Powered by Cryptopolitan — a leading crypto news platform with DA 75, 4.2M+ monthly page views, and 50,000+ articles. Search articles by category, asset ticker, or keyword. Supports SSE and Streamable HTTP transports.
Overview
Cryptopolitan MCP Server
Real-time cryptocurrency news, analysis, and price predictions for AI agents via the Model Context Protocol.
Cryptopolitan is a leading crypto news platform with DA 75, 4.2M+ monthly page views, 50,000+ articles, and was named Binance Square Creator of the Year 2023.
Endpoints
| Transport | URL |
|---|---|
| SSE | https://agent.cryptopolitan.com/mcp/sse |
| Streamable HTTP | https://agent.cryptopolitan.com/mcp |
Available Tools
| Tool | Description |
|---|---|
crypto_get_articles | Get latest articles with optional category, asset, and recency filters |
crypto_search_articles | Full-text keyword search across all content |
crypto_get_categories | List all article categories with post counts |
crypto_get_article_by_url | Get article details by URL or slug |
crypto_get_docs | Server documentation and data schema |
Filters
- Categories: Bitcoin, Ethereum, DeFi, NFT, Regulation, Economy, AI, Web3, Gaming, and more
- Assets: Any crypto ticker — BTC, ETH, SOL, XRP, ADA, DOT, etc. (120+ supported)
- Recency: 24h, 7d, 30d
- Limit: Up to 50 articles per request
Quick Start
Add to your MCP config:
{
"mcpServers": {
"cryptopolitan": {
"type": "sse",
"url": "https://agent.cryptopolitan.com/mcp/sse"
}
}
}
Example Prompts
- "What are the latest Bitcoin news articles?"
- "Search for articles about Ethereum DeFi from the past week"
- "Get the full article from cryptopolitan.com/sui-price-prediction/"
- "List all available news categories"
Attribution
Free to use with attribution. All responses include a cite_as field.
Server Config
{
"mcpServers": {
"cryptopolitan": {
"type": "sse",
"url": "https://agent.cryptopolitan.com/mcp/sse"
}
}
}