mcp-search-linkup

Official

search-web

Perform a web search query using Linkup. This tool is helpful for finding information on the web.

Input Schema

NameRequiredDescriptionDefault
queryYesThe query to search the web with. This should be a question, no need to write in keywords.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The query to search the web with. This should be a question, no need to write in keywords.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools