$ plasmate fetch https://example.com
{ "url": "https://example.com", "title": "Example Domain", "som": [ { "role": "heading", "name": "Example Domain", "level": 1 }, { "role": "paragraph", "text": "This domain is for use in illustrative examples." }, { "role": "link", "name": "More information...", "href": "https://www.iana.org/domains/example" } ], "tokens": 47 }

That's it. Clean semantic content. No Chrome. No rendering. No noise.

// install

Python
pip install plasmate
Node
npm install plasmate
Rust
cargo install plasmate

// the difference

Chrome (headless) 15,685 tokens
Plasmate 3,021 tokens
Same page. Same content. 80% less noise. Reproducible benchmarks →

// mcp setup

One command. Any MCP client.
claude mcp add plasmate -- npx plasmate-mcp
New here? Build a research agent in 10 minutes: docs.plasmate.app/tutorial-research-agent
Apache 2.0. Run it yourself.