← WebMCP Directory

Tool tree

context.dev

Developer Tools
https://www.context.dev/
Context.dev is a web scraping API for AI agents: scrape any URL into LLM-ready Markdown, crawl entire sites, and extract structured data with one REST API.
Explore capabilities

Tools verified

scrape-website-demoAction

Run a live Context.dev demo: enter a website URL to preview the web context the API extracts from it (LLM-ready markdown, typed brand data, or structured JSON).

View tool JSON
{
  "name": "scrape-website-demo",
  "kind": "act",
  "impl": "declarative",
  "description": "Run a live Context.dev demo: enter a website URL to preview the web context the API extracts from it (LLM-ready markdown, typed brand data, or structured JSON).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "https://"
      }
    },
    "required": []
  }
}