Skip to main content
Glama

Web Search MCP Server

by williamvd4

search

Perform web searches via Google without needing an API key. Retrieve structured results including titles, URLs, and descriptions for up to 10 queries.

Instructions

Search the web using Google (no API key required)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 5)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (default: 5)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Web Search MCP Server

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/williamvd4/web-search'

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