Tool tree
One regulated system for stablecoin issuance, custody, payments, and compliance. 75+ programs in production across 45 US jurisdictions. SOC 2 Type II. Book a demo.
page: Every page
get_brale_overviewAnswer
Get a structured overview of Brale: what the platform does, key capabilities, and links to the API, OpenAPI spec, MCP server, docs, and pricing.
View tool JSON
{
"name": "get_brale_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get a structured overview of Brale: what the platform does, key capabilities, and links to the API, OpenAPI spec, MCP server, docs, and pricing.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}list_supported_stablecoinsAnswer
List the stablecoins Brale lists and the chains they are deployed on (name, symbol, chain, contract address).
View tool JSON
{
"name": "list_supported_stablecoins",
"kind": "answer",
"impl": "imperative",
"description": "List the stablecoins Brale lists and the chains they are deployed on (name, symbol, chain, contract address).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}navigateAction
Navigate the browser to a key Brale page (e.g. pricing, platform, stablecoins, docs, or book a demo).
View tool JSON
{
"name": "navigate",
"kind": "act",
"impl": "imperative",
"description": "Navigate the browser to a key Brale page (e.g. pricing, platform, stablecoins, docs, or book a demo).",
"inputSchema": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"description": "The page to open. Options: \"home\" → Brale home (https://brale.xyz/); \"platform\" → Platform overview (https://brale.xyz/platform); \"pricing\" → Pricing (https://brale.xyz/pricing); \"stablecoins\" → Stablecoins hub (https://brale.xyz/stablecoins); \"ecosystem\" → Ecosystem (https://brale.xyz/ecosystem); \"blog\" → Blog (https://brale.xyz/blog); \"about\" → About Brale (https://brale.xyz/about); \"careers\" → Careers (https://brale.xyz/careers); \"contact\" → Book a demo (https://brale.xyz/contact); \"docs\" → Developer documentation (https://docs.brale.xyz/).",
"enum": [
"home",
"platform",
"pricing",
"stablecoins",
"ecosystem",
"blog",
"about",
"careers",
"contact",
"docs"
]
}
},
"required": [
"destination"
],
"additionalProperties": false
},
"page": "/"
}