Search1API MCP Server

search

A fast way to search the world

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return (default: 10)
queryYesSearch query
search_serviceNoSearch service to use (default: google)google

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "description": "Maximum number of results to return (default: 10)", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "search_service": { "default": "google", "description": "Search service to use (default: google)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools