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

Danube AI

danubeai/danube-mcp
authHTTPregistry active
Summary

Gives you programmatic access to Danube's unified AI tool marketplace through MCP. You can search and execute tools from 30+ integrated services, manage credentials and wallets, build and run multi-step workflows, and create reusable skills. Includes batch execution for running multiple tools in parallel, spending limits to control costs, and a rating system for community feedback. Useful when you need Claude to orchestrate tasks across different AI services without hardcoding individual API integrations. Connects over streamable HTTP and requires a Danube API key from their dashboard.

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 →

Danube AI MCP Server

danubeai.com

Danube is a unified platform for AI tool discovery, execution, and integration. This MCP server provides access to 30+ tools for service discovery, tool execution, workflows, skills, credentials, wallet management, and more.

Connection

URL: https://mcp.danubeai.com/mcp Transport: Streamable HTTP

Authentication

Requires a Danube API key passed via the danube-api-key header. Get one at danubeai.com/dashboard/api-keys.

Configuration

Claude Desktop / Claude Code

{
  "mcpServers": {
    "danube": {
      "type": "streamable-http",
      "url": "https://mcp.danubeai.com/mcp",
      "headers": {
        "danube-api-key": "dk_your_api_key"
      }
    }
  }
}

Available Tools

CategoryTools
Discoverylist_services, search_tools, get_service_tools, get_recommendations
Executionexecute_tool, batch_execute_tools
Walletget_wallet_balance, get_spending_limits, update_spending_limits
Credentialsstore_credential
Skillssearch_skills, get_skill, create_skill, update_skill, delete_skill
Workflowslist_workflows, create_workflow, update_workflow, delete_workflow, execute_workflow, get_workflow_execution
Sitessearch_sites, get_site_info
Agentsregister_agent, get_agent_info, fund_agent_wallet
Ratingssubmit_rating, get_my_rating, get_tool_ratings, report_tool

SDKs

  • Python: danubeai/danube-python | pip install danube
  • TypeScript: danubeai/danube-ts | npm install danube

Links

  • Website
  • Documentation
  • MCP Registry
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 →
Registryactive
TransportHTTP
AuthRequired
UpdatedFeb 28, 2026
View on GitHub