
Lyrenth Mcp
Let your agent fetch any public URL and receive structured Markdown plus document layout so competitive and market research stays citation-ready.
Overview
Lyrenth MCP is an Idea-phase MCP server that reads public URLs into clean AIDocuments (Markdown and structure) for agent-side research.
What is this MCP server?
- Reads public web pages into Lyrenth AIDocument format (Markdown + structure)
- npm package lyrenth-mcp with stdio transport for local MCP clients
- Catalog version 0.1.1—lightweight bridge between URLs and agent-readable text
- Open source on github.com/lyrenth/lyrenth-mcp
- Avoids brittle copy-paste from messy HTML when researching niches or docs
- Package version 0.1.1
- Transport: stdio via npm identifier lyrenth-mcp
- Repository: github.com/lyrenth/lyrenth-mcp
What problem does it solve?
Pasting from cluttered web pages wastes tokens and loses headings and lists, so research prompts skew or hallucinate structure.
Who is it for?
Solo builders doing open-web competitor and docs research inside Claude Code or Cursor with a simple stdio MCP install.
Skip if: Authenticated portals, paywalled content, large-scale crawling pipelines, or ship-phase automated UI testing.
What do I get? / Deliverables
Your agent receives a normalized AIDocument per URL, making summaries, competitive notes, and citations faster to produce.
- Structured AIDocument (Markdown + layout) per requested public URL
- Agent-ready research snippets without manual HTML stripping
Recommended MCP Servers
Journey fit
Clean page ingestion supports early discovery and competitor pages before you commit to a build scope. Research subphase is where builders pull external web sources into the agent context; Lyrenth standardizes that into an AIDocument.
How it compares
URL-to-Markdown reader MCP, not a test runner or personal RAG memory product.
Common Questions / FAQ
Who is Lyrenth MCP for?
Builders and researchers who want agents to consume public web pages as structured Markdown without manual cleanup.
When should I use Lyrenth MCP?
Use it during idea-phase research when you are gathering competitor pages, pricing sites, or public documentation into the agent.
How do I add Lyrenth MCP to my agent?
Install the npm package lyrenth-mcp (0.1.1), configure stdio MCP in your client per the GitHub README, then invoke read tools against public URLs.