io.github.JessieJanie/skim402 MCP Server
io.github.JessieJanie/skim402
What is the io.github.JessieJanie/skim402 MCP server?
Clean web reader for AI agents. Pays $0.002/call in USDC on Base via x402. No API keys.
How to install io.github.JessieJanie/skim402
Copy-paste configuration for popular MCP clients.
SKIM_WALLET_PRIVATE_KEYrequiredsecretBase-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_USDOptional cap on per-call price in USD (default 0.01). Requests that would cost more than this are rejected without payment.
{
"mcpServers": {
"skim402": {
"command": "npx",
"args": [
"-y",
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "<YOUR_SKIM_WALLET_PRIVATE_KEY>",
"SKIM_MAX_PRICE_USD": "<YOUR_SKIM_MAX_PRICE_USD>"
}
}
}
}{
"mcpServers": {
"skim402": {
"command": "npx",
"args": [
"-y",
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "<YOUR_SKIM_WALLET_PRIVATE_KEY>",
"SKIM_MAX_PRICE_USD": "<YOUR_SKIM_MAX_PRICE_USD>"
}
}
}
}{
"mcpServers": {
"skim402": {
"command": "npx",
"args": [
"-y",
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "<YOUR_SKIM_WALLET_PRIVATE_KEY>",
"SKIM_MAX_PRICE_USD": "<YOUR_SKIM_MAX_PRICE_USD>"
}
}
}
}{
"servers": {
"skim402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "<YOUR_SKIM_WALLET_PRIVATE_KEY>",
"SKIM_MAX_PRICE_USD": "<YOUR_SKIM_MAX_PRICE_USD>"
}
}
}
}claude mcp add skim402 --env SKIM_WALLET_PRIVATE_KEY=<YOUR_SKIM_WALLET_PRIVATE_KEY> --env SKIM_MAX_PRICE_USD=<YOUR_SKIM_MAX_PRICE_USD> -- npx -y skim-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.