x402-native clean reader. URL in → markdown out. $0.002/call, no signup.
概览
Skim
x402-native clean reader for AI agents. Send a URL, get back agent-ready markdown plus structured metadata in milliseconds. No signup, no API keys — agents pay $0.002 per call in USDC over HTTP 402.
Install
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"skim": {
"command": "npx",
"args": ["-y", "skim-mcp"],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "0xYOUR_BASE_WALLET_PRIVATE_KEY"
}
}
}
}
服务器配置
{
"mcpServers": {
"skim": {
"command": "npx",
"args": [
"-y",
"skim-mcp"
],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "<YOUR_BASE_WALLET_PRIVATE_KEY>"
}
}
}
}