BrowseAI-Dev
by BrowseAI-HQ·★ 17·Score 43
BrowseAI Dev provides an evidence-backed web search MCP server with citations and confidence scores to reduce AI hallucinations.
Overview
BrowseAI Dev is a research infrastructure for AI agents that provides web search with verification capabilities. It implements a comprehensive verification pipeline that extracts claims from web pages and verifies them against actual source text. The system provides confidence scores, citations, and anti-hallucination features. It offers different depth modes for research thoroughness and supports streaming APIs for real-time feedback. The MCP server exposes these capabilities through the Model Context Protocol, allowing AI agents to access reliable research information.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose BrowseAI-Dev when you need reliable, evidence-backed research with confidence scoring and anti-hallucination verification for AI agents.
When NOT to choose this
Avoid if you need offline access or open-source self-hosting, as BrowseAI-Dev is a commercial service requiring API keys.
Tools this server exposes
7 tools extracted from the READMEsearchBasic web search functionality
answerVerified search with citations and confidence scores
extractExtract specific information from web pages
compareCompare multiple sources or options
clarityAnti-hallucination verification tool
sessionCreate a persistent research session
feedbackSubmit feedback on search results
Comparable tools
Installation
Installation
NPM
npm install browseai-devPython
pip install browseaidevLangChain
pip install langchain-browseaidevMCP Configuration (Claude Desktop)
Add to claude_desktop_config.json:
{
"mcpServers": {
"browseai-dev": {
"command": "npx",
"args": ["-y", "@browseai-dev/mcp-server"]
}
}
}Set environment variable: BROWSE_API_KEY=bai_xxx
FAQ
- How does the verification system work?
- Claims are extracted from web pages and verified against actual source text through atomic claim decomposition, hybrid retrieval, semantic reranking, and multi-source consensus. Each claim receives a confidence score based on verification strength.
- What are the depth modes?
- Three levels: 'fast' (single pass), 'thorough' (multiple verification passes with iterative queries), and 'deep' (multi-step agentic research with gap analysis and targeted follow-ups).
Compare BrowseAI-Dev with
Last updated · Auto-generated from public README + GitHub signals.