API Tools
libre.org
MCP server that exposes Libre blockchain API tools for querying chain info, account balances/permissions, BTC deposit addresses, contract table rows, and DEX orderbook data.
ENDPOINT 1
https://mcp.libre.org/mcp
MCP server metadata
- Name
- libre-mcp
- Version
- 1.0.0
Tools for the Libre blockchain (BTC/USDT lending and DEX). Read tools are free. Compose tools return unsigned actions plus an ESR link; sign with your own key (WharfKit) and call push_transaction, or hand the esr link to a human wallet (Bitcoin Libre / Anchor). This server never holds keys.
Known tools 32
get_accountBalances (BTC, USDT, LIBRE, TPF, CBTC), permissions, resources, and whether the account key is on the Ill Bloom affected-set (compromised) list.
Inferred read-onlyget_orderbookdex.libre orderbook for a pair: bids/asks sorted best-first, best prices and spread.
Inferred read-onlyget_pool_statsLending pool state (available/outstanding USDT per pool), interest-rate curve config, and oracle BTC/USD.
Inferred read-onlyget_loansActive and queued loans (optionally one account); include_completed adds history.
Inferred read-onlyget_vaultCollateral vault for an account: vault name, CBTC collateral balance, and the BTC address to fund it.
Inferred read-onlyget_redemption_queueQueued lender redemptions (TPF → USDT waiting for liquidity), optionally one account.
Inferred read-onlyget_btc_priceAuthoritative BTC/USD price from the on-chain oracle contract — the average of a round of independent feeders (at least 3, agreeing within 10%, or the round is skipped and the previous price stands), and the price the loan contract uses for LTV and liquidation.
Inferred read-onlysetup_deposit_addressCompose registration with a bridge so the account is assigned its own Bitcoin address, which is how an agent funds itself.
Inferred read-onlycancel_orderCompose cancellation of an open dex.libre order (see get_orders for ids).
Inferred read-onlywithdraw_btcCompose a BTC withdrawal (bridge peg-out) from Libre to a Bitcoin address.
Inferred read-onlyredeemCompose redemption of TPF shares for USDT (queued if liquidity is out on loan).
Inferred read-onlycancel_redeemCompose cancellation of a queued redemption by id (see get_redemption_queue).
Inferred read-onlypush_transactionBroadcast a transaction you signed yourself (WharfKit packed format).
Inferred read-onlydraft_invoiceBuild invoice terms with a staged payment schedule and return the canonical bytes and digest for the seller to sign.
Potential side effectsverify_invoiceCheck that the seller (and, once approved, the buyer) signed exactly these terms.
Inferred read-onlycompose_invoice_paymentCompose the (unsigned) transfer paying one tranche of an invoice, with the standard pay:<invoice_id>#<seq> memo.
Potential side effectsreconcile_invoiceMatch confirmed transfers against invoice terms: which tranches are paid, what is still owed, what arrived twice, and which transfers could not be attributed.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.