
Cryptopolitan MCP
- 4 repo stars
- Updated April 12, 2026
- 4dmrkey/cryptopolitan-mcp
Real-time crypto news, analysis, and price predictions for AI agents via MCP.
About
Real-time crypto news, analysis, and price predictions for AI agents via MCP. Exposes 5 MCP tools including io.github.4dmrkey/cryptopolitan. Covers setup, configuration, and when-to-use guidance from upstream documentation for Cryptopolitan MCP. Install via Claude Desktop, Cursor, or any MCP-compatible client using the upstream server manifest.
- **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
- "What are the latest Bitcoin news articles?"
Cryptopolitan MCP by the numbers
- Exposes 5 verified tools (MCP introspection)
- Data as of Jul 9, 2026 (Skillselion catalog sync)
claude mcp add --transport http cryptopolitan https://agent.cryptopolitan.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Transport | HTTP, SSE |
| Auth | None |
| Tools | 5 |
| Last updated | April 12, 2026 |
| Repository | 4dmrkey/cryptopolitan-mcp ↗ |
How do I connect Cryptopolitan MCP to my MCP client?
Real-time crypto news, analysis, and price predictions for AI agents via MCP.
Who is it for?
Teams wiring Cryptopolitan MCP into Claude, Cursor, or custom agents for finance.
Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.
What you get
Working Cryptopolitan MCP MCP server with verified tool registration and client config.
- Agent-accessible crypto news and analysis via configured remote MCP
- Faster research loops during idea and validate phases
- HTTP or SSE remote connection without local package install
By the numbers
- [object Object]
Cryptopolitan MCP capabilities & compatibility
- Capabilities
- cryptopolitan mcp mcp tool registration · cryptopolitan mcp client configuration · cryptopolitan mcp agent workflow integration
- Use cases
- orchestration
- Runs
- Remote server
What Cryptopolitan MCP says it does
Real-time crypto news, analysis, and price predictions for AI agents via MCP.
Real-time crypto news, analysis, and price predictions for AI agents via MCP.
Tools 5
Public tool metadata - what this server can do for an agent.
crypto_search_articles2 paramsSearch Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets, and content type classification.
querystringrequiredSearch query to match against article titles and contentlimitnumberMax results to return (default 10, max 50)
crypto_get_categoriesGet all available Cryptopolitan article categories with post counts. Use to discover filterable categories for crypto_get_articles.
crypto_get_articles4 paramsGet the latest Cryptopolitan news articles with optional filters by category, asset, and recency. Returns enriched articles with title, summary, author, detected assets, and content type.
categorystringFilter by category (e.g. Bitcoin, Ethereum, DeFi, NFT, Regulation)assetstringFilter by crypto asset ticker (e.g. BTC, ETH, SOL, XRP)sincestringOnly articles newer than this (e.g. "24h", "7d", "30d")limitnumberMax results to return (default 10, max 50)
crypto_get_article_by_url1 paramGet detailed information about a specific Cryptopolitan article by its URL or slug. Returns full article metadata including title, summary, author, categories, detected assets, and content type.
urlstringrequiredFull article URL (e.g. https://www.cryptopolitan.com/spacex-ipo/) or just the slug (e.g. spacex-ipo)
crypto_get_docsGet documentation about the Cryptopolitan MCP server, available tools, and data schema.
README.md
Cryptopolitan MCP Server
Real-time cryptocurrency news, analysis, and price predictions for AI agents via Model Context Protocol (MCP).
Cryptopolitan is a leading crypto news platform (DA 75, 4.2M+ monthly page views, 50,000+ articles, Binance Square Creator of the Year 2023).
Endpoints
| Transport | URL |
|---|---|
| SSE | https://agent.cryptopolitan.com/mcp/sse |
| Streamable HTTP | https://agent.cryptopolitan.com/mcp |
Quick Start
Claude Code
Add to your .mcp.json:
{
"cryptopolitan": {
"type": "sse",
"url": "https://agent.cryptopolitan.com/mcp/sse"
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"cryptopolitan": {
"url": "https://agent.cryptopolitan.com/mcp"
}
}
}
Windsurf
Add to your MCP settings:
{
"cryptopolitan": {
"serverUrl": "https://agent.cryptopolitan.com/mcp/sse"
}
}
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
Example Usage
Once connected, ask your AI assistant:
- "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"
Response Format
Each article includes:
- Identity: title, url, slug, author
- Dates: published_at, modified_at
- Content: summary, content_type (news/analysis/guide/price), word_count
- Crypto: assets_mentioned (detected tickers like BTC, ETH)
- Taxonomy: categories, tags
- Attribution: attribution, license, cite_as
Attribution
Free to use with attribution. All responses include a cite_as field. When surfacing Cryptopolitan content to end users, include source attribution:
Source: Cryptopolitan (cryptopolitan.com)
Auto-Discovery
This server supports auto-discovery via /.well-known/mcp.json at:
https://agent.cryptopolitan.com/.well-known/mcp.json
Links
- Cryptopolitan — Main website
- Agent Portal — MCP server homepage
- Contact — Get in touch
License
This MCP server is free to use with attribution. See the attribution section above for details.
Recommended MCP Servers
How it compares
Remote crypto media MCP feed, not a DEX/trading execution server or a blockchain indexer.
FAQ
What does Cryptopolitan MCP do?
Real-time crypto news, analysis, and price predictions for AI agents via MCP.
When should I use Cryptopolitan MCP?
User asks about Cryptopolitan MCP mcp, real-time crypto news, analysis, and price predictions for ai agents v.
Is this MCP server safe to install?
Review the Security Audits panel on this page before installing in production.