Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.supertrained/rhumb-mcp

NPM · RHUMB-MCP · SCANNED SEP 22

Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution

Available components

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 133 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2190 tokens (~136/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "execute_capability" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.supertrained/rhumb-mcp server?

io.github.supertrained/rhumb-mcp runs locally as an npm package, launched with npx -y rhumb-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · rhumb-mcp

# add to Claude Code
claude mcp add supertrained-rhumb-mcp -- npx -y rhumb-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "supertrained-rhumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rhumb-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "supertrained-rhumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rhumb-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add supertrained-rhumb-mcp -- npx -y rhumb-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "supertrained-rhumb-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rhumb-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add supertrained-rhumb-mcp --command npx --arg -y --arg rhumb-mcp
# ~/.hermes/config.yaml
mcp_servers:
  supertrained-rhumb-mcp:
    command: "npx"
    args: ["-y", "rhumb-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "supertrained-rhumb-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "rhumb-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add supertrained-rhumb-mcp -t stdio -c npx -a -y rhumb-mcp
// mcp.json
{
  "mcpServers": {
    "supertrained-rhumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rhumb-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1
    • Security disclosure: unverified → pass functional
  • 19 Sept 26 0
    • Security disclosure: pass → unverified functional
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1
    • Security disclosure: unverified → pass functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/rhumb-mcp@0.8.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 16 exposed · ~2,190 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
budget ~167

Check or set your call spending limit. Budgets are enforced BEFORE a call — you get HTTP 402 (not a surprise bill) when you'd exceed your limit. Call with no params to check current budget and remaining balance.

NameTypeReqDescription
actionstring'get' (check current budget) or 'set' (create/update). Default: 'get'
budget_usdnumberBudget cap in USD. Required when action='set'. Example: 10.00 for $10/month.
hard_limitbooleantrue = reject calls over budget with HTTP 402. false = warn but allow. Default: true
periodstring'daily', 'weekly', 'monthly', or 'total'. Default: 'monthly'. Resets at period boundary.

No output schema declared.

No examples provided.

check_balance ~40

Check your current Rhumb credit balance in USD. Also shows whether auto-reload is enabled. If balance is low, use get_payment_url to top up.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_credentials ~114

Check what credential modes are available to you. Shows: (1) which Capabilities have Rhumb Resolve credentials (ready to call immediately), (2) which Services have ceremony guides (self-provision in minutes), and (3) BYOK status. Start here when you're new to Rhumb or unsure what you can call.

NameTypeReqDescription
capabilitystringCheck a specific Capability (e.g. 'email.send'). Omit to see all modes and managed Capabilities. Start here to understand what you can call and how.

No output schema declared.

No examples provided.

credential_ceremony ~116

Get step-by-step instructions to obtain API credentials for a Service. Returns signup steps, expected token format (prefix, pattern), verification endpoint, estimated time, and whether human intervention is needed. Use before calling in agent_vault mode. Call without params to list all Services with available ceremonies.

NameTypeReqDescription
servicestringService slug (e.g. 'openai', 'stripe', 'resend'). Returns step-by-step signup instructions, expected token format, and verification endpoint. Omit to list all services with available ceremonies.

No output schema declared.

No examples provided.

discover_capabilities ~175

Browse Capabilities by domain or search text. A Capability is an action (e.g. 'email.send', 'payment.charge') that multiple providers can fulfill. Use this when you know WHAT you need to do but not which Service does it. Returns Capability IDs for resolve_capability. Different from find_services: find_services searches Services, this searches Capabilities.

NameTypeReqDescription
domainstringFilter by domain: 'email', 'payment', 'ai', 'communication', 'data', 'storage', 'search', etc. Omit for all domains.
limitnumberMax results (default 20). Returns capability IDs you can pass to resolve_capability.
searchstringFree-text search across capability names and descriptions. Examples: 'send message', 'charge card', 'scrape website'

No output schema declared.

No examples provided.

estimate_capability ~199

Get the cost of a Capability call WITHOUT making the call. Returns cost in USD, circuit health, and endpoint pattern. Default credential mode is auto: Rhumb uses Rhumb Resolve when an active managed config exists, otherwise falls back to byo (BYOK). Always call this before execute_capability for cost-sensitive workflows — no charge for estimates.

NameTypeReqDescription
capability_idstringyesCapability to estimate (e.g. 'email.send'). Call this BEFORE execute_capability to know the cost in advance.
credential_modestring'auto' (default: use Rhumb Resolve when an active managed config exists, otherwise fall back to byo), 'rhumb_managed', 'byo' (BYOK), or 'agent_vault'. Affects pricing — rhumb_managed includes a 20% m…
providerstringSpecific provider slug. Omit to estimate for the auto-selected provider based on your routing strategy.

No output schema declared.

No examples provided.

execute_capability ~507

Call a Capability through Rhumb Resolve. Typical workflow: discover_capabilities → resolve_capability → estimate_capability → execute_capability. Default credential mode is auto: Rhumb uses Rhumb Resolve when an active managed config exists, otherwise falls back to byo (BYOK). Other explicit modes: rhumb_managed — zero-config through Rhumb Resolve when available; byo — BYOK via agent_token + method + path; agent_vault — use a key from credential_ceremony via agent_token + method + path. Alternative: pass x_payment for a per-call USDC payment with no account needed. Use check_credentials to see which modes are available.

NameTypeReqDescription
agent_tokenstringYour API token for byo/agent_vault mode. For agent_vault: obtain via credential_ceremony first. Never stored by Rhumb — used for this single call only.
bodyobjectRequest body in the provider's native format. See provider docs or resolve_capability for expected structure.
capability_idstringyesCapability to call (e.g. 'email.send', 'payment.charge'). Get IDs from discover_capabilities or resolve_capability.
credential_modestring'auto' (default: use Rhumb Resolve when an active managed config exists, otherwise fall back to byo), 'rhumb_managed' (Rhumb Resolve zero-config call path), 'byo' (BYOK via agent_token — requires met…
idempotency_keystringUUID for safe retry — if this request was already processed, returns the cached result instead of re-calling the provider. Required to enable automatic fallback to backup providers on failure.
methodstringHTTP method (GET, POST, PUT, PATCH, DELETE). Required for byo (BYOK) and agent_vault modes. Not needed for rhumb_managed.
paramsobjectURL query parameters as key-value pairs
pathstringProvider API path (e.g. '/v3/mail/send'). Get the pattern from resolve_capability. Required for byo (BYOK)/agent_vault. Not needed for rhumb_managed.
providerstringSpecific provider slug (e.g. 'resend', 'stripe'). Omit to let Rhumb auto-select the best healthy provider based on your routing strategy.

No output schema declared.

No examples provided.

find_services ~129

Search indexed Services by what you need them to do. Returns ranked Services with AN Scores. Use this when you know the problem but not which Service to call. For Capability-level search (e.g. 'email.send'), use discover_capabilities instead.

NameTypeReqDescription
limitnumberMax results (default 10). Each result includes a slug you can pass to get_score, get_alternatives, or get_failure_modes.
querystringyesWhat you need the Service to do, in natural language. Examples: 'send email', 'process payments', 'generate images', 'web scraping'

No output schema declared.

No examples provided.

get_alternatives ~70

Find alternative Services, ranked by AN Score. Use when a Service doesn't meet your needs or you want to compare options in the same category.

NameTypeReqDescription
slugstringyesService slug from find_services results (e.g. 'stripe'). Returns other Services in the same category, ranked by AN Score.

No output schema declared.

No examples provided.

get_failure_modes ~74

Get known failure patterns, impact severity, and workarounds for a service. Use BEFORE integrating to write defensive code, or AFTER hitting an error to diagnose it.

NameTypeReqDescription
slugstringyesService slug from find_services results (e.g. 'stripe'). Returns known failure patterns, impact severity, and workarounds.

No output schema declared.

No examples provided.

get_ledger ~84

Get your billing history: charges (debits), top-ups (credits), and auto-reload events. Each entry shows amount, balance after, description, and timestamp. Most recent first.

NameTypeReqDescription
event_typestringFilter: debit, credit_added, auto_reload_triggered
limitnumberNumber of entries (default 20, max 100)

No output schema declared.

No examples provided.

get_payment_url ~62

Get a checkout URL to add credits to your Rhumb balance. Present this URL to a human to complete payment. Credits are available immediately after payment.

NameTypeReqDescription
amount_usdnumberyesAmount to add in USD (min $5, max $5000)

No output schema declared.

No examples provided.

get_score ~74

Get the full AN Score breakdown for a Service: execution quality, access readiness, autonomy level, tier label, and freshness. Use after find_services to evaluate a specific Service.

NameTypeReqDescription
slugstringyesService identifier from find_services results (e.g. 'stripe', 'sendgrid', 'openai', 'twilio')

No output schema declared.

No examples provided.

resolve_capability ~103

Given a Capability ID, returns ranked providers with health status, cost per call, auth methods, endpoint patterns, and fallback chains. This is the core routing decision: 'I need email.send — which provider should I use?' Call this before execute_capability to understand your options.

NameTypeReqDescription
capabilitystringyesCapability ID from discover_capabilities (e.g. 'email.send', 'payment.charge'). Returns ranked providers with costs, health status, and fallback chains.

No output schema declared.

No examples provided.

routing ~196

Get or set how Rhumb auto-selects providers when you don't specify one in execute_capability. Controls the tradeoff between cost, speed, and quality. Also sets a quality floor (minimum AN Score) and optional per-call cost ceiling.

NameTypeReqDescription
actionstring'get' (check current strategy) or 'set' (update). Default: 'get'
max_cost_per_call_usdnumberHard ceiling on per-call cost. Calls that would exceed this are rejected with 402.
quality_floornumberMinimum AN Score (0-10). Providers below this are excluded from auto-selection. Default: 6.0
strategystring'cheapest' (lowest cost above quality floor), 'fastest' (healthiest circuits, lowest latency), 'highest_quality' (highest AN Score), or 'balanced' (weighted mix of all three). Default: 'balanced'

No output schema declared.

No examples provided.

spend ~80

Get your spending breakdown for a billing period: total USD spent, call count, average cost per call, broken down by Capability and by provider. Use to audit costs or optimize routing.

NameTypeReqDescription
periodstringBilling period as YYYY-MM (e.g. '2026-03'). Defaults to current month. Returns per-capability and per-provider spend breakdown.

No output schema declared.

No examples provided.

Common questions

What is the io.github.supertrained/rhumb-mcp server?

io.github.supertrained/rhumb-mcp is listed in the public MCP registry as io.github.supertrained/rhumb-mcp. Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution. This page covers its npm package (rhumb-mcp).

Is the io.github.supertrained/rhumb-mcp server safe to use?

io.github.supertrained/rhumb-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.supertrained/rhumb-mcp server expose?

io.github.supertrained/rhumb-mcp exposes 16 tools: find_services, get_score, get_alternatives, get_failure_modes, discover_capabilities, and 11 more. Their descriptions and schemas cost roughly 2,190 tokens of context every time the server is loaded.

Is the io.github.supertrained/rhumb-mcp server still maintained?

io.github.supertrained/rhumb-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.supertrained/rhumb-mcp server under?

io.github.supertrained/rhumb-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.