AuthProof
Quality Score
84
/100
Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"authproof": {
"command": "npx",
"args": [
"-y",
"@authproof/mcp-server"
],
"env": {
"AUTHPROOF_SERVER": "<authproof_server>",
"AGENT_PRIVATE_KEY": "<agent_private_key>",
"AUTHPROOF_CHAIN_ID": "<authproof_chain_id>",
"AUTHPROOF_RPC_URL": "<authproof_rpc_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"authproof": {
"command": "npx",
"args": [
"-y",
"@authproof/mcp-server"
],
"env": {
"AUTHPROOF_SERVER": "<authproof_server>",
"AGENT_PRIVATE_KEY": "<agent_private_key>",
"AUTHPROOF_CHAIN_ID": "<authproof_chain_id>",
"AUTHPROOF_RPC_URL": "<authproof_rpc_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @authproof/mcp-server§02 Environment variables
AUTHPROOF_SERVERAuthProof server URL
AGENT_PRIVATE_KEYAgent wallet private key (hex)
AUTHPROOF_CHAIN_IDChain ID for signing
AUTHPROOF_RPC_URLRPC URL for auto-payment
§03 MCP Quality Score · methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Developer Tools
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.