MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

CrawlPay MCP server - automatically pays $0.001 USDC when AI agents hit paywalled content. Works with Claude Desktop, Cursor, Windsurf. Built on Base.

Created 5/31/2026
Updated 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

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-crawlpay-mcp

Cursor configuration (mcp.json)

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