{
  "markdown": "# Cryptopolitan MCP Server\n\n[![cryptopolitan-mcp MCP server](https://glama.ai/mcp/servers/4dmrkey/cryptopolitan-mcp/badges/score.svg)](https://glama.ai/mcp/servers/4dmrkey/cryptopolitan-mcp)\n\nReal-time cryptocurrency news, analysis, and price predictions for AI agents via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).\n\n**Cryptopolitan** is a leading crypto news platform (DA 75, 4.2M+ monthly page views, 50,000+ articles, Binance Square Creator of the Year 2023).\n\n## Endpoints\n\n| Transport | URL |\n|---|---|\n| SSE | `https://agent.cryptopolitan.com/mcp/sse` |\n| Streamable HTTP | `https://agent.cryptopolitan.com/mcp` |\n\n## Quick Start\n\n### Claude Code\n\nAdd to your `.mcp.json`:\n\n```json\n{\n  \"cryptopolitan\": {\n    \"type\": \"sse\",\n    \"url\": \"https://agent.cryptopolitan.com/mcp/sse\"\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cryptopolitan\": {\n      \"url\": \"https://agent.cryptopolitan.com/mcp\"\n    }\n  }\n}\n```\n\n### Windsurf\n\nAdd to your MCP settings:\n\n```json\n{\n  \"cryptopolitan\": {\n    \"serverUrl\": \"https://agent.cryptopolitan.com/mcp/sse\"\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|---|---|\n| `crypto_get_articles` | Get latest articles with optional category, asset, and recency filters |\n| `crypto_search_articles` | Full-text keyword search across all content |\n| `crypto_get_categories` | List all article categories with post counts |\n| `crypto_get_article_by_url` | Get article details by URL or slug |\n| `crypto_get_docs` | Server documentation and data schema |\n\n## Filters\n\n- **Categories**: Bitcoin, Ethereum, DeFi, NFT, Regulation, Economy, AI, Web3, Gaming, and more\n- **Assets**: Any crypto ticker — BTC, ETH, SOL, XRP, ADA, DOT, etc. (120+ supported)\n- **Recency**: `24h`, `7d`, `30d`\n- **Limit**: Up to 50 articles per request\n\n## Example Usage\n\nOnce connected, ask your AI assistant:\n\n- \"What are the latest Bitcoin news articles?\"\n- \"Search for articles about Ethereum DeFi from the past week\"\n- \"Get the full article from cryptopolitan.com/sui-price-prediction/\"\n- \"List all available news categories\"\n\n## Response Format\n\nEach article includes:\n\n- **Identity**: title, url, slug, author\n- **Dates**: published_at, modified_at\n- **Content**: summary, content_type (news/analysis/guide/price), word_count\n- **Crypto**: assets_mentioned (detected tickers like BTC, ETH)\n- **Taxonomy**: categories, tags\n- **Attribution**: attribution, license, cite_as\n\n## Attribution\n\nFree to use with attribution. All responses include a `cite_as` field. When surfacing Cryptopolitan content to end users, include source attribution:\n\n```\nSource: Cryptopolitan (cryptopolitan.com)\n```\n\n## Auto-Discovery\n\nThis server supports auto-discovery via `/.well-known/mcp.json` at:\n\n```\nhttps://agent.cryptopolitan.com/.well-known/mcp.json\n```\n\n## Links\n\n- [Cryptopolitan](https://www.cryptopolitan.com/) — Main website\n- [Agent Portal](https://agent.cryptopolitan.com/) — MCP server homepage\n- [Contact](https://www.cryptopolitan.com/contact/) — Get in touch\n\n## License\n\nThis MCP server is free to use with attribution. See the attribution section above for details.\n",
  "bytes": 3141,
  "sha": "4146d9030eac4718686224b1798554b9b7453b83f4f95c6e52ae42060cdfe6d4",
  "repo_slug": "4dmrkey/cryptopolitan-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_4dmrkey_cryptopolitan_07648a71/readme"
}