Web Tools
Free
page_fetch
Fetch and extract clean content from any URL. Strips navigation, ads, scripts—returns just the content as clean markdown.
Install 50c
Capabilities
What You Get
Extract just the content from any URL. No navigation, no ads, no scripts. Perfect for documentation reading, research, and content aggregation.
Clean markdown output
Strips navigation and ads
Removes scripts and trackers
Preserves headings and links
Free local tool
Perfect pair:
2.
page_fetch
→ read content
Demo
Before & After
Raw HTML (1000s of lines)
<html><head><script>...analytics...</script><link rel="stylesheet"...><nav class="header-nav">...100 links...</nav><aside class="sidebar">...ads...</aside><article>...actual content buried here...</article><footer>...more links...</footer><script>...trackers...</script>
page_fetch output
# Article Title
Clean paragraph text with all the relevant information...
## Subheading
More content, properly formatted...
[Link text](url)
Use Cases
When to Use
Documentation Reading
Pull docs into context without the nav clutter. Just the content your AI needs.
Research
Extract article content for analysis. No ads, no sidebars, no distractions.
Content Aggregation
Build datasets from web pages. Clean markdown is easy to process.