← Back to Plugins
MCP Server MCP

io.github.kar69-96/agentpay

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @useagentpay/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@useagentpay/mcp-server",
      "version": "0.1.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Passphrase for decrypting credentials during purchase execution",
          "format": "string",
          "isSecret": true,
          "name": "AGENTPAY_PASSPHRASE"
        },
        {
          "description": "Anthropic API key for browser navigation during checkout",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...