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., "@MCP Bitnovo Paycreate a payment for 25 euros"
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.
MCP Bitnovo Pay
MCP server for Bitnovo Pay integration with AI agents
A Model Context Protocol (MCP) server that provides AI agents with cryptocurrency payment capabilities through Bitnovo Pay API integration. This server enables AI models to create payments, check payment status, manage QR codes, and access cryptocurrency catalogs.
๐ Features
8 MCP Tools for comprehensive payment management:
create_payment_onchain- Generate cryptocurrency addresses for direct paymentscreate_payment_link- Create web payment URLs with redirect handlingget_payment_status- Query payment status with detailed informationlist_currencies_catalog- Get supported cryptocurrencies with filteringgenerate_payment_qr- Generate custom QR codes from existing paymentsget_webhook_events- Query webhook events received in real-timeget_webhook_url- Get public webhook URL with configuration instructionsget_tunnel_status- Diagnose tunnel connection status
Automatic Webhook System with 3 tunnel providers:
๐ ngrok: Free persistent URL (1 static domain per account)
๐ zrok: 100% free open-source with persistent URLs
๐ข manual: For servers with public IP (N8N, Opal, VPS)
Multi-LLM Support - Compatible with:
๐ค OpenAI ChatGPT (GPT-5, GPT-4o, Responses API, Agents SDK)
๐ง Google Gemini (Gemini 2.5 Flash/Pro Sept 2025, CLI, FastMCP)
๐ฎ Claude (Claude Desktop, Claude Code)
High-Quality QR Codes (v1.1.0+):
๐ฑ 512px default resolution (up from 300px) for modern displays
๐จ๏ธ Support up to 2000px for professional printing
โจ Sharp edges with optimized interpolation algorithms
๐จ Custom Bitnovo Pay branding with smooth logo scaling
Privacy by Default - Sensitive data masked in logs, minimal data exposure
Secure - HTTPS enforcement, HMAC signature validation, secure secret handling
Reliable - Built-in retry logic, timeout handling, stateless operation
๐ Prerequisites
Node.js 18+
Bitnovo Pay Account with Device ID and optional Device Secret
Environment Configuration (see setup guides below)
โก Quick Start
1. Get Your Bitnovo Credentials
Sign up at Bitnovo Pay
Obtain your Device ID from the Bitnovo dashboard
(Optional) Generate a Device Secret for webhook signature validation
2. Configure Your MCP Client
Add this configuration to your MCP client config file:
For Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
For OpenAI ChatGPT (see OpenAI Setup Guide):
3. Restart Your MCP Client
Restart Claude Desktop, ChatGPT, or your MCP client to load the server.
4. Test the Integration
Ask your AI assistant: "Create a payment for 10 euros"
โ๏ธ Cloud Deployment (NEW in v1.2.0)
MCP Bitnovo Pay now supports remote deployment on cloud platforms with HTTP transport mode. This enables AI platforms like claude.ai to connect to your MCP server remotely.
Deploy to Railway (Recommended)
Quick Setup:
Click "Deploy to Railway" or create a new project
Set environment variables:
BITNOVO_DEVICE_ID- Your Bitnovo device IDBITNOVO_BASE_URL-https://pos.bitnovo.com
Deploy (Railway auto-detects Dockerfile)
Get your public URL:
https://your-app.up.railway.app
Connect to claude.ai:
Add server in Settings โ Model Context Protocol
Server URL:
https://your-app.up.railway.app/mcp
๐ Full Guide: See RAILWAY.md for detailed deployment instructions, troubleshooting, and configuration.
Deploy to Docker
Deploy to Other Platforms
The server works on any platform that supports Node.js and Docker:
Heroku: Push Dockerfile with environment variables
Fly.io: Deploy with
fly.tomlconfigurationGoogle Cloud Run: Deploy Docker container
AWS ECS/Fargate: Deploy with task definition
Required Environment Variables:
PORT- HTTP port (auto-set by most platforms)BITNOVO_DEVICE_ID- Your Bitnovo device IDBITNOVO_BASE_URL- Bitnovo API URL
Transport Mode Detection:
If
PORTenv var is set โ HTTP mode (remote connections)If no
PORTโ stdio mode (local connections)
๐ฆ Installation Options
Option A: Using npx (Recommended)
No installation required! The npx command automatically downloads and runs the latest version.
Advantages:
โ Always get the latest version
โ No manual updates needed
โ No local installation required
โ Works immediately
Option B: Clone Repository (For Development)
For contributors or advanced users who need to modify the code:
Advantages:
โ Full control of source code
โ Ability to modify and test changes
โ Ideal for contributing to the project
๐ง Configuration by LLM Platform
Choose your AI platform and follow the specific setup guide:
Claude Desktop (Anthropic)
Config File Location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Guide: Claude Setup Guide
Basic Configuration:
With Webhooks (for real-time payment notifications):
OpenAI ChatGPT
Guide: OpenAI Setup Guide Supported: GPT-5, GPT-4o, Responses API, Agents SDK
Basic Configuration:
Google Gemini
Guide: Gemini Setup Guide Supported: Gemini 2.5 Flash/Pro (Sept 2025), CLI, FastMCP
Basic Configuration:
Environment Variables
Variable | Required | Description | Example |
| โ Yes | Your Bitnovo Pay device identifier |
|
| โ Yes | Bitnovo API endpoint |
|
| โ ๏ธ Optional | HMAC secret for webhook validation |
|
| โ ๏ธ Optional | Enable webhook server |
|
| โ ๏ธ Optional | Auto-start tunnel for webhooks |
|
| โ ๏ธ Optional | Tunnel provider |
|
Security Note: Never commit credentials to version control. Use environment variables or secure secret management.
๐ ๏ธ MCP Tools Reference
Payment Creation
create_payment_onchain
Creates a cryptocurrency payment with a specific address for direct transactions.
Use when: User specifies a cryptocurrency (Bitcoin, ETH, USDC, etc.)
create_payment_link
Creates a web-based payment URL where customers can choose their cryptocurrency.
Use when: Generic payment request without specific crypto mentioned (DEFAULT OPTION)
Payment Management
get_payment_status
Retrieves current payment status with detailed information.
Status Codes:
NR(Not Ready): Pre-payment created, no crypto assignedPE(Pending): Waiting for customer paymentAC(Awaiting Completion): Crypto detected in mempoolCO(Completed): Payment confirmed on blockchainEX(Expired): Payment time limit exceededCA(Cancelled): Payment cancelledFA(Failed): Transaction failed to confirm
list_currencies_catalog
Gets available cryptocurrencies with optional amount-based filtering.
generate_payment_qr
Creates custom QR codes for existing payments with high-quality output.
QR Types:
address: Crypto address only (customer enters amount manually)payment_uri: Address + amount included (recommended)both: Generate both types (recommended)gateway_url: QR of payment gateway URL
QR Size Options (v1.1.0+):
Default: 512px (optimized for modern displays)
Range: 100px - 2000px
Recommended sizes:
512px: Mobile and web displays800-1200px: Standard printing1600-2000px: High-quality printing (posters, stands)
Quality Improvements (v1.1.0):
โจ Sharp edges with
nearestkernel interpolation for QR patterns๐ฏ High-quality logo scaling with
lanczos3kernel๐ฆ PNG compression level 6 with adaptive filtering
๐ผ๏ธ Default size increased from 300px to 512px for better clarity
Webhook Tools
get_webhook_events
Query webhook events received in real-time from Bitnovo Pay API.
Available when: WEBHOOK_ENABLED=true
get_webhook_url
Get public webhook URL with configuration instructions for Bitnovo panel.
Available when: WEBHOOK_ENABLED=true
get_tunnel_status
Diagnose tunnel connection status (ngrok, zrok, or manual).
Available when: WEBHOOK_ENABLED=true
๐ Documentation
API Tools Reference - Detailed documentation for all MCP tools
Usage Examples - Real-world usage examples
Error Handling - Error codes and troubleshooting
Webhook System - Webhook configuration and tunnel management
๐๏ธ Development
Available Scripts
Architecture
Dual-Server Architecture
The MCP server can run two servers simultaneously:
๐ Security
HTTPS Only - All API calls use HTTPS
HMAC Validation - Webhook signature verification with SHA-256
Replay Attack Prevention - Nonce caching with 5-minute TTL
Data Privacy - Sensitive information is masked in logs
No Rate Data - Exchange rates not exposed to prevent inaccuracies
Stateless Design - No local persistence, real-time API queries
Auto-reconnection - Exponential backoff up to 10 retries for tunnels
Health Monitoring - Connection verification every 60 seconds
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ค Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
๐ Support
Issues: GitHub Issues
Bitnovo Support: https://www.bitnovo.com/
MCP Protocol: https://modelcontextprotocol.io/
๐ Related
Model Context Protocol - Official MCP specification
Bitnovo Pay - Cryptocurrency payment platform
Bitnovo Pay - Documentation - Bitnovo Pay Official Documentation
Bitnovo Pay - Documenciรณn en Espaรฑol - Bitnovo Pay Documentaciรณn Oficial
MCP SDK - Official MCP SDK for TypeScript