Skip to main content
The brave MCP adapter connects to the Brave Search API. Run privacy-focused web searches, fetch news and media results, look up local businesses, and generate AI summaries from search keys — useful for research, monitoring, and grounded agent responses.

Prerequisites

  • A Brave Search API subscription and API key (X-Subscription-Token)
  • project_contributor access in AgentRuntime

Connect in AgentRuntime

1

Subscribe to Brave Search API

Sign up at brave.com/search/api and copy your subscription token from the dashboard.
2

Create a connection

Go to Connections and click New custom connection to create an API key connection with APIKey.
3

Add brave MCP instance

Go to MCP, click Add instance for brave, wire your connection on Instance config, set the profile active, and save.
4

Test web search

Run mcp_callbrave_web_search with a simple query to confirm the token works.
See Authentication for binding connections to MCP instances.

What you can build

  • News digestsbrave_news_search with freshness=pd → LLM summarizes top stories → post to Slack or email.
  • Research with summarybrave_web_search with summary=true → pass summary key to brave_summarizer for inline citations.
  • Local lead genbrave_local_search for businesses near a query → enrich with CRM connector.
  • Media monitoringbrave_image_search or brave_video_search for brand or product mentions.
  • Filtered web searchresult_filter, goggles, and freshness for precise result sets.

Tools

Example

Fetch today’s news on a topic:

Configuration

Troubleshooting