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.

SBOR

NPM · SBOR-MCP · 2 COMPONENTS · SCANNED SEP 25

Check a lending rate before your agent borrows. Stacks benchmark, read from contract state. No key.

71 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 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 662 tokens (~110/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 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 Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 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 SBOR MCP server?

SBOR runs locally as an npm package, launched with npx -y sbor-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 · sbor-mcp

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

  • 25 Sept 26 +1
    • Schema quality: 89 → 110 ▼ functional
    • Stability: unverified → 0.07 ▲ functional
    • Schema quality: excellent → good functional
    • Package version: 1.1.4 → 1.2.0 functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 70

    First indexed and scored.

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 25 Sept 2026 · Analysed npm/sbor-mcp@1.2.0

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 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~662 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
compare_chains ~125

The same asset classes on the largest lending markets on Ethereum, Base, Hyperliquid and Solana, plus SOFR, the US repo rate, and what it costs to borrow USDC against bitcoin on Base and Ethereum. Context only: none of these is ever a constituent of an SBOR index. Aave on Ethereum and Base and the bitcoin-collateral markets are read from contract state; the other venues come from DefiLlama, so small differences are expected for those.

NameTypeReqDescription
indexstring–Only markets comparable to this index. Omit for all.

No output schema declared.

No examples provided.

compare_rate ~227

Given a rate you have been offered, say whether it is above or below the market for that currency, and by how much. This is the main reason SBOR exists. Recommended use: if a borrow offer is more than 50 basis points above the benchmark, stop and ask a human. Use SBOR to stop, never to start. For a USDC loan against bitcoin (cbBTC or WBTC) on Base or Ethereum, compare with BTC-COLLATERAL-USDC; for lending on Stacks, with the index for the currency. This tool refuses rather than guesses: an error result means there is no trustworthy answer, not that the rate is bad.

NameTypeReqDescription
indexstringyesWhich benchmark: a Stacks currency index, or BTC-COLLATERAL-USDC for borrowing USDC against bitcoin on Base and Ethereum.
ratenumberyesThe rate offered, as a percentage between 0 and 100. 4.2 means 4.2%, not 0.042.
sidestringyesWhether you would be borrowing or supplying.

No output schema declared.

No examples provided.

get_history ~82

Daily fixings since the index began. Use this to see whether a rate is unusual, or how the cost of capital has moved. Means are given per methodology version, never across a change in how the number is built.

NameTypeReqDescription
daysinteger–How many days back, up to 200. Default 30.
indexstringyesWhich currency.

No output schema declared.

No examples provided.

get_methodology ~49

The full methodology and integration policy: how the fixing is built, what is excluded and why, and what SBOR will and will not do. Read this before quoting a rate in anything that matters.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rate ~111

The benchmark borrow and supply rate for lending on Stacks, read from lending contract state. Use this to judge whether a lending offer is good: borrowing above the SBOR borrow rate means paying more than the market, supplying below the supply rate means earning less. Returns every currency index unless one is named. Always read the freshness line first.

NameTypeReqDescription
indexstring–Currency index, or BTC-COLLATERAL-USDC for borrowing USDC against bitcoin on Base and Ethereum. Omit for all of them.

No output schema declared.

No examples provided.

list_markets ~68

Every venue and asset in an index, with its borrow rate, supply rate, utilization, depth and weight. Utilization explains why a rate sits where it does.

NameTypeReqDescription
indexstring–Currency index, or BTC-COLLATERAL-USDC. Omit for the Stacks indices.

No output schema declared.

No examples provided.

Common questions

What is the SBOR MCP server?

SBOR is an MCP server listed in the public MCP registry as xyz.sbor/sbor. Check a lending rate before your agent borrows. Stacks benchmark, read from contract state. No key. This page covers its npm package (sbor-mcp).

Is the SBOR MCP server safe to use?

SBOR scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 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 SBOR MCP server expose?

SBOR exposes 6 tools: get_rate, compare_rate, list_markets, get_history, compare_chains, get_methodology. Their descriptions and schemas cost roughly 662 tokens of context every time the server is loaded.

Is the SBOR MCP server still maintained?

SBOR is still listed as active in the MCP registry. We last reached this channel on 25 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 SBOR MCP server under?

SBOR declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.