Paybond MCP Server for Cursor
io.github.nonameuserd/paybond
Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.
client:Cursor
transport:stdio
runtime:npm
Install Paybond MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paybond": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paybond/kit"
],
"env": {
"PAYBOND_API_KEY": "<PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<PAYBOND_ENV_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs