MCP Servers / other / HashLock OTC

HashLock OTC

JSON →
stdiononeother

OTC crypto trading with HTLC atomic settlement on Ethereum and Bitcoin — create trades, lock assets, and settle trustlessly via AI agents

Install
How to run this server
[ { "cmd": "npx\n\n```json", "imports": [] } ]
server path: hashlock-otc
Tools
What this server exposes
create_rfq
Create a Request for Quote (RFQ) to buy or sell crypto OTC. Broadcasts to market makers for sealed-bid responses.
respond_rfq
Market-maker side: submit a price quote in response to an open RFQ.
create_htlc
Fund a Hash Time-Locked Contract for atomic OTC settlement (records on-chain lock tx hash).
withdraw_htlc
Claim an HTLC by revealing the 32-byte preimage — settles the atomic swap.
refund_htlc
Refund an expired HTLC after timelock — only the original sender, only post-deadline.
get_htlc
Query current HTLC status for a trade (both sides, contract addresses, lock amounts, timelocks).
Configuration
Environment & auth
authnone
envHASHLOCK_ACCESS_TOKEN
Resources
HashLock OTC — MCP Server · libregistry