Home › Other › Signet MCP Tools

Signet MCP Tools

MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio.

Rust
★ 38 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.1)

npx -y @signet-auth/mcp-tools@0.4.1

Or add to your MCP client config:

{
  "mcpServers": {
    "signet": {
      "command": "npx",
      "args": [
        "-y",
        "@signet-auth/mcp-tools@0.4.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry