Signet MCP Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 28 May 2026.
MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add signet-mcp-tools -- npx -y @signet-auth/mcp-tools
{
"mcpServers": {
"signet-mcp-tools": {
"args": [
"-y",
"@signet-auth/mcp-tools"
],
"command": "npx"
}
}
}
[mcp_servers.signet-mcp-tools]
command = "npx"
args = ["-y", "@signet-auth/mcp-tools"]
{
"mcpServers": {
"signet-mcp-tools": {
"args": [
"-y",
"@signet-auth/mcp-tools"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"signet-mcp-tools": {
"args": [
"-y",
"@signet-auth/mcp-tools"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.