mcpserver.lol
registry/gavel
Connection check verified live · 26h ago

gavel

The Bitcoin credit markets, measured. Cross-venue rates, venue criteria, chain indicators.

Tools 21
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

21 tools

Read from the running server on 26h ago.

check_wallet_status address*network
Returns a structured readiness report for the given wallet address: native ETH balance for gas, relevant ERC-20 balances (USDC, USDT, WBTC), current allowances against the Gavel Lo…
find_auctions_matching_criteria pairlimitstatusmax_ltvmin_ltvmax_rate_pct +4
Returns Gavel auctions filtered by the criteria you supply. Does not rank, score, or recommend a specific auction — only filters by the parameters provided. The user chooses what t…
get_address_history address*network
What has this address done on the protocol? Public chain events only, with no enrichment beyond them. Auctions originated, bids placed, positions open and closed, and a summary of…
get_book pairnetwork
What is open right now — auctions, bids and positions listed? Current chain state, with counts rather than a characterisation of depth. Open auctions with their best bid and time…
get_gavel_indicator id*tofrominclude_history
Returns the current value of a single Aletheia indicator by id, with its methodology reference. This server serves this protocol's own indicator set, including those anchored on it…
get_loan_status loan_id*
Returns the current state of a single Gavel loan and what action, if any, is available to whom. Designed to be re-called during a long conversation so lifecycle changes can be surf…
get_mvrv
This tool has moved. Cross-venue credit data is served by the Bitcoin Credit Stack MCP at https://mcp.bitcoincreditstack.com/mcp, where this tool is called `get_mvrv`. Calling it h…
get_protocol_reference network
Returns the Gavel Protocol's complete on-chain reference data for the requested network: contract addresses, supported tokens (collateral and loan), key function signatures, operat…
get_user_positions address*include_settled
Returns every Gavel position an address holds — as borrower, as winning lender, or as a bidder on an auction that has not closed. Each position carries its lifecycle state (auctio…
get_verification_bundle network
What can be checked about the contracts, and what did the last check return? Observations with their block heights; the verdict is the reader's. Contract addresses and their imple…
get_yield_curve pairinclude_points
Returns the current fitted Gavel yield curve for the requested collateral/loan pair. Rates are oracle-free, derived from auctions in The Gavel Protocol. The curve is a log-quadrati…
list_comparables kltvpairnetworktenor_daysloan_amount +1
Which recent auctions resemble these parameters, and how did each clear? Returns the individual observations so the caller can reason from them directly. Nearest-k settled auction…
list_fiat_onramps chaincountryamount_usd
Returns a catalog of fiat-to-USDC onramps that deliver native USDC on the requested chain. Does not rank or endorse a specific provider — entries are listed alphabetically so the r…
list_gavel_indicators familylive_only
Returns the catalogue of Aletheia indicators computed from The Gavel Protocol and the Bitcoin chain: id, name, family, units, description, and whether the indicator is currently li…
list_onchain_indicators
This tool has moved. Cross-venue credit data is served by the Bitcoin Credit Stack MCP at https://mcp.bitcoincreditstack.com/mcp, where this tool is called `list_onchain_indicators…
list_wallet_options platform
Returns a catalog of self-custody wallet apps compatible with Gavel (i.e., that support Arbitrum One). Does not rank wallets by quality. Each entry has a 'suitability_tags' list de…
prepare_bid_calldata networkauction_id*lender_address*repayment_amount*
Builds an unsigned transaction blueprint for placing a bid on a Gavel auction, including the prerequisite ERC-20 approval when the current allowance is short. You supply the aucti…
prepare_claim_collateral_calldata loan_id*networklender_address*
Builds an unsigned transaction blueprint for a lender to claim the collateral on a defaulted Gavel loan. Validates that you are the lender and that the loan has passed maturity wi…
prepare_claim_refund_calldata networktoken_address*claimant_address*
Builds an unsigned transaction blueprint for reclaiming funds held by the protocol after a losing bid. When you are outbid, your funds stay claimable rather than being pushed back…
prepare_create_auction_calldata networkbid_steploan_token*loan_amount*max_repayment*borrower_address* +4
Builds an unsigned transaction blueprint for creating a borrow auction — you post collateral and ask lenders to compete to lend against it — including the prerequisite collateral a…
prepare_repay_loan_calldata loan_id*networkborrower_address*
Builds an unsigned transaction blueprint for repaying a Gavel loan, including the prerequisite approval for the repayment amount. Validates that the loan is live and that you are…