Skip to main content
Glama

WebSearch-MCP

by mnhlt

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" }
Install Server

Other Tools from WebSearch-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnhlt/WebSearch-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server