x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @forum-labs/payfetch
MCP client config
{
"mcpServers": {
"payfetch": {
"command": "npx",
"args": [
"-y",
"@forum-labs/payfetch"
]
}
}
}