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

io.github.ExpertVagabond/ordinals

NPM · ORDINALS-MCP · SCANNED AUG 3

Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats

Available components

+24 this week 70 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1623 tokens (~67/item across 24 items; 24 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · ordinals-mcp

# add to Claude Code
claude mcp add expertvagabond-ordinals -- npx -y ordinals-mcp
# add to Codex CLI
codex mcp add expertvagabond-ordinals -- npx -y ordinals-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "expertvagabond-ordinals": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ordinals-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add expertvagabond-ordinals --command npx --arg -y --arg ordinals-mcp
# ~/.hermes/config.yaml
mcp_servers:
  expertvagabond-ordinals:
    command: "npx"
    args: ["-y", "ordinals-mcp"]
// mcp.json
{
  "mcpServers": {
    "expertvagabond-ordinals": {
      "command": "npx",
      "args": [
        "-y",
        "ordinals-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.

  • 2 Aug 26 +26
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 +16
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 24 exposed · ~1,623 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.

Tool Tokens
get_address_inscriptions ~80

Get all Ordinals inscriptions owned by a Bitcoin address. Returns inscription IDs, numbers, content types, and sat rarity.

NameTypeReqDescription
addressstringyesBitcoin address (bc1p..., bc1q..., 1..., 3...)
limitnumberResults per page (max 60)
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_address_rare_sats ~79

Get rare satoshis held by a Bitcoin address. Returns sat ordinal number, rarity level (uncommon/rare/epic/legendary/mythic), and UTXO location.

NameTypeReqDescription
addressstringyesBitcoin address
limitnumberResults per page
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_brc20_activity ~91

Get BRC-20 token activity (deploy, mint, transfer events). Filter by ticker, address, or operation type.

NameTypeReqDescription
addressstringFilter by Bitcoin address
limitnumberResults per page
offsetnumberPagination offset
operationstringFilter by operation type
tickerstringFilter by BRC-20 ticker

No output schema declared.

No examples provided.

get_brc20_balances ~66

Get BRC-20 token balances for a Bitcoin address. Returns available, transferrable, and overall balance for each token.

NameTypeReqDescription
addressstringyesBitcoin address
limitnumberResults per page
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_brc20_holders ~72

Get top holders of a BRC-20 token. Returns addresses and balances sorted by amount held.

NameTypeReqDescription
limitnumberResults per page
offsetnumberPagination offset
tickerstringyesBRC-20 token ticker (e.g., ordi, sats)

No output schema declared.

No examples provided.

get_brc20_token ~63

Get details for a BRC-20 token by ticker. Returns max supply, minted supply, mint limit, decimals, deploy inscription, and transaction count.

NameTypeReqDescription
tickerstringyesBRC-20 token ticker (e.g., ordi, sats)

No output schema declared.

No examples provided.

get_collection_info ~57

Get details for an Ordinals collection. Returns name, description, inscription count, floor price, volume, and owner count.

NameTypeReqDescription
slugstringyesCollection slug/symbol (e.g., bitcoin-puppets, nodemonkes)

No output schema declared.

No examples provided.

get_collection_inscriptions ~60

List inscriptions in an Ordinals collection. Returns inscription IDs, numbers, content types, and owners.

NameTypeReqDescription
limitnumberResults per page
offsetnumberPagination offset
slugstringyesCollection slug/symbol

No output schema declared.

No examples provided.

get_collection_listings ~63

Get active marketplace listings for an Ordinals collection on Magic Eden. Returns listed inscriptions with prices in BTC.

NameTypeReqDescription
collection_symbolstringyesCollection symbol on Magic Eden
limitnumberResults per page
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_inscription ~61

Get detailed metadata for a Bitcoin Ordinals inscription by its ID or number. Returns owner address, content type, sat rarity, genesis info, and more.

NameTypeReqDescription
idstringyesInscription ID ({txid}i{index}) or inscription number

No output schema declared.

No examples provided.

get_inscription_content ~57

Get the raw content of a Bitcoin Ordinals inscription. Returns text content directly or base64-encoded binary data with content type.

NameTypeReqDescription
idstringyesInscription ID ({txid}i{index}) or inscription number

No output schema declared.

No examples provided.

get_inscription_traits ~50

Get trait information for a collection inscription. Returns trait types and values (e.g., background, body, eyes).

NameTypeReqDescription
idstringyesInscription ID ({txid}i{index})

No output schema declared.

No examples provided.

get_inscription_transfers ~79

Get the transfer history for a Bitcoin Ordinals inscription. Shows each transfer with block, address, transaction, and timestamp.

NameTypeReqDescription
idstringyesInscription ID ({txid}i{index}) or inscription number
limitnumberResults per page (max 60)
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_rune_activity ~79

Get recent activity (mints, transfers, burns) for a Bitcoin Rune. Returns operation type, addresses, amounts, and timestamps.

NameTypeReqDescription
limitnumberResults per page
namestringyesRune name (e.g., UNCOMMON•GOODS or UNCOMMONGOODS)
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_rune_balances ~61

Get Rune token balances for a Bitcoin address. Returns rune name, symbol, and balance for each rune held.

NameTypeReqDescription
addressstringyesBitcoin address
limitnumberResults per page
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_rune_holders ~70

Get top holders of a Bitcoin Rune. Returns addresses and balances sorted by amount held.

NameTypeReqDescription
limitnumberResults per page
namestringyesRune name (e.g., UNCOMMON•GOODS or UNCOMMONGOODS)
offsetnumberPagination offset

No output schema declared.

No examples provided.

get_rune_info ~61

Get details for a Bitcoin Rune by name. Returns symbol, divisibility, supply, premine, mint terms, and etching transaction.

NameTypeReqDescription
namestringyesRune name (e.g., UNCOMMON•GOODS or UNCOMMONGOODS)

No output schema declared.

No examples provided.

get_rune_market_info ~56

Get market data for a Bitcoin Rune. Returns price in USD, market cap, and 24h volume.

NameTypeReqDescription
namestringyesRune name (e.g., UNCOMMON•GOODS or UNCOMMONGOODS)

No output schema declared.

No examples provided.

get_rune_unlock_date ~43

Check when a rune name becomes available for etching. Returns unlock block height and estimated date.

NameTypeReqDescription
namestringyesRune name to check availability for

No output schema declared.

No examples provided.

get_sat_info ~61

Get information about a specific satoshi by its ordinal number. Returns rarity level, epoch, cycle, period, name, and any inscription on it.

NameTypeReqDescription
ordinalstringyesSatoshi ordinal number (e.g., 1857578125803250)

No output schema declared.

No examples provided.

get_tx_inscriptions ~42

Get all Ordinals inscriptions contained in a Bitcoin transaction. Returns inscription IDs, numbers, and content types.

NameTypeReqDescription
txidstringyesBitcoin transaction ID

No output schema declared.

No examples provided.

get_tx_runes ~42

Get all Rune transfers in a Bitcoin transaction. Returns rune names, amounts, addresses, and operation types.

NameTypeReqDescription
txidstringyesBitcoin transaction ID

No output schema declared.

No examples provided.

list_runes ~58

List Bitcoin Runes with pagination. Returns rune name, symbol, supply, divisibility, mint terms, and etching info.

NameTypeReqDescription
limitnumberResults per page (max 60)
offsetnumberPagination offset

No output schema declared.

No examples provided.

search_inscriptions ~172

Search and list Bitcoin Ordinals inscriptions with filters. Filter by address, MIME type, sat rarity, block range, inscription number range, recursive/cursed status.

NameTypeReqDescription
addressstringFilter by owner Bitcoin address
cursedbooleanFilter cursed inscriptions
from_blocknumberStart block height
from_numbernumberStart inscription number
limitnumberResults per page (max 60)
mime_typestringFilter by MIME type (e.g., image/png, text/plain)
offsetnumberPagination offset
raritystringFilter by sat rarity
recursivebooleanFilter recursive inscriptions
to_blocknumberEnd block height
to_numbernumberEnd inscription number

No output schema declared.

No examples provided.