Brave Search API
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Brave Search API earns Band B in the Search & Vector DBs category of The Headless Index, with a thesis-fit score of 62/100. Its strongest dimension is MCP and agent posture (20/20); its weakest scored dimension is webhooks and events (4/20). No public OpenAPI specification was found when Brave Search API was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Brave Search has no product other than its API. Endpoints under api.search.brave.com cover web, image, video, news, suggest, spellcheck and summarizer (/res/v1/web/search, /res/v1/news/search, /res/v1/summarizer/search), authenticated with a single X-Subscription-Token header. The omission is client libraries: the brave GitHub org publishes no official Python, Go or JavaScript SDK, so callers hand-roll HTTP against documented response shapes.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 34 probe paths
- ·GraphQL endpointDiscovered at https://brave.com/graphql, introspection disabled or scoped
- −SDKs maintainedNone detected in vendor org
cite (1)
- ai_review_browser.auth@2026-08-19
Search itself is entirely programmatic, which is the point, but everything around it is not. Subscription selection, plan upgrades and key issuance happen only in the browser (api-dashboard.search.brave.com); there is no key provisioning API, no Terraform provider and no CLI. An agent can query Brave all day, and cannot obtain the credential it needs to start.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
One of the most deployed MCP servers anywhere, and it is vendor-owned (github.com/brave/brave-search-mcp-server), carrying roughly 1,390 stars with commits into August 2026, shipping on npm, and exposing the search endpoints as tools directly. Brave got here early and kept maintaining it. For an agent this is the path of least resistance into web search, ahead of the raw REST API.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/brave/brave-search-mcp-server (1390 stars, last commit 5 days ago)
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
No machine-readable spec is served. The documentation describes response objects in prose tables (WebSearchApiResponse, Query, SearchResult), and api.search.brave.com returns 422 to an unauthenticated probe rather than anything descriptive. The nearest thing to a schema an agent can fetch is the TypeScript type definitions inside the MCP server repo, which is a workaround, not a contract.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 34 standard probe paths
- ·GraphQL introspectionGraphQL endpoint at https://brave.com/graphql but introspection is disabled, scoped, or behind authentication
cite (1)
- ai_review_browser.schema@2026-08-19
There are no events, and for a synchronous search API that is close to expected. Brave registers no callbacks, signs no payloads and publishes no event types. The only asynchronous signal a caller receives is rate limit accounting in response headers (X-RateLimit-Limit, X-RateLimit-Remaining), which tells an agent about quota and nothing about anything else.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=62
Show Brave Search API's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Brave Search API and agent readiness
- Is Brave Search API agent-ready?
- Brave Search API scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is MCP and agent posture; its weakest is webhooks and events.
- Does Brave Search API publish an OpenAPI spec?
- No published OpenAPI specification was found when Brave Search API was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Brave Search API's Headless Index score?
- Brave Search API scores 62/100 on the Headless Index thesis-fit rubric and sits in Band B in the Search & Vector DBs category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.