← Back to Plugins
MCP Server MCP

io.github.payclaw/spend

github By github 👁 1 views ▲ 0 votes

Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.

Homepage Verified source GitHub

Install

npx -y @payclaw/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@payclaw/mcp-server",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PayClaw API key (get one at payclaw.io)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAYCLAW_API_KEY"
        },
        {
          "description": "PayClaw API URL (default: https://payclaw.io)",
          "format": "string",
          "name": "PAYCLAW_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...