1.2 KiB
1.2 KiB
name, description, metadata
| name | description | metadata | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brave-mcp-search | Search the web via the local LAN Brave Search MCP service. Use when the user wants a Brave-backed search result set, a second opinion after SearXNG, or when SearXNG is weak/unavailable. |
|
Brave MCP Search
Policy
- Prefer
searxng-local-searchfirst for normal web lookups. - Use this Brave MCP skill when:
- the user explicitly asks for Brave,
- SearXNG is unavailable,
- or SearXNG results look weak and a second opinion would help.
- Label answers clearly as using Brave MCP.
Endpoint
Default local endpoint:
http://192.168.153.113:18802/mcp
You can override with BRAVE_MCP_URL.
Quick usage
scripts/search.sh "your query"
With options:
scripts/search.sh "your query" '{"country":"US","search_lang":"en","ui_lang":"en-US","count":8}'
Supported common options:
countrysearch_langui_langcountfreshnesssafesearch
Notes
- This uses the local Brave MCP service through
mcporter. - It does not configure OpenClaw's built-in
web_searchprovider. - Native
web_fetchremains the preferred lightweight fetch tool for page reads.