{
  "protocolVersion": "0.3.0",
  "name": "Scrappey",
  "description": "Web scraping and data extraction API for retrieving public web page content as structured data.",
  "url": "https://scrappey.com",
  "provider": {
    "organization": "Scrappey",
    "url": "https://scrappey.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://scrappey.com/docs",
  "capabilities": {},
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "web-scrape",
      "name": "Web scrape",
      "description": "Fetch a public URL and return its rendered content as structured data.",
      "tags": ["web-scraping", "data-extraction", "http"]
    }
  ]
}
