Web Content MCP Server

by amotivv
Verified

extract_structured_content

Extracts structured content from a web page using CSS selectors

Input Schema

NameRequiredDescriptionDefault
selectorsYesCSS selectors to extract content
urlYesURL to extract content from

Input Schema (JSON Schema)

{ "properties": { "selectors": { "additionalProperties": { "type": "string" }, "description": "CSS selectors to extract content", "type": "object" }, "url": { "description": "URL to extract content from", "type": "string" } }, "required": [ "url", "selectors" ], "type": "object" }