Paywall an MCP tool / API so AI agents pay per call. withPaywall(): unpaid calls return a payment gate, the agent pays via agentbank (MPP/HTTP-402), the call runs once verified. withMeteredPaywall(): …
{
"mcpServers": {
"curlessagentbank-pay": {
"command": "npx",
"args": [
"-y",
"@curless/agentbank-mcp-pay"
]
}
}
}