MCP server for MoonPay — fiat-to-crypto on/off-ramp, 100+ assets; Pix for Brazil onramp

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

MOONPAY_API_KEY(str)
RequiredSecret

MoonPay REST API key (sandbox or production — the key selects the environment)

MOONPAY_PUBLISHABLE_KEY(str)

MoonPay publishable key used as `apiKey` in signed widget URLs (required for sign_buy_url / sign_sell_url).

MOONPAY_SECRET_KEY(str)
Secret

MoonPay secret key used to HMAC-SHA256 sign widget URLs (required for sign_buy_url / sign_sell_url).

MOONPAY_BASE_URL(str)

MoonPay API base URL. Defaults to https://api.moonpay.com.

MOONPAY_BUY_WIDGET_URL(str)

MoonPay buy widget base URL. Defaults to https://buy.moonpay.com.

MOONPAY_SELL_WIDGET_URL(str)

MoonPay sell widget base URL. Defaults to https://sell.moonpay.com.