Odel
Signet MCP Tools

Signet MCP Tools

Local
@prismer-ai38RustApache-2.0Updated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@signet-auth/mcp-toolsv0.4.1

Run

npx -y @signet-auth/mcp-tools

MCP client config

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