openclaw-scraper-mcp
v1.0.0
Published
MCP server for OpenClaw Web Scraping API — scrape URLs, extract structured data, batch scrape. Paid via x402 on Base mainnet.
Downloads
106
Maintainers
Readme
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-mcpOr add to your MCP client config (e.g., Claude Desktop):
{
"mcpServers": {
"openclaw-scraper": {
"command": "npx",
"args": ["openclaw-scraper-mcp"]
}
}
}Tools
| Tool | Description | Price |
|------|-------------|-------|
| scrape | Scrape any URL for cleaned text/HTML | $0.005 |
| extract | Extract structured JSON using a schema | $0.01 |
| scrape_batch | Batch 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
