webbersites x402 mcp for VS Code
io.github.webberdesign/webbersites-x402-mcp
45 pay-per-call AI agent tools + wallet-owned agent memory. Scraping, SEO, lint, crypto. x402 USDC
client:VS Code
transport:stdio
runtime:npm
Install webbersites x402 mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "evm-private-key",
"description": "EVM_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "x402-max-price",
"description": "X402_MAX_PRICE",
"password": true
}
],
"servers": {
"webbersites-x402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webbersites-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "${input:evm-private-key}",
"X402_MAX_PRICE": "${input:x402-max-price}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs