Odel
payfetch

payfetch

Local
@forum-labsTypeScriptMITUpdated 1mo ago

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).

npm@forum-labs/payfetchv1.0.0

Run

npx -y @forum-labs/payfetch

MCP client config

{
  "mcpServers": {
    "payfetch": {
      "command": "npx",
      "args": [
        "-y",
        "@forum-labs/payfetch"
      ]
    }
  }
}