brave-mcp-langchain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchC | |
| fetch_contentA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are completely distinct: one performs web searches, the other fetches webpage content. There is no overlap or confusion between their purposes.
Both names are verb-based and clear, but 'search' is a single verb while 'fetch_content' follows a verb_noun pattern, showing a minor inconsistency in naming convention.
With only 2 tools, the server feels thin for a search-related service. While these two cover the basic search-and-fetch workflow, the count is on the low end of the borderline range.
The core functionality of searching and fetching content is covered, but there are minor gaps such as lack of search result filtering options or pagination controls. Overall, the surface is adequate for simple search tasks.