AuthProof✓
io.github.kaleckh/authproof · v0.3.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kaleckh/authproof",
"description": "Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.",
"title": "AuthProof",
"repository": {
"url": "https://github.com/kaleckh/AgentAuth",
"source": "github",
"id": "920932140",
"subfolder": "packages/mcp-server"
},
"version": "0.3.0",
"packages": [
{
"registryType": "npm",
"identifier": "@authproof/mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AuthProof server URL",
"name": "AUTHPROOF_SERVER"
},
{
"description": "Agent wallet private key (hex)",
"name": "AGENT_PRIVATE_KEY"
},
{
"description": "Chain ID for signing",
"name": "AUTHPROOF_CHAIN_ID"
},
{
"description": "RPC URL for auto-payment",
"name": "AUTHPROOF_RPC_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}