Brave Search from your terminal.
Search the web and news, and rank-check any domain, against Brave Search — the independent ~40B-page index that powers Claude.ai web search — from Bash over the Brave Search MCP. The cleanest read on AI / generative-search (AEO/GEO) visibility.
cogny --who
TWO PATHSTracking where you show up in AI search means opening a browser, typing the query, and counting positions by eye. The CLI returns the SERP and your exact rank as JSON in one call — schedulable, diffable, no manual scrolling. Connect Brave Search once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Brave Search tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Brave Search MCP. Send --input JSON, get JSON back.
mcp__cogny-brave-search__tool_brave_searchRaw web SERP for a query as a slim JSON list.mcp__cogny-brave-search__tool_brave_rank_checkFirst position of a domain in Brave SERP for a keyword.mcp__cogny-brave-search__tool_brave_newsBrave News search for PR and trend monitoring.cogny tools list
MOREA sample of the rest of the Brave Search surface. Run cogny tools list --json for every tool and its input schema.
mcp__cogny-brave-search__tool_brave_searchmcp__cogny-brave-search__tool_brave_rank_checkmcp__cogny-brave-search__tool_brave_newscogny --faq
No — it is the Cogny CLI calling the Brave Search MCP over the cogny-mcp-proxy. Brave Search is included as a built-in on Cogny, so there is no API key to manage; calls are metered through the Cogny credit system.
Brave runs its own independent ~40B-page index and is the engine behind Claude.ai web search, so its SERP is a clean proxy for how AI assistants see your site — making it well-suited for AEO/GEO rank tracking.
Yes — each tool call debits one credit from your warehouse balance (then top-up balance). A rank-check may page through several Brave API calls internally but still counts as a single tool call.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt