web_search

Pack: brave-search · Endpoint: https://gateway.pipeworx.io/brave-search/mcp

General web search via the Brave index. Returns title, URL, description snippet, age, language, and site categories. Optional country, language, safesearch, and freshness filters.

Parameters

NameTypeRequiredDescription
qstringyesSearch query
countnumbernoResults to return (1-20, default 10)
offsetnumberno0-9 page offset (default 0)
countrystringno2-letter country code (e.g., “us”, “gb”)
search_langstringno2-letter language (e.g., “en”)
safesearchstringnostrict | moderate | off (default moderate)
freshnessstringnopd (past day) | pw (past week) | pm (past month) | py (past year) | YYYY-MM-DDtoYYYY-MM-DD

Example call

curl -X POST https://gateway.pipeworx.io/brave-search/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"web_search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "brave-search": {
      "url": "https://gateway.pipeworx.io/brave-search/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026