@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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bsv-blockchain/simple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server