Paybond MCP Server
Rank #9,120io.github.nonameuserd/paybond
Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.
Paybond MCP Server is a Model Context Protocol (MCP) server published by nonameuserd. It ranks #9,120 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Paybond MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 6, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 106,471 of 115,591 servers on MCP Toplist.
Use Paybond MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add paybond -e "PAYBOND_API_KEY=<your PAYBOND_API_KEY>" -e "PAYBOND_GATEWAY_URL=<your PAYBOND_GATEWAY_URL>" -e "PAYBOND_ENV_FILE=<your PAYBOND_ENV_FILE>" -- npx -y @paybond/kitReplace each placeholder with your own value before saving.
claude mcp add paybond -e "PAYBOND_API_KEY=<your PAYBOND_API_KEY>" -e "PAYBOND_GATEWAY_URL=<your PAYBOND_GATEWAY_URL>" -e "PAYBOND_ENV_FILE=<your PAYBOND_ENV_FILE>" -- uvx paybond-kitReplace each placeholder with your own value before saving.
[mcp_servers.paybond]
command = "npx"
args = ["-y", "@paybond/kit"]
[mcp_servers.paybond.env]
PAYBOND_API_KEY = "<your PAYBOND_API_KEY>"
PAYBOND_GATEWAY_URL = "<your PAYBOND_GATEWAY_URL>"
PAYBOND_ENV_FILE = "<your PAYBOND_ENV_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.paybond]
command = "uvx"
args = ["paybond-kit"]
[mcp_servers.paybond.env]
PAYBOND_API_KEY = "<your PAYBOND_API_KEY>"
PAYBOND_GATEWAY_URL = "<your PAYBOND_GATEWAY_URL>"
PAYBOND_ENV_FILE = "<your PAYBOND_ENV_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paybond": {
"command": "uvx",
"args": [
"paybond-kit"
],
"env": {
"PAYBOND_API_KEY": "<your PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<your PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<your PAYBOND_ENV_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paybond": {
"command": "uvx",
"args": [
"paybond-kit"
],
"env": {
"PAYBOND_API_KEY": "<your PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<your PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<your PAYBOND_ENV_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"paybond": {
"type": "stdio",
"command": "uvx",
"args": [
"paybond-kit"
],
"env": {
"PAYBOND_API_KEY": "<your PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<your PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<your PAYBOND_ENV_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paybond": {
"command": "uvx",
"args": [
"paybond-kit"
],
"env": {
"PAYBOND_API_KEY": "<your PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<your PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<your PAYBOND_ENV_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"paybond": {
"command": "uvx",
"args": [
"paybond-kit"
],
"env": {
"PAYBOND_API_KEY": "<your PAYBOND_API_KEY>",
"PAYBOND_GATEWAY_URL": "<your PAYBOND_GATEWAY_URL>",
"PAYBOND_ENV_FILE": "<your PAYBOND_ENV_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nonameuserd%2Fpaybond)<a href="https://mcptoplist.com/server/io.github.nonameuserd%2Fpaybond"><img src="https://mcptoplist.com/badge/io.github.nonameuserd%2Fpaybond.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nonameuserd
Other servers by nonameuserd
View all nonameuserd servers →Available versions (8)
| Version | Published |
|---|---|
| 0.12.15 | Aug 2, 2026 |
| 0.12.14 | Jul 30, 2026 |
| 0.12.12 | Jul 28, 2026 |
| 0.12.11 | Jul 19, 2026 |
| 0.12.1 | Jul 10, 2026 |
| 0.11.10 | Jul 4, 2026 |
| 0.11.0 | Jul 2, 2026 |
| 0.10.0 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Paybond MCP Server?
- Paybond MCP Server is maintained by nonameuserd, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Paybond MCP Server listed on the Official MCP Registry?
- Yes — Paybond MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Paybond MCP Server have?
- MCP Toplist tracks 8 versions of Paybond MCP Server, most recently published on Aug 2, 2026.
- Where can I find the source code for Paybond MCP Server?
- The source code for Paybond MCP Server is hosted at github.com/nonameuserd/paybond-kit.