# Fieldwright by CyberMax > Free API and MCP server: URL in; compact Markdown, title, description, language, canonical, OpenGraph, JSON-LD, emails and phones out. No LLM key needed. Give a URL, get the page as compact Markdown (links and tables kept) plus its title, description, language, canonical URL, OpenGraph tags, JSON-LD structured data, emails and phone numbers. No AI key needed. ## API (free, no key, CORS enabled) - [/api/extract](https://fieldwright.cybermax-tools.workers.dev/api/extract?url=https%3A%2F%2Fbooks.toscrape.com%2Fcatalogue%2Fa-light-in-the-attic_1000%2Findex.html): One URL to Markdown + metadata (no-key mode) - GET for simple calls, POST a JSON body for lists. Same field names as the bulk version's dataset records. - OpenAPI 3.1: https://fieldwright.cybermax-tools.workers.dev/openapi.json ## MCP (remote, streamable HTTP, no auth) - Endpoint: https://fieldwright.cybermax-tools.workers.dev/mcp - `extract_page`: Fetch one public web page and return its readable content as compact Markdown (links and tables kept) plus title, meta description, language, canonical URL, OpenGraph/Twitter tags, JSON-LD structured data (products, articles, organisations, events), mailto emails and tel phone numbers. Use to read or summarise a page or pull its schema.org data. No JavaScript rendering. ## Limits - 20 calls per minute per IP address. - One URL per call. - Markdown up to 20,000 characters (default 8,000); pages up to 1 MB. - About 15 seconds per call at most. No JavaScript rendering. - Free, no key. No AI model runs here and no keys are accepted. ## More - Health: https://fieldwright.cybermax-tools.workers.dev/health - All CyberMax tools: https://cybermax-tools-cybermax.static.hf.space/ - A bulk and scheduled version is coming to the Apify Store.