B
Caution
80/100
1 month ago

Bitcoin SV Wallet

Integrates with Bitcoin SV blockchain to enable wallet operations, transaction management, and NFT interactions while maintaining local private key security

b-open-io/bsv-mcp· npm: bsv-mcp· 8.8K installs· listed on pulsemcp

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

b-open-io

Source: PulseMCP · also listed on github_code, mcp.so

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 12 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// known CVEs in dependencies12 high6 medium8 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highmcp-handler@1.0.7GHSA-w2fm-25vw-vh7f

mcp-handler has a tool response leak across concurrent client sessions ('Race Condition')

highnext@16.1.6GHSA-267c-6grr-h53f

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

highnext@16.1.6GHSA-26hh-7cqf-hhc6

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up

highnext@16.1.6GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

highnext@16.1.6GHSA-492v-c6pp-mqqv

Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configBSV_CHAIN
configBSV_MCP_PASSPHRASEclaude mcp add bsv-mcp "bunx bsv-mcp@latest" -e ="your-secure-passphrase"
configDISABLE_BAP_TOOLS
configDISABLE_BROADCASTINGfalse Set to true to disable transaction broadcasting; returns raw transaction hex instead - useful for testing and transaction review before broadcasting
configDISABLE_BSOCIAL_TOOLS
configDISABLE_BSV_TOOLSfalse Set to true to disable BSV blockchain tools
configDISABLE_MNEE_TOOLSfalse Set to true to disable MNEE token tools
configDISABLE_ORDINALS_TOOLSfalse Set to true to disable Ordinals/NFT tools
configDISABLE_PROMPTSfalse Set to true to disable all educational prompts
configDISABLE_RESOURCESfalse Set to true to disable all resources (BRCs, changelog)
configDISABLE_TOOLSfalse Set to true to disable all tools
configDISABLE_UTILS_TOOLSfalse Set to true to disable utility tools
configDISABLE_WALLET_TOOLSfalse Set to true to disable Bitcoin wallet tools
configDISPLAY
configDROPLET_API_URL
configDROPLET_FAUCET_NAMEnot set Name of the faucet to use (required when USE_DROPLET_API is true)
configENABLE_A2B_TOOLS
configENABLE_OAUTH
configIDENTITY_KEY_WIFclaude mcp add bsv-mcp "bunx bsv-mcp@latest" -e PRIVATE_KEY_WIF=your_key -e =your_identity_key
configOAUTH_ISSUER
configPRIVATE_KEY_WIFclaude mcp add bsv-mcp "bunx bsv-mcp@latest" -e =your_key -e IDENTITY_KEY_WIF=your_identity_key
configPUBLIC_BMAP_URL
configPUBLIC_ORDFS_URL
configPUBLIC_URL
configREMOTE_STORAGE_URL
configRESOURCE_URL
configTRANSPORTstdio MCP transport mode (stdio/http) - automatically set to stdio for Claude Code compatibility
configUSE_DROPLET_APIfalse Set to true to enable Droplet API mode for remote wallet operations
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

81/81 tools missing one or more hints — a2b_discover (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bap_friend (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); bap_generate (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +78 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

Only 31/81 tool handlers declare input schemas (38%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

78/81 tool handlers wrap calls in try/catch (96%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 1/81 tools referenced in tests (1%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 1 high severity in production deps — mcp-handler@1.0.7 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

11 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Your fixes are re-checked automatically. Claim the listing and we tell you when the grade moves, and reach you directly if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/bsv-mcp-h2h2y0?variant=verified)](https://m8ven.ai/mcp/bsv-mcp-h2h2y0)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 70d42654e79cbd2d0051dfeacbd50dc299939cd2
code hash: 88197fb7b53d7e003ccb23e7fd15c0769e3c65b5a5ae0e7616e51b84244a1a79
verified: 7/11/2026, 8:30:10 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client