Web search using Brave Search API
Select your AI tool
uvx agent-corex mcp add brave-search --client claude-codeRequires the Agent-CoreX CLI. Sign up free then run uvx agent-corex login to authenticate.
Paste this prompt into Claude Code, Cursor, or any AI coding assistant. It reads the Agent-CoreX skill file and runs the install automatically.
Read https://www.agent-corex.com/skill.md and connect to brave-search using agent-corex mcp add brave-search
Direct install (local only, no routing)
npx -y @modelcontextprotocol/server-brave-searchNote: Requires Brave Search API key from https://api.search.brave.com
BRAVE_SEARCH_API_KEYRequiredAgent-CoreX intelligently routes which tools from Brave Search your AI agent actually needs per request — reducing token usage and cost without sacrificing capability.
agent-corex.json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_SEARCH_API_KEY": "<your-brave_search_api_key>"
}
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.