payfetch
x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.0)
npx -y @forum-labs/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"payfetch": {
"command": "npx",
"args": [
"-y",
"@forum-labs/[email protected]"
],
"env": {
"PAYFETCH_PRIVATE_KEY": "<YOUR_VALUE>",
"PAYFETCH_KEY_FILE": "<YOUR_VALUE>",
"PAYFETCH_CDP_API_KEY_ID": "<YOUR_VALUE>",
"PAYFETCH_CDP_API_KEY_SECRET": "<YOUR_VALUE>",
"PAYFETCH_CDP_WALLET_SECRET": "<YOUR_VALUE>",
"PAYFETCH_CDP_ACCOUNT_NAME": "<YOUR_VALUE>",
"PAYFETCH_DATA_DIR": "<YOUR_VALUE>",
"PAYFETCH_TEST_MODE": "<YOUR_VALUE>",
"PAYFETCH_APPROVER": "<YOUR_VALUE>",
"PAYFETCH_VIA": "<YOUR_VALUE>"
}
}
}
}
PAYFETCH_PRIVATE_KEYsecret — 0x-hex EVM private key for a DEDICATED low-balance wallet. Set exactly ONE signer source.PAYFETCH_KEY_FILE— Path to a chmod-600 file holding a 0x-hex key (signer alt).PAYFETCH_CDP_API_KEY_IDsecret — Coinbase CDP server-wallet key id (YOUR account).PAYFETCH_CDP_API_KEY_SECRETsecret — Coinbase CDP API key secret.PAYFETCH_CDP_WALLET_SECRETsecret — Coinbase CDP wallet secret.PAYFETCH_CDP_ACCOUNT_NAME— Optional named CDP EVM account.PAYFETCH_DATA_DIR— Ledger/state/config root. Default ~/.payfetch.PAYFETCH_TEST_MODE— Any value -> receipts test:true, Base mainnet refused (Sepolia only).PAYFETCH_APPROVER— Set to 1 to grant approval authority (never with a queue-capable mode).PAYFETCH_VIA— Optional via= attribution slug sent on guard calls only.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry