x402 mcp server for Cline
io.github.jannis-e/x402-mcp-server
Pay-per-call x402 tools on Base: web extract/render, burn-once secret vault, chart, GeoTIFF
client:Cline
transport:stdio
runtime:npm
Install x402 mcp server 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": {
"x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"x402-mcp-server_by_milza"
],
"env": {
"BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs