MCP Server
MCP
AuthProof
Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.
Install
npx -y @authproof/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment