Search the web using the Brave Search API with support for web, news, image and video results. Requires a Brave Search API key (free tier available at brave.com/search/api).
Discovery hint: Install with ppm install mcp-brave-search or invoke remotely via POST /v1/invoke/mcp-brave-search on the MCP Service.
PascalAI Usage
uses toolslib;
var Tool := LoadTool('mcp-brave-search');
var R := Tool.Call(JsonObj(['query','PascalAI tutorial','apiKey','your-key','count',5]));
Writeln(R.ToJSON);