Tools
| Name | Description |
|---|---|
get_ratesRetrieve Yellow Card local-currency and stablecoin rate data. | Retrieve Yellow Card local-currency and stablecoin rate data. |
get_channelsList Yellow Card payout and collection channels for a country. | List Yellow Card payout and collection channels for a country. |
get_networksList Yellow Card mobile money and bank networks for a country. | List Yellow Card mobile money and bank networks for a country. |
create_widget_quoteCreate a Yellow Card buy or sell widget quote. | Create a Yellow Card buy or sell widget quote. |
submit_sendSubmit a Yellow Card local payout/send request with idempotent sequence ID and recipient details. | Submit a Yellow Card local payout/send request with idempotent sequence ID and recipient details. |
list_sendsList Yellow Card send transactions with date, pagination, and sorting filters. | List Yellow Card send transactions with date, pagination, and sorting filters. |
get_sendRetrieve a Yellow Card send by ID. | Retrieve a Yellow Card send by ID. |
submit_crypto_sendSubmit a Yellow Card stablecoin crypto send to a wallet address with Travel Rule details. | Submit a Yellow Card stablecoin crypto send to a wallet address with Travel Rule details. |
list_walletsList Yellow Card custody sub-wallets. | List Yellow Card custody sub-wallets. |
create_walletCreate a Yellow Card custody sub-wallet and optionally create a virtual account. | Create a Yellow Card custody sub-wallet and optionally create a virtual account. |
create_rfqCreate a Yellow Card custody request-for-quote for wallet conversion or settlement workflows. | Create a Yellow Card custody request-for-quote for wallet conversion or settlement workflows. |
list_rfqsList Yellow Card custody request-for-quote records. | List Yellow Card custody request-for-quote records. |
get_rfqRetrieve a Yellow Card custody request-for-quote by ID. | Retrieve a Yellow Card custody request-for-quote by ID. |
accept_rfqAccept a Yellow Card custody request-for-quote using the documented accept endpoint. | Accept a Yellow Card custody request-for-quote using the documented accept endpoint. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Yellow Card webhook callbacks for transaction and virtual-account lifecycle events. | Receive Yellow Card webhook callbacks for transaction and virtual-account lifecycle events. |
send_eventReceive Yellow Card send lifecycle webhook callbacks. | Receive Yellow Card send lifecycle webhook callbacks. |
virtual_account_eventReceive Yellow Card virtual-account webhook callbacks. | Receive Yellow Card virtual-account webhook callbacks. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('yellow-card', 'get_rates', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'yellow-card',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Yellow Card 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 Yellow Card support?
Yellow Card supports 14 tools including Get Rates, Get Channels, Get Networks, Create Widget Quote, Submit Send, and more.
Can I use Yellow Card with AI agents?
Yes. Add Yellow Card 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 Yellow Card be used in stateful agent workflows?
Yes. Agents can combine Yellow Card 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 Yellow Card use?
Yellow Card uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Yellow Card integration cost?
The Yellow Card integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Yellow Card support?
Yellow Card supports 3 triggers including Webhook Event, Send Event, Virtual Account Event.
Connect Yellow Card in minutes
Get 20,000 free action executions every month. No credit card required.