What is the io.github.voidly-ai/pay-mcp MCP server?
USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.
How to install io.github.voidly-ai/pay-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VOIDLY_PAY_API_URLOverride the API base. Defaults to https://api.voidly.ai.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<YOUR_VOIDLY_PAY_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<YOUR_VOIDLY_PAY_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<YOUR_VOIDLY_PAY_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<YOUR_VOIDLY_PAY_API_URL>"
}
}
}
}Claude Code
claude mcp add pay-mcp --env VOIDLY_PAY_API_URL=<YOUR_VOIDLY_PAY_API_URL> -- npx -y @voidly/pay-mcpRelated MCP servers
84 tools: open censorship observatory — incidents, forecasts, accessibility, agent messaging.
View repository →