Weavz
Circle Mint

Circle Mint

Manage Circle Mint balances, stablecoin transfers, payouts, address book recipients, deposit addresses, and notifications.

20 tools
1 trigger

Tools

Name
get_configuration

Get Circle Mint account configuration, including the master wallet ID.

list_balances

Retrieve available Circle Mint business account balances.

list_deposits

List Circle Mint fiat and business account deposits with pagination filters.

create_deposit_address

Create a Circle Mint business account deposit address.

list_deposit_addresses

List Circle Mint business account deposit addresses.

create_recipient_address

Create a verified recipient address for Circle Mint business account transfers.

list_recipient_addresses

List verified Circle Mint recipient addresses eligible for transfers.

create_transfer

Create an onchain transfer from a Circle Mint business account to a verified recipient address.

list_transfers

List Circle Mint business account transfers.

create_address_book_recipient

Create a Circle Stablecoin Payouts address book recipient.

list_address_book_recipients

List Circle Stablecoin Payouts address book recipients.

get_address_book_recipient

Retrieve a Circle Stablecoin Payouts address book recipient by ID.

modify_address_book_recipient

Modify mutable Circle address book recipient fields such as metadata or ownership details.

delete_address_book_recipient

Delete a Circle Stablecoin Payouts address book recipient.

create_payout

Create a Circle Stablecoin Payouts API payout to an address book recipient.

list_payouts

List Circle Stablecoin Payouts API payouts.

get_payout

Retrieve a Circle payout by ID.

list_notification_subscriptions

List Circle Mint notification subscriptions.

create_notification_subscription

Register an HTTPS endpoint for Circle Mint AWS SNS notification delivery.

delete_notification_subscription

Delete a Circle Mint notification subscription by ID.

Triggers

Name
notification_received

Receive a Circle Mint AWS SNS notification envelope. Use an upstream SNS verifier if signature enforcement is required.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('circle-mint', 'get_configuration', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'circle-mint',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Circle Mint 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 Circle Mint support?

Circle Mint supports 20 tools including Get Configuration, List Balances, List Deposits, Create Deposit Address, List Deposit Addresses, and more.

Can I use Circle Mint with AI agents?

Yes. Add Circle Mint 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 Circle Mint be used in stateful agent workflows?

Yes. Agents can combine Circle Mint 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 Circle Mint use?

Circle Mint uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Circle Mint integration cost?

The Circle Mint integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Circle Mint support?

Circle Mint supports 1 triggers including Notification Received.

Connect Circle Mint in minutes

Get 20,000 free action executions every month. No credit card required.