Bitcoin SV MCP Server

80 tools. 38 can modify or destroy data without limits.

21 destructive tools with no built-in limits. Policy required.

Last updated:

38 can modify or destroy data
42 read-only
80 tools total

Community server · catalogue entry verified 11/06/2026

How to control Bitcoin SV MCP Server ↓

What Bitcoin SV MCP Server exposes to your agents

Read (42) Write / Execute (15) Destructive / Financial (21)
Critical Risk

The most dangerous Bitcoin SV MCP Server tools

38 of Bitcoin SV MCP Server's 80 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Bitcoin SV MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Bitcoin SV MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "bsocial_createPost": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "wallet_abortAction": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "wallet_internalizeAction": {
    "limits": [
      {
        "counter": "wallet_internalizeaction_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "mnee_parseTx": {
    "limits": [
      {
        "counter": "mnee_parsetx_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Bitcoin SV MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON BITCOIN SV →

Free to start. No card required.

All 80 Bitcoin SV MCP Server tools

FINANCIAL 18 tools
Financial bsocial_createPost Create a social post on the BSV blockchain using B:// and MAP protocols. Posts are stored permanently on-chain Financial wallet_cancelListing Cancel an ordinal marketplace listing Financial wallet_transferOrdToken Transfer an ordinal inscription or send BSV21 fungible tokens. Use type= Financial wallet_acquireCertificate Acquires an identity certificate from a certifier. Financial wallet_listOrdinal List an ordinal for sale on the marketplace Financial wallet_mintCollection Mint a collection of ordinals from a folder of images with proper metadata. This tool creates a collection ins Financial wallet_opnsDeregister Deregister an OpNS name Financial wallet_purchaseListing Purchases a listing from the Bitcoin SV ordinals marketplace. Supports both NFT purchases and BSV21 token purc Financial wallet_sweepBsv Sweep BSV from an external WIF private key into the wallet Financial wallet_sweepBsv21 Sweep BSV21 tokens from an external WIF private key into the wallet Financial wallet_sweepOrdinals Sweep ordinals from an external WIF private key into the wallet Financial mnee_sendMnee Send MNEE tokens to a specified address Financial wallet_createAction Creates a new Bitcoin transaction. Handles funding, signing, and broadcasting based on options. Financial wallet_createOrdinals Creates and inscribes ordinals (NFTs) on the Bitcoin SV blockchain. This tool lets you mint new digital artifa Financial wallet_lockBsv Lock BSV until a specific block height Financial wallet_sendAllBsv Send all BSV in the wallet to a single recipient Financial wallet_sendBsv Send BSV to one or more recipients by address or paymail. Supports BSV and USD amounts with automatic conversi Financial wallet_unlockBsv Unlock all matured time-locked BSV
READ 42 tools
Read mnee_parseTx Parse an MNEE transaction to get detailed information about its operations and amounts. All amounts are in ato Read a2b_discover Search on-chain agent and MCP tool records. Use Read bap_getCurrentAddress Retrieves the current BAP identity Read bap_getId Retrieves a Bitcoin Attestation Protocol (BAP) identity profile using an idKey (Paymail or public key). If no Read bmap_readFollows Read follow relationships from the BMAP API. Shows who a user is following or who follows them. Read bmap_readLikes Read likes and reactions for a specific post from the BMAP API. Shows who liked the post and what emoji reacti Read bmap_readPosts Read social posts from the BMAP API (query layer). Can fetch posts by author (BAP ID), specific post by transa Read bsocial_readPosts Read social posts from the BSV blockchain using BMAP API. Can fetch posts by author (BAP ID), specific post by Read bsv_decodeTransaction Decodes and analyzes Bitcoin SV transactions to provide detailed insights. This powerful tool accepts either a Read bsv_explore Explore Bitcoin SV blockchain data using the WhatsOnChain API. Access multiple data types:\n\n Read bsv_getPrice Retrieves the current price of Bitcoin SV (BSV) in USD from a reliable exchange API. This tool provides real-t Read bsv_toSatoshi bsv_toSatoshi Read bsv_toTokenSatoshi bsv_toTokenSatoshi Read mnee_getBalance Retrieves the current MNEE token balance for the wallet. Returns the balance in MNEE tokens. Read ordinals_getInscription Retrieves metadata for an inscription by its outpoint. Returns content type, file info, origin, MAP data, and Read ordinals_getTokenByIdOrTicker Retrieves detailed information about a BSV21 token by its ID (txid_vout format). Returns token data including Read ordinals_marketListings Query marketplace listings for ordinals and tokens. Currently awaiting 1sat-stack marketplace API implementati Read ordinals_marketSales Query past marketplace sales for ordinals and tokens. Currently awaiting 1sat-stack marketplace API implementa Read ordinals_searchInscriptions Search for inscriptions by various criteria. Currently awaiting 1sat-stack search API implementation. Read wallet_discoverByAttributes Discovers certificates matching specific attributes. Read wallet_discoverByIdentityKey Discovers certificates issued to a given identity key. Read wallet_gatherCollectionInfo Analyzes a folder of images and gathers all necessary information for minting an ordinals collection. This inc Read wallet_getAddress Retrieves the wallet Read wallet_getBalance Retrieves the current BSV balance for the wallet. Read wallet_getBsv21Balances Get aggregated BSV21 token balances grouped by token ID Read wallet_getHeaderForHeight Gets the 80-byte block header at a given height. Read wallet_getHeight Gets the current blockchain height. Read wallet_getLockData Get summary of time-locked BSV (total, unlockable, next unlock height) Read wallet_getNetwork Gets the network the wallet is connected to (mainnet or testnet). Read wallet_getOrdinals List ordinals/inscriptions in the wallet with metadata Read wallet_getPublicKey Retrieves a public key by protocol/key derivation. Use identityKey:true for the root identity key. protocolID Read wallet_getVersion Gets the wallet implementation version. Read wallet_isAuthenticated Checks if the wallet user is authenticated. Read wallet_listActions Lists wallet transactions filtered by labels, with optional input/output details. Read wallet_listCertificates Lists identity certificates filtered by certifiers and types. Read wallet_listOutputs Lists spendable outputs in a basket, optionally filtered by tags. Read wallet_listTokens List BSV21 token outputs in the wallet Read wallet_revealCounterpartyKeyLinkage Reveals the linkage between the wallet identity and a counterparty to a verifier. Read wallet_revealSpecificKeyLinkage Reveals linkage for a specific protocol/key combination to a verifier. Read wallet_verifyHmac Verifies an HMAC using wallet keys. Read wallet_verifySignature Verifies a digital signature using wallet keys. Read utils_convertData Converts data between different encodings (utf8, hex, base64, binary). Useful for transforming data formats wh

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Bitcoin SV MCP Server

Can an AI agent move money through the Bitcoin SV MCP Server MCP server? +

Yes. The Bitcoin SV MCP Server server exposes 18 financial tools including bsocial_createPost, wallet_cancelListing, wallet_transferOrdToken. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Bitcoin SV MCP Server MCP server? +

Yes. The Bitcoin SV MCP Server server exposes 3 destructive tools including wallet_abortAction, wallet_relinquishCertificate, wallet_relinquishOutput. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Bitcoin SV MCP Server? +

The Bitcoin SV MCP Server server has 6 write tools including wallet_internalizeAction, wallet_refreshUtxos, bap_generate. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Bitcoin SV MCP Server.

How many tools does the Bitcoin SV MCP Server MCP server expose? +

80 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 42 are read-only. 38 can modify, create, or delete data.

How do I enforce a policy on Bitcoin SV MCP Server? +

Register the Bitcoin SV MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Bitcoin SV MCP Server tool call.

Deterministic rules across all 80 Bitcoin SV MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

80 Bitcoin SV MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.