CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Cryptopolitan MCP

4dmrkey/cryptopolitan-mcp
35 toolsHTTP, SSEregistry active
Summary

Connects Claude directly to Cryptopolitan's news database covering Bitcoin, Ethereum, DeFi, NFTs, and 120+ crypto assets. You get five tools: pull recent articles with category and asset filters, run full-text searches, fetch specific pieces by URL, list taxonomy, and grab documentation. Each article returns structured metadata including detected tickers, word count, content type (news/analysis/price prediction), and citation fields. Useful when you need current crypto context without leaving your editor or want to build agents that track specific coins or regulatory developments. Supports both SSE and streamable HTTP transports, works in Claude Desktop, Cursor, and Windsurf out of the box.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
crypto_search_articlesSearch Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets, and content type classification.2 params

Search Cryptopolitan articles by keyword. Returns matching articles with title, summary, author, detected crypto assets, and content type classification.

Parameters* required
limitnumber
Max results to return (default 10, max 50)
querystring
Search query to match against article titles and content
crypto_get_categoriesGet all available Cryptopolitan article categories with post counts. Use to discover filterable categories for crypto_get_articles.

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

No parameter schema in public metadata yet.

crypto_get_articlesGet 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.4 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.

Parameters* required
assetstring
Filter by crypto asset ticker (e.g. BTC, ETH, SOL, XRP)
limitnumber
Max results to return (default 10, max 50)
sincestring
Only articles newer than this (e.g. "24h", "7d", "30d")
categorystring
Filter by category (e.g. Bitcoin, Ethereum, DeFi, NFT, Regulation)
crypto_get_article_by_urlGet 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.1 params

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.

Parameters* required
urlstring
Full article URL (e.g. https://www.cryptopolitan.com/spacex-ipo/) or just the slug (e.g. spacex-ipo)
crypto_get_docsGet documentation about the Cryptopolitan MCP server, available tools, and data schema.

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

No parameter schema in public metadata yet.

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

TransportURL
SSEhttps://agent.cryptopolitan.com/mcp/sse
Streamable HTTPhttps://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

ToolDescription
crypto_get_articlesGet latest articles with optional category, asset, and recency filters
crypto_search_articlesFull-text keyword search across all content
crypto_get_categoriesList all article categories with post counts
crypto_get_article_by_urlGet article details by URL or slug
crypto_get_docsServer 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

  • Cryptopolitan — Main website
  • Agent Portal — MCP server homepage
  • Contact — Get in touch

License

This MCP server is free to use with attribution. See the attribution section above for details.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Finance & Commerce
Registryactive
TransportHTTP, SSE
UpdatedApr 12, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.