MCP Server
Maintained
MIT
io.github.webberdesign/webbersites-x402-mcp MCP Server
io.github.webberdesign/webbersites-x402-mcp
What is the io.github.webberdesign/webbersites-x402-mcp MCP server?
45 pay-per-call AI agent tools + wallet-owned agent memory. Scraping, SEO, lint, crypto. x402 USDC
How to install io.github.webberdesign/webbersites-x402-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
EVM_PRIVATE_KEYsecret0x… private key of a dedicated hot wallet holding USDC on Base mainnet; each tool call pays for itself. Omit to run in quote mode (tools return prices and payment requirements instead of data).
X402_MAX_PRICEMaximum USD price per call; more expensive tools are refused before any payment. Default 0.50 (10x headroom — prices currently range $0.001-$0.05); lower it to cap spend harder.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"webbersites-x402-mcp": {
"command": "npx",
"args": [
"-y",
"webbersites-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"X402_MAX_PRICE": "<YOUR_X402_MAX_PRICE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"webbersites-x402-mcp": {
"command": "npx",
"args": [
"-y",
"webbersites-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"X402_MAX_PRICE": "<YOUR_X402_MAX_PRICE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webbersites-x402-mcp": {
"command": "npx",
"args": [
"-y",
"webbersites-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"X402_MAX_PRICE": "<YOUR_X402_MAX_PRICE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"webbersites-x402-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webbersites-x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"X402_MAX_PRICE": "<YOUR_X402_MAX_PRICE>"
}
}
}
}Claude Code
claude mcp add webbersites-x402-mcp --env EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY> --env X402_MAX_PRICE=<YOUR_X402_MAX_PRICE> -- npx -y webbersites-x402-mcpRelated MCP servers
45 pay-per-call AI agent tools: scraping, SEO, crypto data, lint, agent memory. x402 USDC on Base.
0
View repository →JavaScript