Submit

Bot Browser

@AmplifyCo

Token-efficient web browser for LLM agents. Extract clean markdown from any public web page — saves 90-95% of tokens compared to raw HTML.
Overview

BotBrowser

Burning 50,000 tokens per page? You only need 5,000.

Token-efficient web browser for LLM agents. Most web pages are 50,000+ tokens of bloated HTML. BotBrowser strips it down to just the content your LLM needs — clean, structured markdown saving 90-95% of tokens.

Features

  • Save 90-95% tokens with clean markdown instead of raw HTML
  • 100 free requests/day, no credit card required
  • Pro: JS rendering, batch extraction, search + browse, screenshots
  • Works with Claude Desktop, Cursor, and any MCP client
  • REST API also available

Quick Start

  1. Sign up at thebotbrowser.com
  2. Create an API key from the dashboard
  3. Add the config below to your MCP client

Server Config

{
  "mcpServers": {
    "botbrowser": {
      "url": "https://api.thebotbrowser.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Tools

ToolTierDescription
browse_pageFreeExtract markdown from a web page
browse_pagesProBatch extract from multiple URLs
search_and_browseProSearch the web + extract results
screenshotProCapture page screenshots

Server Config

{
  "mcpServers": {
    "botbrowser": {
      "url": "https://api.thebotbrowser.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.