C
Crawlpay MCP
作者 @divergenttt
CrawlPay MCP server - automatically pays $0.001 USDC when AI agents hit paywalled content. Works with Claude Desktop, Cursor, Windsurf. Built on Base.
创建于 5/31/2026
更新于 about 20 hours ago
README
Repository documentation and setup instructions
@crawlpay/mcp-server
CrawlPay MCP server for Claude Desktop, Cursor, Windsurf.
Automatically pays $0.001 USDC per page when an AI agent encounters a CrawlPay-protected paywall.
Setup
Add to your Claude Desktop config:
{
"mcpServers": {
"crawlpay-server": {
"command": "npx",
"args": ["-y", "@crawlpay/mcp-server"],
"env": {
"CRAWLPAY_API_KEY": "cr_live_YOUR_KEY_HERE"
}
}
}
}
Config file location:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
Get API key
- Go to crawl-pay.com/connect/api-keys
- Sign in with Google or GitHub
- Fund your wallet with USDC on Base
- Generate API key
- Paste it into config above
Tool
handle_payment_required
- url: URL that returned 402
- amount: USDC amount (default "0.001")
How it works
Agent reads a CrawlPay-protected page
→ Gets HTTP 402 Payment Required
→ MCP server intercepts
→ Pays $0.001 USDC on Base automatically
→ Content unlocked
Links
- crawl-pay.com
- github.com/divergenttt/CrawlPay-Vault
- npm: coming soon
Built on Base · Circle · Privy
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-crawlpay-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"divergenttt-crawlpay-mcp": {
"command": "npx",
"args": [
"divergenttt-crawlpay-mcp"
]
}
}
}