← Index

Signet MCP Tools

io.github.Prismer-AI/signet-mcp-tools·v0.4.1·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "signet-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@signet-auth/mcp-tools"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "signet-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@signet-auth/mcp-tools"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @signet-auth/mcp-tools
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other