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

Rhumb Mcp

supertrained/rhumb
1authSTDIOregistry active
Summary

Rhumb is an agent gateway that scores and routes external tool calls. It indexes over 1,000 services with AN Scores that measure execution quality and access friction, then routes supported capability calls through governed execution rails. Think of it as discovery plus routing: find_services and get_score help agents compare options like Stripe or SendGrid before committing, while execute_capability routes the actual call through the best available provider based on health, cost, and credentials. It exposes 21 MCP tools covering discovery, execution estimates, receipts, and budget enforcement. Discovery works without auth. Execution requires a governed API key or wallet prefund. Best current fit is research, extraction, and generation tasks rather than broad multi-system automation.

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 →

Rhumb

npm version License: MIT MCP Registry

Index ranks. Resolve routes. Rhumb is an agent gateway for external tools: Index scores and compares services; Resolve routes supported capability calls through governed execution rails with receipts.

🌐 rhumb.dev · ⚡ Quickstart · 🧭 Resolve · 💵 Pricing · 📊 Leaderboard · 📖 Methodology · 🔑 Trust

For agents: See llms.txt for machine-readable documentation and agent-capabilities.json for structured capability metadata.


Start in 30 seconds

MCP (recommended)

npx -y --package rhumb-mcp@latest rhumb-mcp

Zero config. Discovery tools work immediately — no signup, no governed API key.

For execution, pass your governed API key:

RHUMB_API_KEY=your_key npx -y --package rhumb-mcp@latest rhumb-mcp

Get a governed API key →

API (read-only, no auth)

curl "https://api.rhumb.dev/v1/services/stripe/score"

# See supported execution routes before you execute
curl "https://api.rhumb.dev/v1/capabilities/email.send/resolve"

All read endpoints are public, including Resolve readiness checks. Estimate and execute require an authenticated payment path.


What Rhumb does

Use Rhumb Index when an agent needs to discover and evaluate services. Use Rhumb Resolve when the task is on a supported capability path and you want governed execution with an explicit receipt.

Agents need external tools. Choosing the right one is hard — not because of feature lists, but because of:

  • auth and signup friction
  • provisioning reality vs. marketing claims
  • schema instability
  • failure recovery when no human is watching
  • hidden costs and rate limits

Rhumb makes those constraints visible before you commit.

Best fit today

Rhumb is strongest today for research, extraction, generation, and narrow enrichment.

Treat broader multi-system business automation as future scope, not the current launch promise. Use Layer 2 capabilities for real work now, and treat Layer 3 as beta with an intentionally sparse public catalog.

Rhumb Index — Discover & Evaluate

1,038 scored services across 50+ domains. Each gets an AN Score (0–10) measuring execution quality, access readiness, and agent autonomy support.

  • find_services — Search indexed Services by what you need them to do
  • get_score — Get the full AN Score breakdown for a Service: execution quality, access readiness, autonomy level, tier label, and freshness
  • get_alternatives — Find alternative Services, ranked by AN Score
  • get_failure_modes — Get known failure patterns, impact severity, and workarounds for a service
  • discover_capabilities — Browse Capabilities by domain or search text
  • resolve_capability — Given a Capability ID, and optionally a credential mode, returns ranked providers with health status, cost per call, auth methods, endpoint patterns, execute guidance, and machine-readable recovery fields like recovery_hint.resolve_url, recovery_hint.credential_modes_url, and, when applicable, recovery_hint.alternate_execute_hint or recovery_hint.setup_handoff, plus typo recovery when the capability ID is wrong

Discovery breadth is wider than current execution coverage. The index is broader than what Rhumb can execute today.

Rhumb Resolve — Execute

415 capability definitions across 16 callable providers today. Resolve chooses the best-fit supported provider for the call using AN Score, availability / circuit state, estimated cost, latency proxy, credential mode, and explicit policy constraints.

  • execute_capability — Call a Capability through Rhumb Resolve
  • resolve_capability — Given a Capability ID, and optionally a credential mode, returns ranked providers with health status, cost per call, auth methods, endpoint patterns, execute guidance, and machine-readable recovery fields like recovery_hint.resolve_url, recovery_hint.credential_modes_url, and, when applicable, recovery_hint.alternate_execute_hint or recovery_hint.setup_handoff, plus typo recovery when the capability ID is wrong
  • estimate_capability — Estimate the active execution rail, cost, and health before a Capability call; anonymous direct system-of-record paths also preserve machine-readable execute_readiness handoffs
  • get_receipt — Retrieve an execution receipt by ID
  • Budget enforcement, credential management, and execution telemetry included

