MCP Bitnovo Pay
OfficialEnables AI agents to create cryptocurrency payments, check payment status, generate QR codes, and ma...
Click the "Install Now" button and open the FastMCP connection interface. Use the form there to add environment variables for this MCP server (each variable name → value).
Create / sign in to your Bitnovo Pay merchant account (Bitnovo Pay dashboard). Then open your merchant admin/dashboard and locate the device (point‑of‑sale / device configuration) area to obtain device credentials. (bitnovo.gitbook.io)
Obtain BITNOVO_DEVICE_ID
- In the dashboard → device (device configuration) entry, copy the Device ID shown for the device you will use with the MCP server.
- Paste that exact string into the FastMCP env field named BITNOVO_DEVICE_ID. (bitnovo.gitbook.io)
Set BITNOVO_BASE_URL
- For production use set BITNOVO_BASE_URL = https://pos.bitnovo.com.
- For development/testing you may use the pre-production endpoint (example: https://payments.pre-bnvo.com) if instructed by Bitnovo.
- Enter the chosen URL in FastMCP as BITNOVO_BASE_URL. (lobehub.com)
(Optional — webhooks) Generate or copy BITNOVO_DEVICE_SECRET for HMAC signature validation
- In the device configuration page in the Bitnovo dashboard, generate (or reveal) the Device Secret / merchant secret for the device (this secret is used to compute/verify X-SIGNATURE HMACs).
- Copy it securely (it may only be shown once) and paste it into FastMCP as BITNOVO_DEVICE_SECRET. (bitnovo.gitbook.io)
(Optional — webhooks) Configure webhook and tunnel settings (if you want realtime events)
- In Bitnovo device config set the Webhook URL (the MCP webhook endpoint). If you will use the MCP server’s automatic tunnel, enable WEBHOOK_ENABLED=true and TUNNEL_ENABLED=true in FastMCP.
- Choose TUNNEL_PROVIDER in FastMCP (ngrok, zrok, or manual). If you pick ngrok:
- Create an ngrok account and copy your authtoken from the ngrok dashboard.
- Add that token into FastMCP as NGROK_AUTHTOKEN (and optionally NGROK_DOMAIN if you reserved a domain). (ngrok.com)
Optional: other tunnel providers
- If using zrok or manual, supply the provider-specific envs per your tunnel provider docs (e.g., zrok credentials) or configure a public webhook URL and set TUNNEL_PROVIDER=manual and WEBHOOK_ENABLED=true in FastMCP. (The MCP server expects webhooks per‑device as configured in Bitnovo.) (bitnovo.gitbook.io)
Enter any additional MCP envs required by your deployment:
- PORT (only for HTTP/remote mode), WEBHOOK_ENABLED (true/false), TUNNEL_ENABLED (true/false), TUNNEL_PROVIDER (ngrok|zrok|manual), NGROK_AUTHTOKEN, NGROK_DOMAIN as needed.
- Put each variable name and value into the FastMCP env fields before saving. (lobehub.com)
Save the FastMCP connection entry and restart / reload the MCP client so the new envs are applied. After restart, test the integration (for example: ask the assistant “Create a payment for 10 euros”) to confirm payments and webhooks are working. (lobehub.com)
Security reminders
- Never commit Device IDs, Device Secrets, or authtokens to source control.
- Store secrets only in FastMCP/secret manager fields and treat the Device Secret and tunnel tokens as highly sensitive (copy them only when needed and rotate/revoke if exposed).
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.