Odel
Hashlock Markets

Hashlock Markets

Local
@hashlock-techTypeScriptMITUpdated Today

Non-custodial cross-chain OTC for AI agents: sealed RFQ, negotiation, HTLC atomic swaps. Testnet.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@hashlock-tech/mcpv0.6.0

Run

npx -y @hashlock-tech/mcp

MCP client config

{
  "mcpServers": {
    "hashlock-markets": {
      "command": "npx",
      "args": [
        "-y",
        "@hashlock-tech/mcp"
      ]
    }
  }
}