Microlink MCP:
The web, llm-ready
Joseba Legarreta
March 2, 2026 ()
The web wasn't built for LLMs. Microlink bridges the gap. One config block gives
Claude Desktop
, Cursor
, Windsurf
, and any MCP-compatible client access to screenshots, PDFs, markdown conversion, metadata extraction, Lighthouse audits, and more. No boilerplate. No extra SDKs. Just ask.MCP — Model Context Protocol
is the open standard that lets AI agents use external tools through natural language. Instead of writing HTTP clients, handling auth, and parsing responses, you give your agent an MCP server and it handles the rest.{
"mcpServers": {
"microlink": {
"command": "npx",
"args": ["-y", "@microlink/mcp"],
"env": {
"MICROLINK_API_KEY": "your-api-key"
}
}
}
}No global install. No signup to start.
What makes it different
Most agents struggle with the real web: bot detection blocks requests, cookie banners halt execution, and raw HTML — when it does come through — is thousands of tokens of nav bars, footers, and ad noise that buries the actual content.
Every Microlink MCP request routes through its headless browser infrastructure. Anti-bot evasion, automatic cookie banner dismissal, proxy routing. The target site sees Microlink, not your agent, not your IP. Your agent gets structured, clean output. Not a raw dump.
80% fewer tokens. Cleaner content.
Ask your agent to fetch a page via
microlink_markdown and it gets clean Markdown — body content, structured headings, relevant links. Headers, footers, cookie banners, ads stripped out. 80% fewer tokens than raw HTML.microlink_text goes further: plain text only. The lightest option when you just need the words.Less noise. Faster responses. More accurate results.
Pixel-perfect screenshots, on demand
microlink_screenshot captures any URL and returns a CDN-hosted image in seconds. Full-page, element-level crops via CSS selector, any viewport, any device. Dark mode, browser chrome overlays, custom CSS injection before capture.Designers: ask your agent to screenshot any URL at mobile, tablet, and desktop in one go. No browser open. No manual resizing. Just ask.
One config block. Ten tools.
microlink_screenshot— Full-page, element crops, device emulation, overlays, custom CSS/JS injection.microlink_pdf— Any URL as a PDF. Paper size, margins, orientation, page ranges.microlink_markdown— Any webpage as clean Markdown. 80% fewer tokens. No noise.microlink_text— Plain text only. The lightest way to read a page.microlink_meta— Normalized metadata: title, description, author, date, image, favicon.microlink_extract— Metadata, CSS selector scraping, screenshot, PDF, video,Lighthouse— one request.microlink_insights—Lighthouseaudit plusWappalyzertech-stack detection.microlink_videoandmicrolink_audio— Direct playable sources from YouTube, Vimeo, TikTok, SoundCloud, Spotify, and hundreds more.microlink_palette— Dominant color palette from any page. Hex codes plusWCAG-safe colors.
No code. Just ask.
"What can you do with the Microlink tool?" → The agent explains every capability in plain language. No docs needed.
"Screenshot our landing page at mobile, tablet, and desktop — full page, JPEG" → Three CDN URLs. Done.
"Read this research paper and summarize the key findings" → Clean Markdown, 80% fewer tokens, straight into context.
"Audit this site's performance and tell me what stack they're running" → Lighthouse scores plus tech-stack detection, in one response.
"Convert this documentation page to an A4 PDF" → Print-ready, CDN-hosted, immediately.
Get started
Join the community
All of these improvements or features are community driven: We listen to your feedback and act accordingly.
Whether you are building a product, an indie developer, or just interested in web technologies, come chat with us.