← Index

Hashlock Markets

io.github.Hashlock-Tech/hashlock·v1.1.6·Other
Quality Score
95
/100

Hashlock Markets — sealed-bid intent trading + HTLC settlement for AI agents. ETH, BTC, SUI.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://hashlock.markets/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hashlock": {
      "command": "npx",
      "args": [
        "-y",
        "@hashlock-tech/mcp"
      ],
      "env": {
        "HASHLOCK_ACCESS_TOKEN": "<your-hashlock_access_token>",
        "HASHLOCK_ENDPOINT": "https://hashlock.markets/api/graphql"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hashlock": {
      "command": "npx",
      "args": [
        "-y",
        "@hashlock-tech/mcp"
      ],
      "env": {
        "HASHLOCK_ACCESS_TOKEN": "<your-hashlock_access_token>",
        "HASHLOCK_ENDPOINT": "https://hashlock.markets/api/graphql"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hashlock-tech/mcp
§02  Environment variables
HASHLOCK_ACCESS_TOKEN
requiredsecret

7-day JWT issued via SIWE login at https://hashlock.markets/sign/login (Ethereum wallet signature). Re-sign after expiry.

HASHLOCK_ENDPOINT

GraphQL endpoint override (defaults to https://hashlock.markets/api/graphql).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other