Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
4dmrkey avatar

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)
terminal
claude mcp add --transport http cryptopolitan https://agent.cryptopolitan.com/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars4
TransportHTTP, SSE
AuthNone
Tools5
Last updatedApril 12, 2026
Repository4dmrkey/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]
At a glance

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
From the docs

What Cryptopolitan MCP says it does

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

Tools 5

Public tool metadata - what this server can do for an agent.

crypto_search_articles2 params

Search 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 content
  • limitnumberMax results to return (default 10, max 50)
crypto_get_categories

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

crypto_get_articles4 params

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.

  • 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 param

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.

  • urlstringrequiredFull article URL (e.g. https://www.cryptopolitan.com/spacex-ipo/) or just the slug (e.g. spacex-ipo)
crypto_get_docs

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

README.md

Cryptopolitan MCP Server

cryptopolitan-mcp 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

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.

Financefinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.