← Registry

API Tools

brale.network

Provides access to Brale platform data including value types, transfer types, and prices.

1 endpoint9 known toolsFirst detected May 28, 2026Last detected July 6, 2026

ENDPOINT 1

https://brale.network/api/mcp

No auth detected

Known tools 9

list-value-types

List all value types (stablecoins and branded assets) on the Brale platform.

Inferred read-only
get-value-type

Get a single value type by symbol or ID (e.g.

Inferred read-only
list-transfer-types

List all transfer types (blockchains and ledgers) supported by the Brale platform.

Potential side effects
get-transfer-type

Get a single transfer type by slug or ID (e.g.

Potential side effects
list-prices

Get prices and 24h primary market volume for all value types.

Inferred read-only
get-price

Get the price and 24h primary market volume for a value type.

Inferred read-only
get-llm-context

Get complete platform context for AI consumption, including all value types, transfer types, contract addresses, and metadata in one response.

Potential side effects
get-transaction

Look up a transaction by hash.

Inferred read-only
get-wallet-history

Get paginated transaction history for a wallet address.

Inferred read-only

CONNECT 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.

Trust status Trusted

brale.network is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.