MCP Server
MCP
Paybond MCP Server
Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.
Install
npx -y @paybond/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@paybond/kit",
"version": "0.12.16",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Paybond service-account API key for the tenant-bound MCP session.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYBOND_API_KEY"
},
{
"description": "Optional Paybond gateway base URL. Defaults to the hosted Paybond API.",
"format": "string",
"default": "https://api.paybond.ai",
"name": "PAYBOND_GATEWAY_URL"
},
{
"description": "Optional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.",
"format": "filepath",
"default": ".env.local",
"name": "PAYBOND_ENV_FILE"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "paybond-kit",
"version": "0.12.16",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Paybond service-account API key for the tenant-bound MCP session.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYBOND_API_KEY"
},
{
"description": "Optional Paybond gateway base URL. Defaults to the hosted Paybond API.",
"format": "string",
"default": "https://api.paybond.ai",
"name": "PAYBOND_GATEWAY_URL"
},
{
"description": "Optional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.",
"format": "filepath",
"default": ".env.local",
"name": "PAYBOND_ENV_FILE"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment