Paybond MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 2 157 installs a week from pypi. Last commit 2 Aug 2026.
Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add paybond -- npx -y @paybond/kit
{
"mcpServers": {
"paybond": {
"args": [
"-y",
"@paybond/kit"
],
"command": "npx"
}
}
}
[mcp_servers.paybond]
command = "npx"
args = ["-y", "@paybond/kit"]
{
"mcpServers": {
"paybond": {
"args": [
"-y",
"@paybond/kit"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"paybond": {
"args": [
"-y",
"@paybond/kit"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.