Home › Finance › x402 Micro Tollgate
x402 Micro Tollgate
x402 HTTP 402 + MCP paywall: charge USDC per agent call. Self-host via npx or Docker.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.3.3)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"x402-micro-tollgate": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"CDP_API_KEY_ID": "<YOUR_VALUE>",
"CDP_API_KEY_SECRET": "<YOUR_VALUE>",
"X402_PAY_TO": "<YOUR_VALUE>",
"UPSTREAM_URL": "<YOUR_VALUE>",
"PRICE": "<YOUR_VALUE>",
"NETWORK": "<YOUR_VALUE>",
"X402_ENVIRONMENT": "<YOUR_VALUE>"
}
}
}
}
CDP_API_KEY_IDsecret — Coinbase CDP API key ID for the x402 facilitatorCDP_API_KEY_SECRETsecret — Coinbase CDP API key secret for the x402 facilitatorX402_PAY_TO— EVM address that receives USDC settlementsUPSTREAM_URL— Upstream HTTP API to proxy after payment (omit for built-in mock)PRICE— Dollar price per paid call, e.g. $0.001NETWORK— CAIP-2 network id (eip155:84532 Base Sepolia or eip155:8453 Base)X402_ENVIRONMENT— development or production
This server takes extra arguments — see its repository.
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