Labsco
MCP SERVER

Clawpage

by skypher

Turn any web page into clean structured JSON — text, tables, prices, contacts, hours and ratings.

Page Fetching & Content ExtractionVerified
Summary
Extraction that returns fields, not a wall of text.

Most page readers hand back the article body and leave you to find the price, the opening hours or the phone number inside it. This returns them as named fields, and the free tier is issued by a tool call rather than a signup form.

What it is

A web extraction service reachable as MCP tools: pass a URL, get structured JSON back. Account creation, balance and payment are handled by tools in the same server.

What you get
  • A page extracted into JSON — text, tables, prices, contacts, hours, ratings, dates, links and images
  • Registration from inside the client, returning an API key with 10 free extractions per day
  • Account state readable — remaining free extractions, USDC balance and associated wallets
  • A wallet address associated for prepaid USDC deposits
  • Balance credited from an on-chain USDC transfer on Base
  • Stdio by default, and a Streamable HTTP mode on a port for remote agents
Requirements

Node with npx — npx clawpage-mcp starts it. An API key is the recommended route and the register tool issues one free; prepaid USDC on Base at a fixed per-extraction rate and anonymous x402 micropayment are the alternatives. A repeat request served from the cache costs nothing while that copy is still fresh.

Setup effort

One command — npx clawpage-mcp