MCP Directory

BrowseAI-HQ/BrowserAI-Dev

GitHub
Productivity

Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode (raw LLM vs evidence-backed). MCP server, REST API, and Python SDK.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx browserai-dev

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from BrowseAI-HQ/BrowserAI-Dev your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "browserai-dev": {
      "command": "uvx",
      "args": [
        "browserai-dev"
      ]
    }
  }
}

Route BrowseAI-HQ/BrowserAI-Dev intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add browserai-dev

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use BrowseAI-HQ/BrowserAI-Dev directly without routing

uvx browserai-dev

New to Agent-CoreX? View setup guide →

BrowseAI-HQ/BrowserAI-Dev MCP Server — Agent-CoreX