MCP Server
MCP
io.github.JessieJanie/skim402
Web reader for AI agents — output ~4x smaller than raw HTML. Card API key or x402. Free tier.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://skim402.com/api/mcp",
"headers": [
{
"description": "Optional wallet pay path: Base wallet private key (0x-prefixed) — unlocks paid tools at $0.002/$0.005/$0.015 per call via x402. For the easier card plan (API key, no wallet), visit https://skim402.com/pricing instead.",
"isSecret": true,
"name": "X-Skim-Wallet-Key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "skim-mcp",
"version": "0.1.9",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Card plan API key — easiest way to get started. Get one free at https://skim402.com/pricing. Unlocks higher rate limits without a crypto wallet.",
"isSecret": true,
"name": "SKIM_API_KEY"
},
{
"description": "Wallet pay alternative: Base-network private key (0x-prefixed). Fund with a small USDC balance on Base to pay $0.002 per read call via x402. Use SKIM_API_KEY instead if you prefer a card plan.",
"isSecret": true,
"name": "SKIM_WALLET_PRIVATE_KEY"
},
{
"description": "Optional cap on per-call price in USD (default 0.01). Requests priced above this are rejected before payment.",
"name": "SKIM_MAX_PRICE_USD"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment