What is the Paybond MCP Server MCP server?
Tenant-bound MCP tools for Paybond agent spend controls, evidence, receipts, and settlement.
How to install Paybond MCP Server
Copy-paste configuration for popular MCP clients.
PAYBOND_API_KEYrequiredsecretPaybond service-account API key for the tenant-bound MCP session.
PAYBOND_GATEWAY_URLOptional Paybond gateway base URL. Defaults to the hosted Paybond API.
PAYBOND_ENV_FILEOptional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.
{
"mcpServers": {
"paybond": {
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<YOUR_PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<YOUR_PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<YOUR_PAYBOND_ENV_FILE>"
}
}
}
}{
"mcpServers": {
"paybond": {
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<YOUR_PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<YOUR_PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<YOUR_PAYBOND_ENV_FILE>"
}
}
}
}{
"mcpServers": {
"paybond": {
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<YOUR_PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<YOUR_PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<YOUR_PAYBOND_ENV_FILE>"
}
}
}
}{
"servers": {
"paybond": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<YOUR_PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<YOUR_PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<YOUR_PAYBOND_ENV_FILE>"
}
}
}
}claude mcp add paybond --env PAYBOND_API_KEY=<YOUR_PAYBOND_API_KEY> --env PAYBOND_GATEWAY_URL=<YOUR_PAYBOND_GATEWAY_URL> --env PAYBOND_ENV_FILE=<YOUR_PAYBOND_ENV_FILE> -- npx -y @paybond/kitRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.