← libre.org
INDIVIDUAL MCP TOOL
push_transaction
Broadcast a transaction you signed yourself (WharfKit packed format).
LIVE ENDPOINT
https://mcp.libre.org/mcp
Connect to this endpoint to inspect the live schema for push_transaction and invoke it with your own arguments.
Indexed 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 server
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.libre-mcp]
url = "https://mcp.libre.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"libre-mcp": {
"type": "http",
"url": "https://mcp.libre.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: libre-mcp
Remote MCP URL: https://mcp.libre.org/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": {
"libre-mcp": {
"url": "https://mcp.libre.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"libre-mcp": {
"type": "http",
"url": "https://mcp.libre.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "libre-mcp",
"transport": "streamable-http",
"url": "https://mcp.libre.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_chain_info— Chain id, head block and time for the selected network.get_account— Balances (BTC, USDT, LIBRE, TPF, CBTC), permissions, resources, and whether the account key is on the Ill Bloom affected-set (compromised) list.get_deposit_address— The account's personal BTC deposit (bridge peg-in) address.get_table_rows— Raw get_table_rows escape hatch for any Libre contract table.get_orderbook— dex.libre orderbook for a pair: bids/asks sorted best-first, best prices and spread.get_orders— Open dex.libre orders for an account (optionally one pair).get_trades— Recent dex.libre trades for a pair, newest first.get_pool_stats— Lending pool state (available/outstanding USDT per pool), interest-rate curve config, and oracle BTC/USD.