Back to browse
TideSurf – Your agent doesn't need eyes to browse the web

TideSurf – Your agent doesn't need eyes to browse the web

by Mercuriusdream·Mar 18, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainShip ItNiche Gem

Cuts agent browsing tokens by 32x with DOM-to-markdown compression and MCP support.

Strengths
  • Claimed 32x token reduction addresses the primary cost barrier for AI agents.
  • MCP server integration allows instant use in Claude Desktop and Cursor environments.
  • Eighteen interactive tools enable more than just passive page reading for models.
Weaknesses
  • v0.3 status suggests potential instability in complex DOM parsing scenarios.
  • Competes with well-funded incumbents like Firecrawl and Jina AI already.
Category
Target Audience

AI Agent Developers, LLM Engineers

Similar To

Firecrawl · Jina AI Reader · Browser-use

Post Description

Browser use agents tend to prefer the models' native multimodality over concrete source, and, even if they do, they still tend to take too much context to even barely function.

I was running into this problem when using LLM Agents; Then I came up with an idea. What if I can just... send the rendered DOM to the agent, but with markdown-like compression?

Turns out, it works! It reduces token consumption by thirty-two times on GitHub (vs. raw DOM), at least according to my experiments, while only taking ~30ms to parse.

Also, it comes with 18 tools for LLMs to work interactively with pages, and they all work with whatever model you're using, as long as they have tool calling capabilities. It works with both CLI and MCP.

It's still an early project though, v0.3, so I'd like to hear more feedback.

npm: https://www.npmjs.com/package/@tidesurf/core Brief explanation: https://tidesurf.org GitHub: https://github.com/TideSurf/core docs : https://tidesurf.org/docs

Similar Projects