Runs cited web research for agents with search, page extraction, verification, confidence scores, and persistent sessions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by BrowserAI Dev.
searchSearch the web for information on any topic
openFetch and parse a web page into clean text
extractExtract structured claims from a page
answerFull pipeline: search + extract + cite. `depth`: `"fast"`, `"thorough"`, or `"deep"
compareCompare raw LLM vs evidence-backed answer
clarityAnti-hallucination answer engine β three modes: prompt (prompts only), answer (LLM), verified (LLM + web fusion)
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.
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.
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.
search.open.extract.answer.compare.clarity.feedback.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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/browseai-hq-browserai-dev)<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>