Tools
| Name | Description |
|---|---|
list_currenciesList MoonPay currencies available through the Ramps and Swaps widget API. | List MoonPay currencies available through the Ramps and Swaps widget API. |
get_buy_quoteQuote a fiat-to-crypto MoonPay buy transaction for a currency and payment method. | Quote a fiat-to-crypto MoonPay buy transaction for a currency and payment method. |
get_sell_quoteQuote a crypto-to-fiat MoonPay sell transaction. | Quote a crypto-to-fiat MoonPay sell transaction. |
list_payment_methodsList available payment method configurations for country, currency, and transaction type. | List available payment method configurations for country, currency, and transaction type. |
list_buy_transactionsList MoonPay buy transactions with customer, external ID, date, and pagination filters. | List MoonPay buy transactions with customer, external ID, date, and pagination filters. |
get_buy_transactionRetrieve a MoonPay buy transaction by transaction ID. | Retrieve a MoonPay buy transaction by transaction ID. |
list_sell_transactionsList MoonPay sell transactions with customer, external ID, date, and pagination filters. | List MoonPay sell transactions with customer, external ID, date, and pagination filters. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive MoonPay webhook callbacks and verify Moonpay-Signature-V2 when a webhook secret is configured. | Receive MoonPay webhook callbacks and verify Moonpay-Signature-V2 when a webhook secret is configured. |
buy_transaction_eventReceive MoonPay buy transaction lifecycle webhook events. | Receive MoonPay buy transaction lifecycle webhook events. |
sell_transaction_eventReceive MoonPay sell transaction lifecycle webhook events. | Receive MoonPay sell transaction lifecycle webhook events. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('moonpay', 'list_currencies', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'moonpay',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect MoonPay to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does MoonPay support?
MoonPay supports 7 tools including List Currencies, Get Buy Quote, Get Sell Quote, List Payment Methods, List Buy Transactions, and more.
Can I use MoonPay with AI agents?
Yes. Add MoonPay to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can MoonPay be used in stateful agent workflows?
Yes. Agents can combine MoonPay tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does MoonPay use?
MoonPay uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the MoonPay integration cost?
The MoonPay integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does MoonPay support?
MoonPay supports 3 triggers including Webhook Event, Buy Transaction Event, Sell Transaction Event.
Connect MoonPay in minutes
Get 20,000 free action executions every month. No credit card required.