Steel MCP Server

Official

search

Perform a Google search by navigating to https://www.google.com/search?q=encodedQuery using the provided query text.

Input Schema

NameRequiredDescriptionDefault
queryYesThe text to search for on Google

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The text to search for on Google", "type": "string" } }, "required": [ "query" ], "type": "object" }