AgentHubAgentHub

skim402

MCP ServerMCP Registry官方收录

io.github.JessieJanie/skim402 · v0.1.4

Clean web reader for AI agents. Pays $0.002/call in USDC on Base via x402. No API keys.

概览

skim402 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "skim402": {
      "command": "npx",
      "args": [
        "-y",
        "skim-mcp"
      ],
      "env": {
        "SKIM_WALLET_PRIVATE_KEY": "<SKIM_WALLET_PRIVATE_KEY>"
      }
    }
  }
}

环境变量

SKIM_WALLET_PRIVATE_KEY必填secret

Base-network wallet private key (0x-prefixed, 64 hex chars). Fund the wallet with a small amount of USDC on Base to pay $0.002 per call. Create one at https://app.coinbase.com or any Base-compatible wallet.

SKIM_MAX_PRICE_USD可选

Optional cap on per-call price in USD (default 0.01). Requests that would cost more than this are rejected without payment.

相关资源

统一 Manifest

{
  "id": "io.github.JessieJanie/skim402",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "skim402",
  "description": "Clean web reader for AI agents. Pays $0.002/call in USDC on Base via x402. No API keys.",
  "repository": {
    "url": "https://github.com/JessieJanie/skim402.git",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "skim-mcp",
        "version": "0.1.4",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SKIM_WALLET_PRIVATE_KEY",
            "description": "Base-network wallet private key (0x-prefixed, 64 hex chars). Fund the wallet with a small amount of USDC on Base to pay $0.002 per call. Create one at https://app.coinbase.com or any Base-compatible wallet.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "SKIM_MAX_PRICE_USD",
            "description": "Optional cap on per-call price in USD (default 0.01). Requests that would cost more than this are rejected without payment."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.JessieJanie/skim402",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JessieJanie%2Fskim402/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
skim402 — MCP Server 安装与配置 · AgentHub