skim-mcp
Pay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.
README
skim-mcp
MCP (Model Context Protocol) server for Skim — clean web reader for AI agents. Pays $0.002 per call in USDC on Base over the x402 protocol. No signup. No API keys. No monthly bills.
Give your agent the ability to read any URL and get back clean, agent-ready Markdown (no nav, no ads, no boilerplate) plus structured metadata (title, byline, published date, language, excerpt).
What you need
- Node.js 18+
- A Base wallet private key with a small amount of USDC in it. A dollar funds ~500 reads. Use a fresh wallet — not your personal one.
Don't have one? Create a key with
cast wallet new(Foundry) or any EVM wallet, then send USDC to it on Base mainnet from Coinbase, an exchange, or another wallet.
Install in Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"skim": {
"command": "npx",
"args": ["-y", "skim-mcp"],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "0xYOUR_BASE_WALLET_PRIVATE_KEY"
}
}
}
}
Restart Claude Desktop. You'll see a new read_url tool. Ask Claude to read
any article and it'll fetch it through Skim and pay automatically.
Install in Cursor
Edit ~/.cursor/mcp.json (or the in-app Settings → MCP panel):
{
"mcpServers": {
"skim": {
"command": "npx",
"args": ["-y", "skim-mcp"],
"env": {
"SKIM_WALLET_PRIVATE_KEY": "0xYOUR_BASE_WALLET_PRIVATE_KEY"
}
}
}
}
Install in Cline / Continue / Zed
All MCP-compatible clients use the same shape. Run the binary as:
npx skim-mcp
with the same SKIM_WALLET_PRIVATE_KEY env var.
Tools
read_url
Reads any URL and returns clean Markdown plus a YAML frontmatter block with metadata.
Input:
{ "url": "https://example.com/article" }
Output (text):
---
title: Example article
byline: Jane Doe
published: 2025-01-15
lang: en
excerpt: A short summary...
---
# Example article
The cleaned article body in Markdown...
Environment variables
| Variable | Required | Default | Notes |
|---|---|---|---|
SKIM_WALLET_PRIVATE_KEY |
yes | — | Hex private key for the Base wallet that pays for reads. With or without 0x prefix. |
SKIM_MAX_PRICE_USD |
no | 0.01 |
Maximum USD per call. Caps how much the wallet will sign for in a single read. Skim is currently $0.002/call, well under this. |
SKIM_API_URL |
no | https://skim402.com |
Override the API base URL. Mostly for development. |
Security
- Use a dedicated wallet, not your personal one. Fund it with only as much USDC as you're willing to spend.
- The private key never leaves your machine. It's only used locally to sign EIP-3009 payment authorizations consumed by the Skim API.
- Sweep the receive side periodically if you're running Skim yourself.
How it works
- The MCP server receives a
read_urlcall from your AI agent. - It POSTs to
https://skim402.com/api/v1/read. - The server replies
402 Payment Requiredwith x402 payment details. x402-fetchsigns an EIP-3009 USDC transfer authorization using your wallet, attaches it as theX-PAYMENTheader, and retries.- Skim verifies + settles via the Coinbase CDP facilitator and returns the cleaned content.
End-to-end latency is typically <2 seconds.
Links
- Skim — https://skim402.com
- x402 protocol — https://x402.org
- Model Context Protocol — https://modelcontextprotocol.io
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器