Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”¬ Research
  3. BrowserAI Dev
BrowserAI Dev logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:47:08 PM

BrowserAI Dev

User RatingsBe the first to rate and review this MCP server!
View Repository20 GitHub StarsTotal stargazers on GitHub for the source repository (20 stars).Visit Website
researchweb-searchfact-checkingdata-extraction

Runs cited web research for agents with search, page extraction, verification, confidence scores, and persistent sessions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "browseai-hq-browserai-dev": {
      "command": "npx",
      "args": [
        "-y",
        "lastsearch"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (13) Directory Badge Claim listing AlternativesπŸ”¬ More in Research

Overview

BrowseAI-HQ/BrowserAI-Dev MCP server gives agents access to real-time web search, page parsing, claim extraction, and cited answers. Its answer pipeline combines search, extraction, and verification, returning source-backed claims with confidence information. Research sessions retain knowledge across follow-up questions and can be shared or forked. Reach for it when an agent needs current web information with evidence instead of relying only on an LLM response.

Use cases

β€’Research current topics with cited sources
β€’Verify claims against multiple web pages
β€’Compare raw LLM answers with evidence-backed responses
β€’Maintain multi-query research sessions
β€’Export or share accumulated research knowledge

Key features

β€’Real-time web search
β€’Structured claim extraction
β€’Cited answers with confidence scores
β€’Multi-depth verification pipeline
β€’Persistent research sessions
β€’Raw versus evidence-backed comparison

Capabilities & Tool Schemas (13) ~199 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by BrowserAI Dev.

search

Search the web for information on any topic

open

Fetch and parse a web page into clean text

extract

Extract structured claims from a page

answer

Full pipeline: search + extract + cite. `depth`: `"fast"`, `"thorough"`, or `"deep"

compare

Compare raw LLM vs evidence-backed answer

clarity

Anti-hallucination answer engine β€” three modes: prompt (prompts only), answer (LLM), verified (LLM + web fusion)

How BrowserAI Dev works

What BrowseAI-HQ/BrowserAI-Dev MCP server does

BrowseAI-HQ/BrowserAI-Dev MCP server exposes web research functions to MCP-compatible agents. The available tools cover the full path from discovery to evidence-backed output: search finds relevant web information, open retrieves a page as cleaned text, and extract identifies structured claims from page content.

The answer tool combines those operations into a cited response. It accepts a depth value of fast, thorough, or deep, allowing callers to choose between a quick lookup and more extensive verification. compare places a raw LLM response beside an evidence-backed response, while clarity supports prompt-only, LLM-generated, and web-fused verified modes.

How it works

BrowseAI-HQ/BrowserAI-Dev MCP server follows a research pipeline that searches for sources, fetches pages, extracts claims, and checks those claims against source text. Verification can use keyword matching, semantic retrieval, source authority, cross-source agreement, quote checking, contradiction detection, and other evidence signals described by the project. The returned data includes claim and source fields such as verification status, verification score, consensus information, and authority information.

The depth setting changes the amount of work performed. fast uses one search, extraction, and verification pass. thorough can repeat the process for weak claims, retrieve evidence for individual claims, and perform counter-query and consistency checks. deep adds iterative research steps and gap analysis, but requires a LastSearch key and sign-in; without that key or when quota is exhausted, it falls back to thorough mode.

The server also supports persistent research sessions. session_create starts a session, session_ask researches within it, and session_recall queries stored knowledge without starting a new web search. Sessions can be exported, shared publicly, or forked for continued work.

Setup and configuration

The project identifies its packages as lastsearch on npm and PyPI. It also documents a REST API and Python SDK in addition to the MCP server. The supplied material does not provide a complete MCP client configuration or a confirmed command for launching the MCP process, so installation commands should be taken from the project’s current documentation rather than inferred here.

Session features require a LastSearch API key. For MCP usage, the documented environment variable is LASTSEARCH_API_KEY; REST clients use a bearer token, and the Python SDK accepts an api_key argument. A free key is available through the LastSearch dashboard. Deep mode and some semantic verification capabilities are described as premium features, with keyword-only verification available as a fallback when premium keys are not configured.

Tools and capabilities

  • Search the web with search.
  • Fetch and clean page content with open.
  • Extract structured claims with extract.
  • Produce cited, verified answers with answer.
  • Compare raw and evidence-backed responses with compare.
  • Select prompt, answer, or verified behavior with clarity.
  • Create, query, recall, share, export, and fork research sessions.
  • Submit result feedback through feedback.

Limitations and notes

BrowseAI-HQ/BrowserAI-Dev MCP server depends on external web search, page-fetching, and language-model services, so results depend on source availability and provider responses. The project automatically retries transient failures such as rate limits and server errors, but authentication failures do not receive the same retry treatment.

Evidence-backed output is not identical to certainty. The system reports confidence and exposes verification details so an agent can apply its own trust policy. Single-source claims may be marked weak, while contradictions can be surfaced in the response. Deep mode has higher resource and quota requirements, including a documented cost of three times the quota per query and a limit of 100 deep queries per day.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Research View all alternatives
  • BrowseAI Dev logoBrowseAI Dev

    Evidence-backed web research for AI agents with citations and confidence scores.

    πŸ”¬ Research0 views
    Compare vs BrowseAI Dev β†’
  • Infranodus MCP Server Infranodus logoInfranodus MCP Server Infranodus

    Map text into knowledge graphs to create a structured representation of conceptual relations and t…

    πŸ”¬ Research3 views
    Compare vs Infranodus MCP Server Infranodus β†’
  • Deep Research MCP logoDeep Research MCP

    Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.

    πŸ”¬ Research5 views
    Compare vs Deep Research MCP β†’
  • Touch Browser logoTouch Browser

    Evidence-grounded web research for AI agents. Verifies page-local claims with citations, confidence bands, policy reports, and multi-page session synthesis via MCP.

    πŸ”¬ Research3 views
    Compare vs Touch Browser β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
20
Stargazers on the source repository.
Last commit
4d ago
Most recent push to the default branch.
Tools exposed
13
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about BrowserAI Dev

The provided material names the npm and PyPI packages as `lastsearch`, but does not include a confirmed MCP launch command or client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBrowserAI Dev AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/browseai-hq-browserai-dev?style=directory)](https://allmcps.com/mcp/browseai-hq-browserai-dev)
HTML Embed
<a href="https://allmcps.com/mcp/browseai-hq-browserai-dev"><img src="https://allmcps.com/api/badge/browseai-hq-browserai-dev?style=directory" alt="BrowserAI Dev on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”¬Research
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseApache-2.0
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars20
GitHub Star CountTotal stargazers on GitHub representing community popularity (20 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
59Quality signal: Good Β· 59/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Β· lastsearch (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”¬ Research β†’Best MCP servers for Research β†’Alternatives to BrowserAI Dev β†’Install in Claude DesktopInstall in CursorInstall in VS Code