skim402
About
Clean web reader for AI agents. Pays $0.002/call in USDC on Base via x402. No API keys.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SKIM_WALLET_PRIVATE_KEY SKIM_MAX_PRICE_USDClaude Code
claude mcp add --env SKIM_WALLET_PRIVATE_KEY= --env SKIM_MAX_PRICE_USD= skim402 -- npx skim-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"skim402","command":"npx","args":["skim-mcp"],"env":{"SKIM_WALLET_PRIVATE_KEY":"","SKIM_MAX_PRICE_USD":""}}'
JSON
{
"mcpServers": {
"skim402": {
"command": "npx",
"args": [
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "",
"SKIM_MAX_PRICE_USD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.