Home › Finance › Paybond MCP Server

Paybond MCP Server

Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.

PythonTypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.12.16)

npx -y @paybond/kit@0.12.16

Or add to your MCP client config:

{
  "mcpServers": {
    "paybond-kit": {
      "command": "npx",
      "args": [
        "-y",
        "@paybond/kit@0.12.16"
      ],
      "env": {
        "PAYBOND_API_KEY": "<YOUR_VALUE>",
        "PAYBOND_GATEWAY_URL": "<YOUR_VALUE>",
        "PAYBOND_ENV_FILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAYBOND_API_KEY required secret — Paybond service-account API key for the tenant-bound MCP session.
  • PAYBOND_GATEWAY_URL — Optional Paybond gateway base URL. Defaults to the hosted Paybond API.
  • PAYBOND_ENV_FILE — Optional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.

Package (pypi 0.12.16)

uvx paybond-kit

Or add to your MCP client config:

{
  "mcpServers": {
    "paybond-kit": {
      "command": "uvx",
      "args": [
        "paybond-kit"
      ],
      "env": {
        "PAYBOND_API_KEY": "<YOUR_VALUE>",
        "PAYBOND_GATEWAY_URL": "<YOUR_VALUE>",
        "PAYBOND_ENV_FILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAYBOND_API_KEY required secret — Paybond service-account API key for the tenant-bound MCP session.
  • PAYBOND_GATEWAY_URL — Optional Paybond gateway base URL. Defaults to the hosted Paybond API.
  • PAYBOND_ENV_FILE — Optional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry