Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_NAME | No | Server name override | earch-mcp |
BRAVE_API_KEY | No | Your Brave API key (alternative to EARCH_MCP_API_KEY) | |
EARCH_MCP_API_KEY | No | Your API key for Earch MCP (or BRAVE_API_KEY) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
web.search | Brave Web Search: returns results for query q |
local.pois | Brave Local Search POIs: fetch extra info for up to 20 location ids |
local.descriptions | Brave Local Search AI descriptions: fetch descriptions for up to 20 location ids |
web.rich | Brave Rich Search via callback flow. First enables rich callback, then fetches rich data |