Sign In

openclaw-scraper-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openclaw-scraper-mcp

MCP server for OpenClaw Web Scraping API — scrape URLs, extract structured data, batch scrape. Paid via x402 on Base mainnet.

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
9
800%
Maintainers
1
Weekly downloads
 
Created
Source

openclaw-scraper-mcp

MCP (Model Context Protocol) server for the OpenClaw Web Scraping API. Lets any MCP-compatible AI agent scrape websites, extract structured data, and batch scrape URLs — paid per-use via x402 on Base mainnet.

Quick Start

npx openclaw-scraper-mcp

Or add to your MCP client config (e.g., Claude Desktop):

{
  "mcpServers": {
    "openclaw-scraper": {
      "command": "npx",
      "args": ["openclaw-scraper-mcp"]
    }
  }
}

Tools

ToolDescriptionPrice
scrapeScrape any URL for cleaned text/HTML$0.005
extractExtract structured JSON using a schema$0.01
scrape_batchBatch scrape multiple URLs$0.003/URL

Payment

All requests require x402 payment on Base mainnet. When called without payment, endpoints return a 402 with payment instructions. Use @x402/fetch or any x402-compatible HTTP client to handle payments automatically.

Network: Base mainnet (eip155:8453) Pay to: 0xBB263436Ce2201C94605E613A8FF78A406338Ead

API Base

Default: https://api.agentsconsultants.com

Override with: OPENCLAW_API_URL environment variable.

License

MIT

Keywords

mcp

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts