MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed
claude mcp add mcp-signer -- npx -y @cryptoapis-io/mcp-signer
claude_desktop_config.json
{
"mcpServers": {
"mcp-signer": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-signer": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-signer": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-signer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-signer": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-signer"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.CryptoAPIs-io--mcp-signer/reviews or the review_server meta-tool.
POST /mcp