{ "name": "@hashlock-tech/mcp", "version": "0.6.0", "mcpName": "io.github.Hashlock-Tech/hashlock", "description": "Hashlock Markets — the settlement layer for the agent economy, as MCP tools. Non-custodial cross-chain OTC: sealed RFQ + price negotiation + HTLC atomic settlement (both legs settle or both refund; no custodian). BTC ↔ EVM / TRON. TESTNETS ONLY for now (Ethereum Sepolia, TRON Nile, Bitcoin signet) — mainnet after the security-hardening gate. Autonomous-agent ready: SIWE login with the agent's own key, swap secrets generated locally. NOT affiliated with Hashlock Pty Ltd (hashlock.com).", "license": "MIT", "homepage": "https://hashlock.markets", "author": { "name": "Hashlock Corp.", "email": "dev@hashlock.markets" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "hashlock-mcp": "dist/index.js", "hashlock-mcp-http": "dist/http/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "start:http": "node dist/http/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "@hono/mcp": "^0.3.1", "@hono/node-server": "^2.0.5", "@modelcontextprotocol/sdk": "^1.30.0", "bip322-js": "^3.0.0", "bitcoinjs-lib": "^6.1.7", "ecpair": "^2.1.0", "hono": "^4.13.2", "tiny-secp256k1": "^2.2.3", "tronweb": "^6.0.0", "viem": "^2.21.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^25.6.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "vite": "^8.0.16", "vitest": "^4.1.10" }, "keywords": [ "agent-economy", "agent-native", "ai-agent", "autonomous-trading", "mcp", "mcp-server", "model-context-protocol", "atomic-settlement", "trade-and-settle", "htlc", "atomic-swap", "cross-chain", "trustless-settlement", "non-custodial", "sealed-bid", "rfq", "dvp", "delivery-vs-payment", "no-counterparty-risk", "hashlock", "hashlock-markets", "claude", "defi", "intent-protocol", "crypto-trading", "otc", "ethereum", "bitcoin", "sui", "stablecoin", "rwa" ], "repository": { "type": "git", "url": "git+https://github.com/Hashlock-Tech/hashlock-mcp.git" }, "bugs": { "url": "https://github.com/Hashlock-Tech/hashlock-mcp/issues" }, "engines": { "node": ">=18" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ], "overrides": { "fast-uri": ">=4.1.2", "ws": ">=8.21.0", "qs": ">=6.15.2", "body-parser": ">=2.3.0", "ip-address": ">=10.1.1", "postcss": ">=8.5.18", "esbuild": ">=0.28.1" } }, "packageManager": "pnpm@9.15.0" }