
Bitnovo Pay
@bitnovo
关于 Bitnovo Pay
MCP server for Bitnovo Pay integration with AI agents. Provides cryptocurrency payment capabilities through Bitnovo Pay API. Features include payment creation, status checking, QR code generation, and webhook management with support for multiple tunnel providers (ngrok, zrok, man
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bitnovo-pay": {
"command": "npx",
"args": [
"-y",
"@bitnovopay/mcp-bitnovo-pay"
],
"env": {
"BITNOVO_DEVICE_ID": "your_device_id_here",
"BITNOVO_BASE_URL": "https://pos.bitnovo.com"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bitnovo Pay?
The Bitnovo Pay MCP server allows AI agents to create and manage cryptocurrency payments autonomously through the Bitnovo Pay API. It integrates with LLMs like ChatGPT, Claude, and Gemini using the Model Context Protocol to expose payment tools.
How to use Bitnovo Pay?
Configure your MCP client with your Bitnovo Device ID and base URL, then run via npx -y @bitnovopay/mcp-bitnovo-pay or clone the repository. Restart the client and ask your AI to create a payment (e.g., “Create a payment for 10 euros”) to test.
Key features of Bitnovo Pay
- 8 MCP tools for complete payment management
- Automatic webhook system with ngrok, zrok, or manual tunnels
- Compatible with ChatGPT, Gemini, and Claude
- High-quality QR codes up to 2000px resolution
- Mandatory HTTPS, HMAC validation, and replay attack prevention
- Stateless operation with no local storage
Use cases of Bitnovo Pay
- Create cryptocurrency payments (on-chain or link) from a chat interface
- Query payment status and get detailed transaction information
- Generate custom QR codes for existing payments
- Monitor webhook events for real‑time payment updates
- Integrate crypto payment automation into N8N, VPS, or local development workflows
FAQ from Bitnovo Pay
What is MCP?
MCP (Model Context Protocol) is an open standard that allows AI models to access external tools and services in a structured, secure manner. The Bitnovo Pay MCP server implements this protocol to expose 8 payment management tools.
What are the prerequisites to use Bitnovo Pay?
You need Node.js 18+, a Bitnovo Pay account with a Device ID from the dashboard. A Device Secret is optional but required for webhooks. An MCP client (Claude, ChatGPT, or Gemini) is also needed.
How do I install the Bitnovo Pay MCP server?
Two options: (1) Use npx -y @bitnovopay/mcp-bitnovo-pay – no installation needed, always latest version. (2) Clone the repository, run npm install && npm run build for development.
What MCP tools are available?
There are 8 tools: create_payment_onchain, create_payment_link, get_payment_status, list_currencies_catalog, generate_payment_qr, get_webhook_events, get_webhook_url, and get_tunnel_status.
How does the webhook system work?
The server can expose a public URL via ngrok, zrok, or a manual tunnel to receive real-time payment events. HMAC signature validation and nonce cache protect against replay attacks. Webhooks are optional.
开发工具 分类下的更多 MCP 服务器
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers

Sentry
modelcontextprotocolModel Context Protocol Servers
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
评论