API Tools
brale.network
Provides access to Brale platform data including value types, transfer types, and prices.
ENDPOINT 1
https://brale.network/api/mcp
Known tools 9
list-value-typesList all value types (stablecoins and branded assets) on the Brale platform.
Inferred read-onlylist-transfer-typesList all transfer types (blockchains and ledgers) supported by the Brale platform.
Potential side effectsget-llm-contextGet complete platform context for AI consumption, including all value types, transfer types, contract addresses, and metadata in one response.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brale-network]
url = "https://brale.network/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brale-network": {
"type": "http",
"url": "https://brale.network/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brale-network
Remote MCP URL: https://brale.network/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brale-network": {
"url": "https://brale.network/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brale-network": {
"type": "http",
"url": "https://brale.network/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brale-network",
"transport": "streamable-http",
"url": "https://brale.network/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for brale.network was fetched 2026-08-25T19:44:14.905Z.
brale.network is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.