← Back to Plugins
MCP Server MCP

io.github.sdeanesh-png/agentpay

github By github 👁 1 views ▲ 0 votes

Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.

Homepage Verified source GitHub

Install

npx -y @agentpay-run/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agentpay-run/mcp-server",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENTPAY_API_KEY"
        },
        {
          "description": "Override for self-hosted or local dev. Defaults to https://agentpay.run.",
          "format": "string",
          "name": "AGENTPAY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...