Changelog · September 25, 2026
MCP: prompts, a pricing resource, structured results, and two renamed tools
Ready-made workflows for your agent, and results a client can parse without guessing.
By Roger Campos · Last updated: September 2026
TL;DR
The MCP server now offers three prompts (read_page, audit_page, compare_pages), the plans and credit prices as the resource urlpipe://pricing, and an output schema with structured results on all 14 tools. Two tools were renamed so every name starts with what it does: console_logs is capture_console_errors and lighthouse_audit is run_lighthouse_audit. The server lists its tools, prompts and resources without a token; calling anything still needs one.
Free plan, no credit card. 1,000 credits a month.
Renamed tools. console_logs is now capture_console_errors and lighthouse_audit is now run_lighthouse_audit. Arguments and results are unchanged; update any allow-list or prompt that names them.
Prompts. read_page answers a question from a page, audit_page turns Lighthouse, console errors and a screenshot into a short health report, and compare_pages puts two URLs side by side. In Claude Code they appear as /mcp__urlpipe__… commands. Each tells the agent which tools to call and what they cost; the calls are billed as usual.
Structured results. Every tool declares an output schema and returns its result as structuredContent as well as text: the object itself for metadata, Lighthouse and scrapes, and {"markdown": …}, {"keywords": […]} and the like where the result isn't an object. A screenshot stays one image; its structured result is its type and link.
Endpoints
The endpoints on this page
- Turn any URL into clean Markdown
Paste a link and get the page's main content as tidy Markdown — headings, lists, links and code kept, navigation and cookie banners stripped. The format LLMs and RAG pipelines work best with.
Try it free - Run a Lighthouse audit on any URL
Paste a link and get a real Google Lighthouse audit — performance, accessibility, best practices and SEO scores, plus Core Web Vitals — measured against the live page.
Try it free - Check any website for JavaScript errors
Paste a link and see the console errors, warnings and uncaught exceptions logged while the page loads in a real browser — no DevTools, no local setup.
Try it free
FAQ
Frequently asked questions
Do the renamed tools behave differently?
Do prompts cost credits?
Try it on the free plan.
Free plan, no card. Confirm your email and your API key is live — you'll be making real requests in minutes.