Skip to content
Cursor

Hashlock Markets for Cursor

io.github.hashlock-tech/hashlock

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

client:Cursor transport:stdio runtime:npm

Install Hashlock Markets in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hashlock": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hashlock-tech/mcp"
      ],
      "env": {
        "HASHLOCK_EVM_KEY": "<HASHLOCK_EVM_KEY>",
        "HASHLOCK_TRON_KEY": "<HASHLOCK_TRON_KEY>",
        "HASHLOCK_BTC_KEY": "<HASHLOCK_BTC_KEY>",
        "HASHLOCK_SOLANA_KEY": "<HASHLOCK_SOLANA_KEY>",
        "HASHLOCK_TOKEN": "<HASHLOCK_TOKEN>",
        "HASHLOCK_API_URL": "<HASHLOCK_API_URL>",
        "HASHLOCK_EVM_RPC": "<HASHLOCK_EVM_RPC>",
        "HASHLOCK_TRON_HOST": "<HASHLOCK_TRON_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hashlock Markets in other clients