ComponentsMCP serversPopular MCP Servers

Brave Search

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 Can Do

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.

See Tools and Plan Requirements below for the full list of tools behind these capabilities.

Brave Search authenticates with a single Subscription Token, so there's no OAuth app to register and no admin setup required before connecting.

Brave organizes API access into two plans, Search and Answers. Every tool covered in this doc runs on Search except the summarizer, which needs Answers. See Tools and Plan Requirements below for which tools need which plan.

Go to the Brave Search API dashboard and sign in or create a Brave account. Subscribe to Search, and to Answers as well if you want the summarizer tool, then copy your Subscription Token from the dashboard. The same token authenticates both plans.

Each plan includes $5 of credit every month, which covers roughly 1,000 requests on Search. 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.

Find Brave Search in the server catalogue when building an MCP Deployment or MCP Gateway, or add it from Server Management. When prompted for a credential, paste in the Subscription Token you copied above.

Save the connection, then ask your agent something like "Search the web for the latest news on quantum computing." A working connection returns organic results with titles, descriptions, and URLs.

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

Troubleshooting

Learn More

Was this page helpful?

On this page