home/skills/infrastructure/bitnovo-pay-mcp

Bitnovo Pay MCP

MCP

Cryptocurrency payment processing MCP. Create payments, manage webhooks, cloud deployment support.

๐ŸŸก warn (85)skillInfrastructureinfrastructuregithubSource โ†’
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.