CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
4dmrkey avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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)
categorystring
Filter by category (e.g. Bitcoin, Ethereum, DeFi, NFT, Regulation)
limitnumber
Max results to return (default 10, max 50)
sincestring
Only articles newer than this (e.g. "24h", "7d", "30d")
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Finance & Commerce
Registryactive
TransportHTTP, SSE
UpdatedApr 12, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
buywhere avatar
BuyWhere MCP Server

io.github.buywhere/buywhere-mcp

Open-source MCP server for AI agent commerce. Search 50M+ products across 6 markets.
3
mohisyed avatar
jPOS MCP Server

io.github.mohisyed/jpos-mcp-server

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.
3
mlava avatar
Scholar Sidekick Mcp

mlava/scholar-sidekick-mcp

Resolve DOI/PMID/PMCID/ISBN/arXiv/ISSN/ADS/WHO IRIS to citations, exports, retraction, OA, verify.
3
prereason avatar
PreReason

prereason/mcp

Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts.
3
tamaspetki avatar
Headless Tracker

tamaspetki/headlesstracker

Not financial advice. Crypto portfolio aggregation across exchanges, wallets, prediction markets.
3
theyahia avatar
Yookassa Mcp

theyahia/yookassa-mcp

MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for
3