{"contact":"business@loopxxi.com","docs":"https://github.com/Loop-XXI/loop-mcp","payment_rail":"L402 (Lightning Network)","protocol":"MCP 2024-11-05","server":"loop-mcp","tools":[{"description":"Get the current Bitcoin price in USD and major fiat currencies. Source: mempool.space. Real-time.","inputSchema":{"type":"object","properties":{},"required":[]},"name":"btc_price","price_sats":10},{"description":"Returns a composited send-or-wait recommendation for a Bitcoin transaction. Fetches live mempool and fee data, then outputs a machine-actionable verdict (SEND_NOW, WAIT, or URGENT_ONLY) with fee rates in sat/vB, mempool pressure level, and estimated savings if you wait. Ideal for agents that need a single decision call instead of parsing multiple raw mempool endpoints.","inputSchema":{"type":"object","properties":{"urgency":{"type":"string","enum":["low","medium","high"],"description":"How time-sensitive is your transaction? low=economy, medium=default, high=next-block."}},"required":[]},"name":"btc_send_decision","price_sats":15},{"description":"Resolve a Lightning Address (user@domain.com) to a payable BOLT11 invoice for a given amount. Handles the full LNURL-pay protocol internally. Returns the invoice plus min/max sendable amounts for validation.","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Lightning Address in user@domain.com format."},"amount_sats":{"type":"integer","description":"Amount you want to send, in satoshis.","minimum":1}},"required":["address","amount_sats"]},"name":"lightning_address_resolve","price_sats":10},{"description":"Fetch a Bitcoin transaction by txid and return a structured, agent-ready summary: type (P2WPKH/P2TR/P2SH/etc.), input/output counts, fees, fee rate in sat/vB, confirmation status, RBF flag, SegWit/Taproot flags, and a one-line agent_summary string ready for LLM context injection. Saves 500-2000 tokens vs parsing raw TX JSON.","inputSchema":{"type":"object","properties":{"txid":{"type":"string","description":"Bitcoin transaction ID (64 hex characters).","minLength":64,"maxLength":64}},"required":["txid"]},"name":"tx_decode_explain","price_sats":25}],"version":"2.0.0"}