Brave Search MCP

by mikechao
Verified
GPL 3.0
94
1
  • Linux
  • Apple

brave_news_search

Search for news articles on recent events, trending topics, or specific stories using Brave Search API. Retrieve up to 20 results with titles, URLs, and descriptions per request.

Instructions

Searches for news articles using the Brave Search API. Use this for recent events, trending topics, or specific news stories. Returns a list of articles with titles, URLs, and descriptions. Maximum 20 results per request.

Input Schema

NameRequiredDescriptionDefault
countNoThe number of results to return, minimum 1, maximum 20
queryYesThe term to search the internet for news articles, trending topics, or recent events

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "description": "The number of results to return, minimum 1, maximum 20", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "The term to search the internet for news articles, trending topics, or recent events", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Brave Search MCP

Related Tools

ID: kku1cfh7ea