Paygate
Freeby MCP Community
Pay-per-tool-call gating proxy for MCP servers. Wrap any MCP server with API key auth, per-tool pricing, rate limiting, and usage metering.
v10.24.0Added Apr 12, 2026
mcppaygatemonetizepay-per-callapi-key
Paygate MCP Server
Pay-per-tool-call gating proxy for MCP servers. Wrap any MCP server with API key auth, per-tool pricing, rate limiting, and usage metering.
Installation
Reviews
Installation
Quick install
npx -y paygate-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"paygate": {
"command": "npx",
"args": ["-y", "paygate-mcp"]
}
}
}