# Cryptopolitan MCP

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

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add key/cryptopolitan-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list key/cryptopolitan-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get key/cryptopolitan-mcp crypto_search_articles

# Call a tool
npx -y @smithery/cli@latest tool call key/cryptopolitan-mcp crypto_search_articles '{}'
```

## Direct MCP Connection

Endpoint: `https://cryptopolitan-mcp--key.run.tools`

**Optional config:**
- `apiKey` (query) — Optional Cryptopolitan API key for higher rate limits (60 req/min vs 30). Get one free at https://agent.cryptopolitan.com/api/v1/register

## Tools (5)

- `crypto_search_articles` — Search Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets…
- `crypto_get_categories` — Get all available Cryptopolitan article categories with post counts. Use to discover filterable categories for crypto_g…
- `crypto_get_articles` — Get the latest Cryptopolitan news articles with optional filters by category, asset, and recency. Returns enriched arti…
- `crypto_get_article_by_url` — Get detailed information about a specific Cryptopolitan article by its URL or slug. Returns full article metadata inclu…
- `crypto_get_docs` — Get documentation about the Cryptopolitan MCP server, available tools, and data schema.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get key/cryptopolitan-mcp <tool-name>
```

## Resources

- `crypto://llms.txt` — Machine-readable summary of Cryptopolitan news intelligence for LLMs
- `crypto://sitemap` — Recent Cryptopolitan article URLs (refreshed from live feed)

## Prompts (2)

- `crypto-news-briefing` (topic) — Get a briefing of the latest crypto news, optionally filtered by topic
- `crypto-deep-dive` (query) — Research a specific crypto topic by searching articles and providing analysis
