Skip to content

Hashlock-Tech/hashlock-mcp-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hashlock-mcp-manifest

Public MCP Registry manifest for the HashLock OTC MCP server.

Atomic OTC crypto trading with HTLC settlement on Ethereum, Bitcoin, and Sui. Counterparty-risk-free for AI agents.

What lives here

  • server.json — the manifest consumed by mcp-publisher.
  • LICENSE — MIT.

No server code. The actual server is deployed at https://hashlock.markets/mcp (remote HTTP) and published to npm as @hashlock-tech/mcp (stdio).

Install (stdio)

{
  "mcpServers": {
    "hashlock": {
      "command": "npx",
      "args": ["-y", "@hashlock-tech/mcp"],
      "env": { "HASHLOCK_ACCESS_TOKEN": "<token>" }
    }
  }
}

Install (remote HTTP)

URL:  https://hashlock.markets/mcp
Auth: Authorization: Bearer <token>

Get a token: sign in at hashlock.markets/mcp/auth with your Ethereum wallet (SIWE). Tokens last 7 days. No email required.

Publishing to the registry

npm i -g @modelcontextprotocol/mcp-publisher
mcp-publisher publish --manifest ./server.json

Publishing authenticates via GitHub OIDC tied to the io.github.Hashlock-Tech/hashlock-mcp-manifest name, so this repo being owned by Hashlock-Tech is the authority that proves ownership of the manifest.

Links

About

Public registry manifest for HashLock OTC MCP server. Published to registry.modelcontextprotocol.io via mcp-publisher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors