← brale.network
INDIVIDUAL MCP TOOL
get-price
Get the price and 24h primary market volume for a value type.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
list-value-types— List all value types (stablecoins and branded assets) on the Brale platform.get-value-type— Get a single value type by symbol or ID (e.g.list-transfer-types— List all transfer types (blockchains and ledgers) supported by the Brale platform.get-transfer-type— Get a single transfer type by slug or ID (e.g.list-prices— Get prices and 24h primary market volume for all value types.get-llm-context— Get complete platform context for AI consumption, including all value types, transfer types, contract addresses, and metadata in one response.get-transaction— Look up a transaction by hash.get-wallet-history— Get paginated transaction history for a wallet address.