walker77/paygate-mcp
Add pay-per-call billing to any MCP server in one command
Platform-specific configuration:
{
"mcpServers": {
"paygate-mcp": {
"command": "npx",
"args": [
"-y",
"paygate-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/walker77/paygate-mcp/actions/workflows/ci.yml) [](https://www.npmjs.com/package/paygate-mcp) [](https://opensource.org/licenses/MIT)
Monetize any MCP server with one command. Add API key auth, per-tool pricing, rate limiting, and usage metering to any Model Context Protocol server. Zero dependencies. Zero config. Zero code changes.
# Interactive setup wizard (generates paygate.json)
npx paygate-mcp init
# Or wrap directly with CLI flLoading reviews...