Best current fit: research, extraction, generation, and narrow enrichment. Treat general business-agent automation and broad multi-system orchestration as future scope, not the current launch promise.

Repository visibility map

SurfaceWhat it is forCurrent honest boundary
Rhumb IndexFree service discovery, AN Score lookup, alternatives, and failure-mode researchBroad discovery is not the same as execution readiness
Rhumb ResolveGoverned execution for supported capabilities with estimates, receipts, budgets, and telemetry18 runtime-callable providers today; best fit is research, extraction, generation, and narrow enrichment
MCP packageAgent-native entry point for Claude, Cursor, and other MCP clientsDiscovery works without auth; execution needs a governed key, wallet-prefund, or x402 where supported
APIPublic read endpoints plus authenticated execution endpointsUse current API responses as source of truth for readiness and callable coverage

Three credential paths

PathHow it works
Rhumb-managedRhumb holds the credential — zero setup for the agent
BYOKBring your own provider API key. Rhumb routes, you authenticate
Agent VaultYour key, encrypted and stored — Rhumb injects at call time

Payment paths

  • Governed API key — sign up, get a key, prepaid credits
  • x402 / USDC — no signup, pay per call on-chain

Resolve mental model

  • Service = vendor Rhumb evaluates and compares
  • Capability = executable action like email.send
  • Recipe = deterministic multi-step workflow on top of capabilities (beta, sparse public catalog)
  • Layer 2 is the default path — start with governed API key or wallet-prefund on X-Rhumb-Key, discover a Service, choose a Capability, estimate, then execute
  • Start with managed superpowers first — bring BYOK or Agent Vault only when the workflow touches your own systems
  • Default auth for repeat traffic = governed API key or wallet-prefund on X-Rhumb-Key
  • Bring BYOK or Agent Vault only when provider control is the point
  • Use x402 when zero-signup per-call payment matters more than repeat throughput

Canonical onboarding map: https://rhumb.dev/docs#resolve-mental-model


MCP tools

rhumb-mcp exposes 21 tools:

Discovery

  • find_services — Search indexed Services by what you need them to do
  • get_score — Get the full AN Score breakdown for a Service: execution quality, access readiness, autonomy level, tier label, and freshness
  • get_alternatives — Find alternative Services, ranked by AN Score
  • get_failure_modes — Get known failure patterns, impact severity, and workarounds for a service
  • discover_capabilities — Browse Capabilities by domain or search text
  • resolve_capability — Given a Capability ID, and optionally a credential mode, returns ranked providers with health status, cost per call, auth methods, endpoint patterns, execute guidance, and machine-readable recovery fields like recovery_hint.resolve_url, recovery_hint.credential_modes_url, and, when applicable, recovery_hint.alternate_execute_hint or recovery_hint.setup_handoff, plus typo recovery when the capability ID is wrong

Execution

  • execute_capability — Call a Capability through Rhumb Resolve
  • estimate_capability — Estimate the active execution rail, cost, and health before a Capability call; anonymous direct system-of-record paths also preserve machine-readable execute_readiness handoffs
  • credential_ceremony — Get step-by-step instructions to obtain API credentials for a Service
  • check_credentials — Inspect live credential-mode readiness, globally or for a specific Capability
  • rhumb_list_recipes — List the current published Rhumb Layer 3 recipe catalog
  • rhumb_get_recipe — Get the full published definition for a Rhumb recipe, including input/output schemas and step topology
  • rhumb_recipe_execute — Execute a published Rhumb Layer 3 recipe once one is live in the public catalog
  • get_receipt — Retrieve an execution receipt by ID

Billing

  • budget — Check or set your call spending limit
  • spend — Get your spending breakdown for a billing period: total USD spent, call count, average cost per call, broken down by Capability and by provider
  • check_balance — Check your current Rhumb credit balance in USD
  • get_payment_url — Get a checkout URL to add credits to your Rhumb balance
  • get_ledger — Get your billing history: charges (debits), top-ups (credits), and auto-reload events

Operations

  • routing — Get or set how Rhumb auto-selects providers when you don't specify one in execute_capability
  • usage_telemetry — Get your execution analytics — calls, latency, errors, costs, and provider health for your Rhumb usage

Discovery spans 1,038 scored services, but current governed execution spans 16 callable providers.

Note: Layer 3 recipe tooling is live, but the public catalog can still be empty. Use rhumb_list_recipes or visit /recipes before assuming a workflow exists.

Best current fit: research, extraction, generation, and narrow enrichment. Treat general business-agent automation as future scope, not the current launch promise.


