web_search

$0.01 USDC per call

Search the web via Google. Returns titles, URLs, and snippets for any query. Useful for research, fact-checking, and finding current information.

Parameters
NameTypeRequiredDescription
query string required Search query
numResults string optional Number of results to return (max 20)
Example Call
// MCP tool call
{
  "name": "web_search",
  "arguments": {
    "query": "",
    "numResults": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground