@Bsv/Simple Server
БесплатноНе проверенProvides AI agents with knowledge and code generation tools for building BSV blockchain applications using @bsv/simple.
Описание
Provides AI agents with knowledge and code generation tools for building BSV blockchain applications using @bsv/simple.
README
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-mcp
That'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"]
}
}
}
Resources
| URI | Description |
|---|---|
simple://api/wallet |
WalletCore + BrowserWallet + ServerWallet methods |
simple://api/tokens |
Token create/list/send/redeem/messagebox |
simple://api/inscriptions |
Text/JSON/hash inscriptions |
simple://api/messagebox |
Certification, payments, identity registry |
simple://api/certification |
Certifier, certificates, revocation |
simple://api/did |
DID class, wallet DID methods |
simple://api/credentials |
Schema, Issuer, VC/VP, revocation stores |
simple://api/overlay |
Overlay, SHIP/SLAP, broadcasting |
simple://guide/nextjs |
Complete Next.js integration guide |
Tools
| Tool | Description |
|---|---|
scaffold_nextjs_config |
Generate next.config.ts + package.json for BSV apps |
generate_wallet_setup |
Wallet initialization code (browser or server) |
generate_payment_handler |
Payment handler functions |
generate_token_handler |
Token CRUD operations |
generate_inscription_handler |
OP_RETURN inscription handlers |
generate_messagebox_setup |
MessageBox P2P integration |
generate_server_route |
Next.js API route for server wallet |
generate_credential_issuer |
CredentialIssuer setup with schema |
generate_did_integration |
DID integration code |
Prompts
| Prompt | Description |
|---|---|
integrate_simple |
Full integration walkthrough |
add_bsv_feature |
Feature-specific code generation |
debug_simple |
Debugging help for common issues |
Установка @Bsv/Simple Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bsv-blockchain/simple-mcpFAQ
@Bsv/Simple Server MCP бесплатный?
Да, @Bsv/Simple Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Bsv/Simple Server?
Нет, @Bsv/Simple Server работает без API-ключей и переменных окружения.
@Bsv/Simple Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Bsv/Simple Server в Claude Desktop, Claude Code или Cursor?
Открой @Bsv/Simple Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare @Bsv/Simple Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
