Skip to content
Back to search
100
MCP MCP 2025-11-25 streamable-http

MicroScrape

io.github.luci-hue/microscrape

Pay-per-request webpage-to-Markdown extraction for AI agents. $0.005 USDC via x402 on Solana.

Uptime
66.7%
3 direct probes · 30d
Response
414ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

scrape_url

Fetches a public HTTP/HTTPS URL, strips boilerplate, and returns the primary content as clean Markdown. Costs $0.005 USDC on Solana via x402, per call — same price as GET /api/v1/scrape.

metadata_url

Cheap metadata-only extraction, no full-page content. Costs $0.002 USDC on Solana via x402, per call — same price as GET /api/v1/metadata.

links_url

Returns every internal and external link with its anchor text. Costs $0.002 USDC on Solana via x402, per call — same price as GET /api/v1/links.

extract_fields

For each entry in fields, returns the trimmed text content of the first element matching that CSS selector. Costs $0.010 USDC on Solana via x402, per call — same price as GET /api/v1/extract.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "microscrape": {
      "url": "https://microscrape-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}