← All servers

web-scraper

com.agishub/web-scraper v2.1.1
Official Registry browser

Web scraper for agents: fetch any URL as clean markdown (headings, links). x402 for JS rendering.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add web-scraper --transport http https://api.agishub.com/mcp/web
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "web-scraper": {
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-scraper": {
      "serverUrl": "https://api.agishub.com/mcp/web"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "web-scraper": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "web-scraper": {
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "web-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agishub.com/mcp/web"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://api.agishub.com/mcp/web none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/com.agishub--web-scraper/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent