Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow

get_html

Extract sanitized HTML from any webpage to identify form fields, analyze page structure, and find CSS selectors for web automation and crawling operations.

Instructions

[STATELESS] Get sanitized/processed HTML for inspection and automation planning. Use when: finding form fields/selectors, analyzing page structure before automation, building schemas. Returns cleaned HTML showing element names, IDs, and classes - perfect for identifying selectors for subsequent crawl operations. Commonly used before crawl to find selectors for automation. Creates new browser each time.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to extract HTML from

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL to extract HTML from", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/omgwtfwow/mcp-crawl4ai-ts'

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