Catalog
Agentpay
Officialby kar69-96
AI agent payments with human approval. Local-first, encrypted credentials, budget controls.
AI agent payments with human approval, encryption, and budget controls.
README not available yet.
Install
Configuration
Environment variables
AGENTPAY_PASSPHRASEsecretPassphrase for decrypting credentials during purchase execution
ANTHROPIC_API_KEYsecretAnthropic API key for browser navigation during checkout
claude_desktop_config.json
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@useagentpay/mcp-server@0.1.8"
],
"env": {
"AGENTPAY_PASSPHRASE": "<YOUR_AGENTPAY_PASSPHRASE>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}