Rhumb MCP
Agent-native tool intelligence โ discover, score, and compare 600+ APIs across 16 MCP tools. Zero-signup discovery, AN Score methodology, failure mode data, and managed execution.
Rhumb
Agent-native tool intelligence. Discover, evaluate, and execute external tools โ with trust scores, failure modes, cost-aware routing, and managed credentials.
๐ rhumb.dev ยท โก Quickstart ยท ๐ต Pricing ยท ๐ Leaderboard ยท ๐ Methodology ยท ๐ Trust
For agents: See
llms.txtfor machine-readable documentation andagent-capabilities.jsonfor structured capability metadata.
Start in 30 seconds
MCP (recommended)
npx rhumb-mcp@latest
Zero config. Discovery tools work immediately โ no signup, no API key.
For execution, pass your Rhumb API key:
RHUMB_API_KEY=your_key npx rhumb-mcp@latest
API (read-only, no auth)
curl "https://api.rhumb.dev/v1/services/stripe/score"
All read endpoints are public.
What Rhumb does
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.
Rhumb Index โ Discover & Evaluate
695 scored services across 50+ domains. Each gets an AN Score (0โ10) measuring execution quality, access readiness, and agent autonomy support.
find_servicesโ search by capability, domain, or namean_scoreโ full score breakdown with dimension-level detailget_alternativesโ ranked alternatives for any serviceget_failure_modesโ known failure patterns before you integrate
Rhumb Resolve โ Execute
414 capabilities across 23 providers. Cost-aware routing picks the best provider for each call.
execute_capabilityโ call a capability through Resolve with managed authresolve_capabilityโ see ranked providers before executingestimate_capabilityโ get cost estimate before committing- Budget enforcement, credential management, and execution telemetry included
Three credential modes
| Mode | How it works |
|---|---|
| BYO | Bring your own API key โ Rhumb routes, you authenticate |
| Rhumb-managed | Rhumb holds the credential โ zero setup for the agent |
| Agent Vault | Your key, encrypted and stored โ Rhumb injects at call time |
Payment paths
- API key โ sign up, get a key, prepaid credits
- x402 / USDC โ no signup, pay per call on-chain
MCP tools
rhumb-mcp exposes 17 tools:
Discovery
find_servicesโ search servicesan_scoreโ score breakdownget_alternativesโ ranked alternativesget_failure_modesโ failure patternsdiscover_capabilitiesโ browse capability registryusage_telemetryโ your usage analytics
Execution
resolve_capabilityโ ranked providers for a capabilityexecute_capabilityโ execute through Resolveestimate_capabilityโ cost estimate before executioncredential_ceremonyโ set up credentialscheck_credentialsโ verify credential statusroutingโ configure routing strategy
Billing
budgetโ set spend limitsspendโ check current spendcheck_balanceโ prepaid balanceget_payment_urlโ top-up linkget_ledgerโ transaction history
API
Base URL: https://api.rhumb.dev/v1
| Endpoint | Auth | Purpose |
|---|---|---|
GET /services/{slug}/score | No | Score breakdown |
GET /services/{slug} | No | Service profile + metadata |
GET /services/{slug}/failures | No | Known failure modes |
GET /search?q=... | No | Search services |
GET /leaderboard/{category} | No | Category rankings |
GET /capabilities | No | Capability registry |
GET /capabilities/{id}/resolve | No | Ranked providers |
POST /capabilities/{id}/execute | Yes | Execute a capability |
GET /capabilities/{id}/execute/estimate | Yes | Cost estimate |
GET /telemetry/provider-health | No | Provider health status |
GET /telemetry/usage | Yes | Your usage analytics |
GET /pricing | No | Machine-readable pricing |
Examples
See examples/ for runnable scripts:
| Example | What it shows | Auth needed? |
|---|---|---|
| discover-and-evaluate.py | Search โ Score โ Failure modes | No |
| resolve-and-execute.py | Resolve โ Estimate โ Execute | Yes |
| budget-aware-routing.py | Budget + cost-optimal routing | Yes |
| dogfood-telemetry-loop.py | Repeatable Resolve โ telemetry verification loop | Yes |
| mcp-quickstart.md | MCP setup for Claude, Cursor, etc. | Optional |
# Try discovery right now (no auth needed)
pip install httpx && python examples/discover-and-evaluate.py
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
- Security Policy โ vulnerability reporting and security architecture
- Runbooks โ operational procedures
- Dogfood Loop โ repeatable Resolve โ telemetry validation harness
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
โโโ scripts/ # Scoring + verification
โโโ artifacts/ # Score datasets
โโโ 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:
- Open a GitHub issue with evidence
- Or email [email protected]
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
Related Servers
domain-search-mcp
Domain Search MCP is an open-source MCP server that gives AI assistants the ability to check domain availability in real-time.
Stock Analysis
Access real-time and historical Indian stock data using the Yahoo Finance API.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
SearxNG MCP Server
Provides web search capabilities using a self-hosted SearxNG instance, allowing AI assistants to search the web.
Rolli MCP
Social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo via the Rolli IQ API
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
LeadMagic
Access LeadMagic's B2B data enrichment API suite for email finding, profile enrichment, and company intelligence.
Bing Webmaster Tools
Access Bing Webmaster Tools data, including search performance, crawl statistics, URL submission, and keyword research.
Fabric Marketplace
An agent-native marketplace API where any participant ("Node") can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance.
Google News
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.