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.
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"
}
}
}