Brave Search MCP
# Brave Search MCP Serverless API A cloud-optimized Model Context Protocol (MCP) implementation of the Brave Search API, designed for AI models and applications with intelligent session management. This API provides comprehensive access to Brave's search capabilities through simple, developer-friendly endpoints. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect…
Brave Search MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available search tools. Use this endpoint to establish sessions for web applications and discover search capabilities. |
| mcp | ||
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication using JSON-RPC 2.0 format. **Available Search Tools**: - `brave_web_search`: Comprehensive web search -… |
| search | ||
| POST |
directSearchPost /search |
REST endpoint for direct search operations using POST method. Supports complex search configurations in the request body. |
| GET |
directSearchGet /search |
Simple REST endpoint for direct search operations without using the MCP protocol. Perfect for webhooks, automation workflows, and simple integrations. **Available Search Types**:… |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics. Useful for monitoring, uptime checks, and debugging connectivity issues. |
Brave Search MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $24.99 / month | — |
|