Skip to main content
Glama

Web Content MCP Server

extract_structured_content

Extract structured data from web pages using CSS selectors to retrieve specific content for processing or analysis with the Web Content MCP Server.

Instructions

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" }
Install Server

Other Tools from Web Content MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/amotivv/cloudflare-browser-rendering'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server