Bitnovo Pay MCP
MCPCryptocurrency payment processing MCP. Create payments, manage webhooks, cloud deployment support.
paymentscryptoinvoicingmcp
# Bitnovo Pay MCP
Cryptocurrency payment processing via MCP. Create payment requests, manage webhooks, and track payment status.
## Agent Usage
### Install
```json
{
"mcpServers": {
"bitnovo-pay": {
"command": "npx",
"args": ["-y", "mcp-bitnovo-pay"],
"env": { "BITNOVO_API_KEY": "<your-key>" }
}
}
}
```
### Key Tools
- `create_payment` โ create a crypto payment request (amount, currency, description)
- `get_payment_status` โ check if a payment has been completed
- `list_payments` โ list all payments with filters (status, date range)
- `create_webhook` โ register a webhook URL for payment events
- `get_supported_currencies` โ list supported cryptocurrencies
### Example Prompt
> "Create a payment request for 50 USDT and give me the payment link."
---
*Source: [bitnovo/mcp-bitnovo-pay](https://github.com/bitnovo/mcp-bitnovo-pay)*๐งช Found this useful?
The $SKILL experiment is building the agent skill distribution layer. Every skill you discover through this directory is part of the experiment.