ScrapeGraph MCP Server

Official

searchscraper

Perform AI-powered web searches with structured results. Args: user_prompt: Search query or instructions Returns: Dictionary containing search results and reference URLs

Input Schema

NameRequiredDescriptionDefault
user_promptYes

Input Schema (JSON Schema)

{ "properties": { "user_prompt": { "title": "User Prompt", "type": "string" } }, "required": [ "user_prompt" ], "title": "searchscraperArguments", "type": "object" }

You must be authenticated.

Other Tools