payfetch for Cline
io.github.forum-labs/payfetch
x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial.
client:Cline
transport:stdio
runtime:npm
Install payfetch in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"payfetch": {
"command": "npx",
"args": [
"-y",
"@forum-labs/payfetch"
],
"env": {
"PAYFETCH_PRIVATE_KEY": "<PAYFETCH_PRIVATE_KEY>",
"PAYFETCH_KEY_FILE": "<PAYFETCH_KEY_FILE>",
"PAYFETCH_CDP_API_KEY_ID": "<PAYFETCH_CDP_API_KEY_ID>",
"PAYFETCH_CDP_API_KEY_SECRET": "<PAYFETCH_CDP_API_KEY_SECRET>",
"PAYFETCH_CDP_WALLET_SECRET": "<PAYFETCH_CDP_WALLET_SECRET>",
"PAYFETCH_CDP_ACCOUNT_NAME": "<PAYFETCH_CDP_ACCOUNT_NAME>",
"PAYFETCH_DATA_DIR": "<PAYFETCH_DATA_DIR>",
"PAYFETCH_TEST_MODE": "<PAYFETCH_TEST_MODE>",
"PAYFETCH_APPROVER": "<PAYFETCH_APPROVER>",
"PAYFETCH_VIA": "<PAYFETCH_VIA>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs