← Registry

eCommerce

settle.xxx

Provides merchant account information and payout integration tools.

1 endpoint24 known toolsFirst detected June 15, 2026Last detected July 18, 2026

ENDPOINT 1

https://mcp.settle.xxx/mcp

No auth detected

Known tools 24

get_started

Read this first.

whoami

Returns the current merchant's id, display name, mode (test/live), the chains with a verified payout address, the verified domain (if any), and the buyer-facing branding status (manual / auto-from-domain / Settle fallback).

get_integration_pattern

Returns a working server-route snippet, webhook handler, env vars, and install command for the merchant's framework.

register_payout_address

Step 1 of payout setup.

confirm_payout_address

Step 2 of payout setup.

list_payout_addresses

Lists every payout address the merchant has registered, with verification status and chain.

verify_domain

Begins domain verification by returning the TXT record the merchant must add to DNS.

enable_usdt_ethereum

Opts the merchant into accepting USDT on Ethereum mainnet.

get_branding

Returns the merchant's current hosted-checkout branding (logo URL and accent hex).

set_branding

Override the buyer-facing branding on the hosted checkout (pay.settle.xxx).

create_invoice

Creates a payment invoice and returns a checkout_url to send the buyer to.

get_invoice

Fetches a single invoice by id.

list_invoices

Lists invoices for the current merchant with optional filters.

void_invoice

Voids a pending invoice so the buyer can no longer pay it.

simulate_payment

Test mode only.

register_webhook

Registers an HTTPS endpoint to receive Settle events.

list_webhooks

Lists every webhook for the current merchant.

update_webhook

Updates a webhook's url and/or events, and/or rotates its signing secret.

delete_webhook

Permanently deletes a webhook.

list_webhook_events

Lists recent webhook deliveries with status, response code, and the full payload that was POSTed.

replay_webhook_event

Re-fires a webhook event with the same payload.

create_api_key

Creates a new secret API key.

list_api_keys

Lists every API key for this merchant.

revoke_api_key

Revokes an API key.