What is the Hashlock Markets MCP server?
Sealed-bid OTC trading with HTLC atomic settlement. ETH, BTC, SUI. Built for AI agents.
How to install Hashlock Markets
Copy-paste configuration for popular MCP clients.
HASHLOCK_ACCESS_TOKENrequiredsecretSIWE JWT from hashlock.markets/sign/login
HASHLOCK_ENDPOINTGraphQL endpoint override
AuthorizationrequiredsecretSIWE bearer token from hashlock.markets/sign/login
{
"mcpServers": {
"hashlock": {
"command": "npx",
"args": [
"-y",
"@hashlock-tech/mcp",
"-y"
],
"env": {
"HASHLOCK_ACCESS_TOKEN": "<YOUR_HASHLOCK_ACCESS_TOKEN>",
"HASHLOCK_ENDPOINT": "<YOUR_HASHLOCK_ENDPOINT>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"hashlock": {
"command": "npx",
"args": [
"-y",
"@hashlock-tech/mcp",
"-y"
],
"env": {
"HASHLOCK_ACCESS_TOKEN": "<YOUR_HASHLOCK_ACCESS_TOKEN>",
"HASHLOCK_ENDPOINT": "<YOUR_HASHLOCK_ENDPOINT>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"hashlock": {
"command": "npx",
"args": [
"-y",
"@hashlock-tech/mcp",
"-y"
],
"env": {
"HASHLOCK_ACCESS_TOKEN": "<YOUR_HASHLOCK_ACCESS_TOKEN>",
"HASHLOCK_ENDPOINT": "<YOUR_HASHLOCK_ENDPOINT>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"hashlock": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hashlock-tech/mcp",
"-y"
],
"env": {
"HASHLOCK_ACCESS_TOKEN": "<YOUR_HASHLOCK_ACCESS_TOKEN>",
"HASHLOCK_ENDPOINT": "<YOUR_HASHLOCK_ENDPOINT>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add hashlock --env HASHLOCK_ACCESS_TOKEN=<YOUR_HASHLOCK_ACCESS_TOKEN> --env HASHLOCK_ENDPOINT=<YOUR_HASHLOCK_ENDPOINT> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @hashlock-tech/mcp -yRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.