@bsv/simple MCP Server
OfficialProvides tools and guides for integrating BSV blockchain features into Next.js applications, including wallet setup, payment handlers, token operations, inscription handlers, message box integration, server routes, credential issuance, and DID integration.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@bsv/simple MCP Serverscaffold a Next.js config for a BSV app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@bsv/simple MCP Server
An MCP (Model Context Protocol) server that provides AI agents with knowledge and code generation tools for building BSV blockchain applications using @bsv/simple.
Quick Start
Claude Code (recommended)
claude mcp add simple-mcp -- npx -y @bsv/simple-mcpThat's it — Claude will automatically download and run the MCP server via npx.
Docker (alternative)
docker build -t simple-mcp .Add to ~/.claude/settings.json:
{
"mcpServers": {
"simple": {
"command": "docker",
"args": ["run", "-i", "--rm", "simple-mcp"]
}
}
}Related MCP server: Somnia MCP Server
Resources
URI | Description |
| WalletCore + BrowserWallet + ServerWallet methods |
| Token create/list/send/redeem/messagebox |
| Text/JSON/hash inscriptions |
| Certification, payments, identity registry |
| Certifier, certificates, revocation |
| DID class, wallet DID methods |
| Schema, Issuer, VC/VP, revocation stores |
| Overlay, SHIP/SLAP, broadcasting |
| Complete Next.js integration guide |
Tools
Tool | Description |
| Generate next.config.ts + package.json for BSV apps |
| Wallet initialization code (browser or server) |
| Payment handler functions |
| Token CRUD operations |
| OP_RETURN inscription handlers |
| MessageBox P2P integration |
| Next.js API route for server wallet |
| CredentialIssuer setup with schema |
| DID integration code |
Prompts
Prompt | Description |
| Full integration walkthrough |
| Feature-specific code generation |
| Debugging help for common issues |
This server cannot be deployed
Maintenance
Related MCP Connectors
Bitcoin and YouTube video intelligence for AI agents. Pay-per-call via x402 USDC on Base.
BSV wallet, BRC-100 identity and 38 tools to read and write the Bitcoin Schema social graph
Prepaid USD wallets for AI agents: card top-ups, scoped keys, BSV x402 payments over MCP.
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Related MCP Servers
- AlicenseBqualityBmaintenanceA collection of Bitcoin SV tools for the Model Context Protocol that enables AI assistants to interact with the BSV blockchain through wallet operations, ordinals (NFTs), and various blockchain utilities.91,300 npm22MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Somnia blockchain network, including documentation search, blockchain queries, wallet management, cryptographic signing, and on-chain operations.-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to interact with MNEE stablecoin on Bitcoin SV, including checking balances, transferring tokens, and querying transaction history in both sandbox and production environments.-

Nexus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Nexus blockchain, providing tools for querying blockchain data, smart contract calls, transaction submission, and event monitoring.7MIT