Install Bitrefill MCP for existing accounts
The default agent-commerce path uses Base MCP and the Bitrefill HTTP API. Existing Bitrefill account users can also connect the Bitrefill MCP:buy-products out of auto-approval. The plugin also supports npx @bitrefill/cli@latest in shell-capable harnesses.
Try it
Gift card
Browse
Existing account
Pattern
Bitrefill uses Base MCP forweb_request, sign, x402 payments, and direct send of USDC. It does not use send_calls. The assistant signs the SIWX payload, uses the returned JWT for catalog and checkout calls, confirms product, denomination, and total price, then pays the Base USDC x402 requirement or direct invoice destination.
After payment, the assistant polls status and returns fulfillment data carefully because codes and QR links are bearer credentials.
Reference
Full plugin spec on GitHub
Path selection, SIWX headers, x402 payments, account connector setup, and fulfillment safety notes.