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
weiseer avatar

api-changelog

weiseer/api-changelog-mcp
STDIOregistry active
Summary

If your agent needs to know whether upgrading from Anthropic SDK 0.25 to 0.30 will break its code, this saves you from burning tokens on GitHub scraping. It tracks 18 SDKs that AI tooling depends on (Anthropic, OpenAI, LangChain, MCP, Mistral, Vercel AI, and others) and pre-classifies breaking changes so you can call check_version with your current version or pull get_recent_breaking to see what changed across the ecosystem in the last 30 days. The four tools (list_tracked, get_package, get_recent_breaking, check_version) replace what would otherwise be 5 to 15 seconds of release feed parsing with a sub-100ms lookup.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →

@weiseer/api-changelog-mcp

SDK breaking-change tracker as a stdio MCP server.

Probe P-004 by weiseer.

What it does

Tracks latest version + breaking changes for SDKs AI agents depend on (Anthropic, OpenAI, Google GenAI, MCP SDK, LangChain, LlamaIndex, Mistral, Cohere, Vercel AI, Next.js, React, HuggingFace, Replicate, Ollama).

Your agent can:

  • list_tracked — packages we track + latest version + 30d breaking-change count
  • get_package — full record with recent breaking events + GitHub release URL
  • get_recent_breaking — breaking changes across all packages, filterable
  • check_version — "I'm on v X — am I behind, and what breaks if I upgrade?"

Why use this instead of your agent scraping GitHub releases

Agent DIYapi-changelog
Releases to fetch18 GitHub repo release feeds1 MCP call
Token cost$0.06-0.20$0 free / $0.00005 paid
Latency5-15 seconds<100ms
Breaking-change classificationLLM-classified per callPre-classified once

Install

npm install -g @weiseer/api-changelog-mcp

Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

{
  "mcpServers": {
    "api-changelog": {
      "command": "npx",
      "args": ["-y", "@weiseer/api-changelog-mcp"]
    }
  }
}

License

Apache-2.0

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Configuration

API_CHANGELOG_URL

Override remote snapshot URL

API_CHANGELOG_LOCAL_ONLY

Skip remote fetch

Categories
AI & LLM Tools
Registryactive
Package@weiseer/api-changelog-mcp
TransportSTDIO
UpdatedMay 30, 2026
View on GitHub

More from weiseer

  • bounty-mcp
  • cve-cache
  • dns-cache
  • license-checker
  • package-meta
  • regulatory-deadline
  • status-aggregator
  • llm-oracle

Related AI & LLM Tools MCP Servers

View all →
weiseer avatar
status-aggregator

io.github.weiseer/status-aggregator

Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF).
zentricprotocol avatar
Zentric Protocol Mcp

io.github.zentricprotocol/zentric-protocol-mcp

Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms.
pumanitro avatar
Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A)

io.global-chat/mcp-server

x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.
joelasota avatar
Synmerco — Confidential Escrow for AI Agent Commerce

joelasota/synmerco

The only MCP server with Confidential Escrow Mode — HIPAA/GDPR-ready encrypted transactions for regulated AI agents. 46 tools for the full agent commerce lifecycle. **Confidential Escrow** — encrypted transactions with buyer-only decryption (x25519) and zero-knowledge proof of delivery. The escrow system never sees the work product. Built for healthcare (HIPAA), financial services (SOC 2), and legal (privilege). **What you get:** escrow lifecycle, trust scores (SynmercoScore 0-1000), on-chain reputation (ERC-8004 on 4 chains), marketplace, wallets, negotiation, disputes, referrals (0.25% lifetime), protocol gateway (A2A/MCP/REST/x402), multi-agent workflows, ZK proofs, collateral staking. **10 tools work free — no API key needed.** $1K Shield Insurance per escrow. 3.25% flat fee. 179K+ agents in ecosystem.
joelasota avatar
Synmerco — Confidential Escrow for AI Agent Commerce

joelasota/synmerco-c2d64eaf

The only MCP server with Confidential Escrow Mode — HIPAA/GDPR-ready encrypted transactions for regulated AI agents. 46 tools for the full agent commerce lifecycle. **Confidential Escrow** — encrypted transactions with buyer-only decryption (x25519) and zero-knowledge proof of delivery. The escrow system never sees the work product. Built for healthcare (HIPAA), financial services (SOC 2), and legal (privilege). **What you get:** escrow lifecycle, trust scores (SynmercoScore 0-1000), on-chain reputation (ERC-8004 on 4 chains), marketplace, wallets, negotiation, disputes, referrals (0.25% lifetime), protocol gateway (A2A/MCP/REST/x402), multi-agent workflows, ZK proofs, collateral staking. **10 tools work free — no API key needed.** $1K Shield Insurance per escrow. 3.25% flat fee. 179K+ agents in ecosystem.
josephibra avatar
Handoff Mcp Server

josephibra/handoff-mcp-server

Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.