MCP Signer runs on your own machine — the client starts it, so there is no endpoint to ping. 172 installs a week from npm. Last commit 30 Jul 2026.
MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed
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 mcp-signer -- npx -y @cryptoapis-io/mcp-signer
{
"mcpServers": {
"mcp-signer": {
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-signer]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-signer"]
{
"mcpServers": {
"mcp-signer": {
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-signer": {
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.