MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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
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

  1. Go to crawl-pay.com/connect/api-keys
  2. Sign in with Google or GitHub
  3. Fund your wallet with USDC on Base
  4. Generate API key
  5. 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

Built on Base · Circle · Privy

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-crawlpay-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "divergenttt-crawlpay-mcp": { "command": "npx", "args": [ "divergenttt-crawlpay-mcp" ] } } }