← Back to browse

skim402

Indexed by io.github.JessieJanie

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 varsSKIM_WALLET_PRIVATE_KEY SKIM_MAX_PRICE_USD
Claude Code
claude mcp add --env SKIM_WALLET_PRIVATE_KEY= --env SKIM_MAX_PRICE_USD= skim402 -- npx skim-mcp
Cursor

Add to 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.