New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Bitcoin SV MCP Server

90 tools. 43 can modify or destroy data without limits.

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

Last updated:

43 can modify or destroy data
47 read-only
90 tools total

Community server · catalogue entry checked 08/09/2026

How to control Bitcoin SV MCP Server ↓

What Bitcoin SV MCP Server exposes to your agents

Read (47) Write / Execute (19) Destructive / Financial (24)
Critical Risk

The most dangerous Bitcoin SV MCP Server tools

43 of Bitcoin SV MCP Server's 90 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
{
  "bap_generate": {
    "limits": [
      {
        "counter": "bap_generate_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "a2b_discover": {
    "limits": [
      {
        "counter": "a2b_discover_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 →

Instant setup, no code required.

All 90 Bitcoin SV MCP Server tools

FINANCIAL 20 tools
Financial bsocial_createPost Create a social post on the BSV blockchain using B:// and MAP protocols. Posts are stored permanently on-chain Financial droplit_fund Submit one raw transaction for sponsor funding and broadcast. Subject to sponsor approval and quotas. Unknown Financial mnee_sendMnee Send MNEE tokens to a specified address Financial wallet_acquireCertificate Acquires an identity certificate from a certifier. Financial wallet_cancelListing Cancel an ordinal marketplace listing 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_listOrdinal List an ordinal for sale on the marketplace Financial wallet_lockBsv Lock BSV until a specific block height 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_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_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 wallet_transferOrdToken Transfer an ordinal inscription or send BSV21 fungible tokens. Use type= Financial wallet_unlockBsv Unlock all matured time-locked BSV Financial x402_payQuote Pay a previously quoted BSV service request from the connected wallet, then return its response. Only call aft
READ 47 tools
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 configured explorer 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_status Show server version, configured network, wallet availability, backend URLs, live 1Sat modules and any persiste Read droplit_discover List publicly opted-in sponsors. No wallet or sponsor selection is required. Listing grants no access or fundi Read droplit_getAccess Read this connected wallet Read mnee_getBalance Retrieves the current MNEE token balance for the wallet. Returns the balance in MNEE tokens. Read mnee_parseTx Parse an MNEE transaction to get detailed information about its operations and amounts. All amounts are in ato 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 Search active 1Sat marketplace listings by name prefix or content type. Prices are satoshis. Pass the last sco Read ordinals_marketSales Query completed 1Sat marketplace sales by name prefix or content type. Prices are satoshis. Pass the last scor Read ordinals_searchInscriptions Search indexed outputs by 1Sat event/topic/owner key (e.g. own:ADDRESS). Returns inscription and MAP metadata Read utils_convertData Converts data between different encodings (utf8, hex, base64, binary). Useful for transforming data formats wh Read wallet_checkDroplitFaucetStatus Reads public faucet balance and payout settings. This is not proof of caller authorization; use droplit_getAcc 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. Each result carries an 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_list List named local accounts by public address. Does not unlock wallets, reveal keys or contact a service. 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_revealDelegation Receive the human owner Read wallet_revealSpecificKeyLinkage Reveals linkage for a specific protocol/key combination to a verifier. Read wallet_use Validate an account and give its restart configuration. Does not replace the wallet of a running session or mo Read wallet_verifyHmac Verifies an HMAC using wallet keys. Read wallet_verifySignature Verifies a digital signature using wallet keys. Supply exactly one of data or hashToDirectlyVerify.

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 20 financial tools including bsocial_createPost, droplit_fund, mnee_sendMnee. 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 4 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 8 write tools including bap_generate, droplit_push, wallet_a2bPublishMcp. 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? +

90 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 47 are read-only. 43 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 90 Bitcoin SV MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

90 Bitcoin SV MCP Server tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Bitcoin SV MCP Server's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.