What is the io.github.payclaw/spend MCP server?
Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.
How to install io.github.payclaw/spend
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PAYCLAW_API_KEYrequiredsecretYour PayClaw API key (get one at payclaw.io)
PAYCLAW_API_URLPayClaw API URL (default: https://payclaw.io)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"spend": {
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"spend": {
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spend": {
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"spend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@payclaw/mcp-server"
],
"env": {
"PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
}
}
}
}Claude Code
claude mcp add spend --env PAYCLAW_API_KEY=<YOUR_PAYCLAW_API_KEY> --env PAYCLAW_API_URL=<YOUR_PAYCLAW_API_URL> -- npx -y @payclaw/mcp-serverRelated MCP servers
Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.
View repository →Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.
View repository →