← Index

io.github.kar69-96/agentpay

io.github.kar69-96/agentpay·v0.1.8·Finance & Payments
Quality Score
76
/100

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@useagentpay/mcp-server"
      ],
      "env": {
        "AGENTPAY_PASSPHRASE": "<your-agentpay_passphrase>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@useagentpay/mcp-server"
      ],
      "env": {
        "AGENTPAY_PASSPHRASE": "<your-agentpay_passphrase>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @useagentpay/mcp-server
§02  Environment variables
AGENTPAY_PASSPHRASE
secret

Passphrase for decrypting credentials during purchase execution

ANTHROPIC_API_KEY
secret

Anthropic API key for browser navigation during checkout

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments