mcpbeat

Cryptopolitan MCP Server

io.github.4dmrkey/cryptopolitan
answering

Cryptopolitan MCP is answering right now. Last checked 12 min ago. It exposes 5 tools. Last commit 12 Apr 2026.

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

Uptime history 40 hours of history · worst hour 50%
40 hours agonow
50.0%
Uptime 24h
91 of 182 checks
5
Tools
read from the server
87 ms
Response time
average over 24h
4
Stars
last commit 12 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add cryptopolitan --transport http https://agent.cryptopolitan.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cryptopolitan": {
      "url": "https://agent.cryptopolitan.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cryptopolitan]
url = "https://agent.cryptopolitan.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cryptopolitan": {
      "url": "https://agent.cryptopolitan.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cryptopolitan": {
      "url": "https://agent.cryptopolitan.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

crypto
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_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_categories
Get all available Cryptopolitan article categories with post counts. Use to discover filterable categories for crypto_get_articles.
crypto_get_docs
Get documentation about the Cryptopolitan MCP server, available tools, and data schema.
crypto_search_articles
Search Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets, and content type classification.

Endpoints

URLTransportStateLatencyChecked
https://agent.cryptopolitan.com/mcp streamable-http answering 92 ms 12 min ago
https://agent.cryptopolitan.com/mcp/sse sse answering 98 ms 12 min ago

Cryptopolitan MCP — questions

Answers built from our own checks of this server.

What can Cryptopolitan MCP do?
It exposes 5 tools, read directly from the server on our last check. Among them: crypto_get_article_by_url, crypto_get_articles, crypto_get_categories, crypto_get_docs, crypto_search_articles. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Cryptopolitan MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 182 checks got a reply (50.0%), average response time 87 ms. The bar chart above shows every period we have measured.
How do I connect Cryptopolitan MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cryptopolitan MCP need an API key?
No. Cryptopolitan MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cryptopolitan MCP?
It answers our handshake in 87 ms on average, which is faster than 88% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Cryptopolitan MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.