Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow

generate_pdf

Convert webpages to PDF format by providing a URL. Returns base64-encoded PDF data for immediate use or download.

Instructions

[STATELESS] Convert webpage to PDF. Returns base64-encoded PDF data. Creates new browser each time. Cannot capture form fills or JS changes. For persistent PDFs use create_session + crawl(session_id, pdf:true).

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to convert to PDF

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL to convert to PDF", "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