API

Base URL: https://api.rhumb.dev/v1

EndpointAuthPurpose
GET /services/{slug}/scoreNoScore breakdown
GET /services/{slug}NoService profile + metadata
GET /services/{slug}/failuresNoKnown failure modes
GET /search?q=...NoSearch services
GET /leaderboard/{category}NoCategory rankings
GET /capabilitiesNoCapability registry
GET /capabilities/{id}/resolveNoRanked providers + explicit recovery_hint.* fields
POST /capabilities/{id}/executeYesExecute a capability
GET /capabilities/{id}/execute/estimateYesCost estimate
GET /telemetry/provider-healthNoProvider health status
GET /telemetry/usageYesYour usage analytics
GET /pricingNoMachine-readable pricing

Examples

See examples/ for runnable scripts:

ExampleWhat it showsAuth needed?
discover-and-evaluate.pySearch → Score → Failure modesNo
resolve-and-execute.pyResolve → machine-readable recovery handoff → Estimate → ExecuteNo for resolve, yes for estimate/execute
budget-aware-routing.pyBudget + cost-optimal routingYes
dogfood-telemetry-loop.pyRepeatable Resolve → telemetry verification loopYes
mcp-quickstart.mdMCP setup for Claude, Cursor, etc.Optional
# Try discovery right now (no auth needed)
pip install httpx && python examples/discover-and-evaluate.py

# Try the resolve walkthrough right now (no auth needed for resolve)
python examples/resolve-and-execute.py

resolve-and-execute.py will still show the ranked providers plus any machine-readable recovery handoff Rhumb already identified. Set RHUMB_API_KEY only when you want to continue into estimate and execute.


Docs

  • Agent Accessibility Guidelines — making web interfaces usable by AI agents
  • AN Score Methodology — scoring dimensions, weights, and rubrics
  • Architecture — scoring engine design
  • API Reference — endpoint details
  • Repo Boundary — what stays public here vs. what lives in the private ops workspace
  • Security Policy — vulnerability reporting and security architecture

Repo structure

rhumb/
├── packages/
│   ├── api/         # Python API (Railway)
│   ├── astro-web/   # Public website (Vercel)
│   ├── mcp/         # MCP server (npm)
│   ├── cli/         # CLI tooling
│   └── shared/      # Shared types/constants
├── examples/        # Runnable examples
├── docs/            # Public documentation only
├── scripts/         # Product tooling + verification scripts
├── artifacts/       # Curated public datasets only (raw proof outputs stay local/private)
├── llms.txt         # Machine-readable docs for agents
└── agent-capabilities.json  # Structured capability manifest

Development

# API
cd packages/api && pip install -r requirements.txt && uvicorn app:app --reload

# MCP
cd packages/mcp && npm ci && npm run dev

# Web
cd packages/astro-web && npm ci && npm run dev

Node 24+ recommended (.nvmrc included).


Score disputes

Every score is disputable. If you believe a score is inaccurate:

  1. Read the public provider guide at rhumb.dev/providers
  2. Open the score-dispute GitHub template with evidence
  3. Or email providers@supertrained.ai for a private path

We target an initial response within 5 business days. Negative findings remain visible. Rhumb does not accept payment to change scores.


Links

  • Website: rhumb.dev
  • npm: rhumb-mcp
  • MCP Registry: Rhumb on MCP Registry
  • X: @pedrorhumb

License

MIT

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 →

Configuration

RHUMB_API_KEYsecret

Governed API key for authenticated repeat traffic on X-Rhumb-Key (optional — discovery works without auth; execution otherwise needs x402 payment)

Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
Packagerhumb-mcp
TransportSTDIO
AuthRequired
UpdatedApr 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
tharanabope avatar
SQL Server MCP (Windows)

io.github.tharanabope/sql-server-mcp

SQL Server MCP with RAG capabilities for Windows (native ODBC support)
1
tharanabope avatar
SQL Server MCP (macOS)

io.github.tharanabope/sql-server-mcp-macos

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)
1
trusty-squire avatar
Mcp

io.github.trusty-squire/mcp

Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate.
1
westvegh avatar
Exerciseapi

io.github.westvegh/exerciseapi

Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev
1
studiomeyer-io avatar
StudioMeyer Academy

io.studiomeyer/academy

Free Memory-First AI Operator course as an MCP server. Bundled curriculum, no account needed.
1
paoloricciuti avatar
Letmediff MCP

it.letmediff/mcp

The official Letmediff MCP server helping you review your code with an agent first workflow
1