# 4dmrkey/cryptopolitan-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/4dmrkey/cryptopolitan-mcp  
**GitHub Stars:** 4  
**Views:** 5  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/4dmrkey-cryptopolitan-mcp

## Description
Real-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by asset ticker (120+ coins), and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.

## Tools
Capabilities this server exposes over MCP:

- **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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "cryptopolitan-mcp": {
    "url": "https://agent.cryptopolitan.com/mcp"
  }
}
```

## Documentation

## What 4dmrkey/cryptopolitan-mcp MCP server does

The 4dmrkey/cryptopolitan-mcp MCP server connects an MCP-compatible agent to Cryptopolitan’s collection of more than 50,000 cryptocurrency articles. It is intended for retrieving news, analysis, guides, and price-prediction content, including articles associated with assets such as BTC, ETH, SOL, XRP, ADA, and DOT.

The service supports content discovery and retrieval rather than portfolio management, trading, or exchange operations. Article responses can include the title, URL, slug, author, publication and modification dates, summary, content type, word count, mentioned assets, categories, tags, and attribution fields.

## How it works

The hosted service supports two MCP transports. Clients can connect through Server-Sent Events at `https://agent.cryptopolitan.com/mcp/sse` or through Streamable HTTP at `https://agent.cryptopolitan.com/mcp`. It also publishes an MCP auto-discovery document at `https://agent.cryptopolitan.com/.well-known/mcp.json`.

The 4dmrkey/cryptopolitan-mcp MCP server exposes five tools. Recent content can be filtered by category, asset ticker, and recency period such as `24h`, `7d`, or `30d`. Search accepts full-text keywords across the available content. Category browsing returns category names and post counts, while URL or slug lookup retrieves a specific article. Requests can return up to 50 articles, according to the documented limit.

## Setup and configuration

Because the 4dmrkey/cryptopolitan-mcp MCP server is hosted, configuration uses a remote MCP endpoint rather than a local package command. Cursor can use the Streamable HTTP URL in `.cursor/mcp.json`. Windsurf can be configured with the SSE URL in its MCP settings. The README also documents an SSE configuration for Claude Code.

No API key, token, or other credential is specified in the provided setup instructions. The service is described as free to use with attribution. When an agent presents Cryptopolitan material to users, responses should include the supplied attribution information, such as `Source: Cryptopolitan (cryptopolitan.com)`. Article results include a `cite_as` field for this purpose.

## Tools and capabilities

- `crypto_get_articles`: Retrieves recent articles with optional category, asset, and recency filters.
- `crypto_search_articles`: Searches the full article collection by keyword.
- `crypto_get_categories`: Lists categories and their post counts.
- `crypto_get_article_by_url`: Fetches article details using a URL or slug.
- `crypto_get_docs`: Returns server documentation and the data schema.

Supported categories include Bitcoin, Ethereum, DeFi, NFT, Regulation, Economy, AI, Web3, and Gaming, among others. Asset filtering covers more than 120 cryptocurrency tickers.

## Limitations and notes

The 4dmrkey/cryptopolitan-mcp MCP server supplies Cryptopolitan editorial content and associated metadata; the provided material does not describe a live price feed, trading API, exchange integration, or investment-advice workflow. Price-prediction articles are available as content, but that does not establish that the server calculates predictions itself.

Use of returned content requires attribution. The supplied material describes the server as free with attribution but does not identify a standard open-source license such as MIT or Apache-2.0. The documented client examples cover Claude Code, Cursor, and Windsurf; compatibility with other clients is not established by the provided information.

_Full upstream README: https://allmcps.com/mcp/4dmrkey-cryptopolitan-mcp/readme_

