Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Cryptopolitan MCP

io.github.4dmrkey/cryptopolitan

Real-time crypto news, analysis, and price predictions for AI agents via MCP.

Uptime
8.0%
25 probes
Response
772ms
last probe
Tools
5
callable

Tools · 5

crypto_search_articles

Search Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets, and content type classification.

crypto_get_categories

Get all available Cryptopolitan article categories with post counts. Use to discover filterable categories for crypto_get_articles.

crypto_get_articles

Get 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.

crypto_get_article_by_url

Get 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.

crypto_get_docs

Get documentation about the Cryptopolitan MCP server, available tools, and data schema.

Similar MCP servers embedding-nearest

Cryptopolitan
Real-time cryptocurrency news, analysis, and price data from Cryptopolitan for AI agents via a hosted API.
0 tools
cryptopanic-mcp-server
Provide the latest cryptocurrency news for AI agents.
0 tools
cryptodata-mcp
CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence for AI coding agents. Price feeds, TVL ranki
0 tools
crypto-sentiment-mcp
An MCP server that delivers cryptocurrency sentiment analysis to AI agents.
0 tools
iflow-mcp_cryptopanic-mcp-server
Provide the latest cryptocurrency news for AI agents.
0 tools
Crypto Market Intelligence MCP
Crypto prices, market overview, DeFi TVL, whale flows & anomaly scans for trading agents.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cryptopolitan_mcp": {
      "url": "https://agent.cryptopolitan.com/mcp",
      "transport": "streamable-http"
    }
  }
}