webidabi

web-fetch

by webidabi·24.1k installs
webdataparsing

Fetch and parse any URL — clean text, metadata & links for your agent. Point it at any page and get back structured, agent-ready content in milliseconds.

Capabilities

Clean text extraction
Readable article text with boilerplate stripped.
Link & metadata graph
Outbound links, OpenGraph, and canonical URLs.
Safe by default
Respects robots.txt; sandboxed fetch with timeouts.

Add to your agent

POST https://webidabi.com/api/mcp.php
Authorization: Bearer <your API key — see Dashboard → API keys>
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "web-fetch",
    "arguments": {
      "url": "https://example.com"
    }
  }
}