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.
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx browserai-devAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add browserai-devAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use BrowseAI-HQ/BrowserAI-Dev directly without routing
uvx browserai-devNew to Agent-CoreX? View setup guide →