Skip to main content
Brave Search gives your agents privacy-focused web, image, video, news, and local search, plus AI-generated summaries, all powered by Brave’s independent search index. Because Brave doesn’t track users or personalize results, the results your agent gets back are the same neutral, unfiltered results anyone would get, which makes them well suited for research and fact-finding tasks.

What It Provides

CategoryCapability
Web searchOrganic web results with rich metadata, optionally mixed with FAQ, discussion, news, video, and location results. Useful for general research and grounding an agent’s answers in current information.
Image searchFinds images relevant to a query.
Video searchFinds videos related to a topic, with duration, thumbnail, and publisher metadata.
News searchFinds recent articles and coverage on a topic.
Local searchLooks up business and place details, like ratings, phone numbers, and hours, for locations surfaced by a prior web search.
SummarizerGenerates an AI summary of a web search’s results, with optional inline source citations.
No tracking and no filter-bubble personalizationResults aren’t skewed by a user’s search history.
See Tools and Plan Requirements below for the full list of tools behind these capabilities.

Getting an API Key

Brave Search organizes API access into two plans, Search and Answers. Every tool covered in this doc runs on the Search plan except the summarizer, which needs Answers instead. See Tools and Plan Requirements below for which tools need which plan.
  1. Go to the Brave Search API dashboard and sign in or create a Brave account.
  2. Subscribe to the Search plan, and to Answers as well if you want the summarizer tool. Each plan includes $5 of credit every month, which covers roughly 1,000 requests on Search.
  3. Copy your Subscription Token from the dashboard. The same token authenticates both plans.
Pricing is set by Brave, not Airia. Current rates and plan names are listed on the Brave Search API pricing page and can change independently of this page.

Connecting to Airia

  1. Find Brave Search in the server catalogue when building an MCP Deployment or MCP Gateway, or add it from Server Management.
  2. When prompted for a credential, paste in the Subscription Token you copied from the Brave dashboard.
  3. Save and test the connection.
Once connected, Brave Search can be added like any other server to a Gateway or Deployment your agents use.

Tools and Plan Requirements

Brave Search authenticates with a single Subscription Token rather than an OAuth app, so there’s no scope to grant, every tool authenticates the same way. What actually gates a tool is which Brave Search plan the token is subscribed to, Search or Answers. Tools on the Search plan work as soon as you connect a token subscribed to it; the summarizer needs the token to also be subscribed to Answers.
ToolWhat it doesPlan required
brave_web_searchPerforms a web search and returns organic results with titles, descriptions, and URLs. Can also return FAQ, discussion, news, video, and location results mixed in, depending on the query.Search
ToolWhat it doesPlan required
brave_image_searchSearches for images relevant to a query, returning titles, thumbnails, dimensions, and source URLs.Search
ToolWhat it doesPlan required
brave_video_searchSearches for videos related to a topic, returning titles, descriptions, durations, and thumbnails.Search
ToolWhat it doesPlan required
brave_news_searchSearches for recent news articles on a topic, returning titles, URLs, descriptions, and article snippets.Search
ToolWhat it doesPlan required
brave_local_searchLooks up details, like ratings, phone numbers, and opening hours, for locations returned by a prior brave_web_search call. Needs location IDs from that call’s locations.results[].id field.Search

Summarizer

ToolWhat it doesPlan required
brave_summarizer_searchGenerates an AI summary of a web search’s results, with optional inline citations and entity information. Needs a summary key from a prior brave_web_search call made with summary set to true.Answers

Learn More