A web search tool for the Model Context Protocol that provides real-time information retrieval using the Brave Search API. Designed with intelligent query categorization to proactively determine when web search is necessary, such as for current events, weather, sports scores, and time-sensitive information. Supports dynamic provider configuration and offers robust error handling to ensure reliable search capabilities across various query types.
No reviews yet. Be the first to review!
Sign in to join the conversation
Live web search that returns ranked summaries with stable ids. Parameters: search_term (string, required), provider (enum: 'brave search' or 'duckduckgo', optional), count (int: 1-20, default 10), offset (int, optional), cursor (string, optional), freshness (string, optional), country (string, optional), search_lang (string, optional), safesearch (enum: 'off', 'moderate', 'strict', optional), include_domains (string[], optional), exclude_domains (string[], optional).
Fetches recent news articles with source name and publish date. This tool is available only with Brave.
Provides image results with thumbnails. This tool is available only with Brave.
Reads a search result or arbitrary http(s) URL. Parameters: id_or_url (string, required), url (string, deprecated alias for id_or_url), max_chars (int: 200-200000, default 8000), cursor (string, optional).
Returns the registered providers and the current default. Useful to check availability of news_search or image_search.