WebSearch-MCP

by mnhlt
Verified

web_search

Perform real-time web searches with customizable filters for domains, terms, language, region, and result types. Retrieve up-to-date information efficiently from the internet.

Input Schema

NameRequiredDescriptionDefault
excludeDomainsNoDomains to exclude from results
excludeTermsNoTerms to exclude from results
includeDomainsNoOnly include these domains in results
languageNoLanguage code for search results (e.g., 'en')
numResultsNoNumber of results to return (default: 10)
queryYesThe search query to look up
regionNoRegion code for search results (e.g., 'us')
resultTypeNoType of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "excludeDomains": { "description": "Domains to exclude from results", "items": { "type": "string" }, "type": "array" }, "excludeTerms": { "description": "Terms to exclude from results", "items": { "type": "string" }, "type": "array" }, "includeDomains": { "description": "Only include these domains in results", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Language code for search results (e.g., 'en')", "type": "string" }, "numResults": { "description": "Number of results to return (default: 10)", "type": "number" }, "query": { "description": "The search query to look up", "type": "string" }, "region": { "description": "Region code for search results (e.g., 'us')", "type": "string" }, "resultType": { "description": "Type of results to return", "enum": [ "all", "news", "blogs" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from WebSearch-MCP

Related Tools

ID: 67sea795iv