Home › Finance › Hashlock Markets
Hashlock Markets
Non-custodial cross-chain OTC for AI agents: sealed RFQ, negotiation, HTLC atomic swaps. Testnet.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.8.1)
npx -y @hashlock-tech/mcp@0.8.1
Or add to your MCP client config:
{
"mcpServers": {
"hashlock-mcp": {
"command": "npx",
"args": [
"-y",
"@hashlock-tech/mcp@0.8.1"
],
"env": {
"HASHLOCK_EVM_KEY": "<YOUR_VALUE>",
"HASHLOCK_TRON_KEY": "<YOUR_VALUE>",
"HASHLOCK_BTC_KEY": "<YOUR_VALUE>",
"HASHLOCK_SOLANA_KEY": "<YOUR_VALUE>",
"HASHLOCK_TOKEN": "<YOUR_VALUE>",
"HASHLOCK_API_URL": "<YOUR_VALUE>",
"HASHLOCK_EVM_RPC": "<YOUR_VALUE>",
"HASHLOCK_TRON_HOST": "<YOUR_VALUE>"
}
}
}
}
HASHLOCK_EVM_KEYsecret — EVM private key (0x, 32-byte) for autonomous SIWE login + EVM settlement β dedicated TESTNET keyHASHLOCK_TRON_KEYsecret — TRON private key (64-hex) for autonomous login + TRON settlementHASHLOCK_BTC_KEYsecret — Bitcoin WIF (signet) for autonomous BIP-322 login + BTC HTLC claimsHASHLOCK_SOLANA_KEYsecret — Solana secret key (base58, 32- or 64-byte) for autonomous login + Solana HTLC settlementHASHLOCK_TOKENsecret — A ready JWT (alternative to a key)HASHLOCK_API_URL— REST API endpoint overrideHASHLOCK_EVM_RPC— EVM RPC the agent submits fund/claim throughHASHLOCK_TRON_HOST— TRON full host
This server takes extra arguments — see its repository.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry