@mseep/hyperbrowser-mcp
Version:
Hyperbrowser Model Context Protocol Server
6 lines • 705 B
TypeScript
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
import { scrapeWebpageToolParamSchemaType } from "./tool-types";
export declare function scrapeWebpageTool({ url, sessionOptions, outputFormat, }: scrapeWebpageToolParamSchemaType): Promise<CallToolResult>;
export declare const scrapeWebpageToolName = "scrape_webpage";
export declare const scrapeWebpageToolDescription = "Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages.";
//# sourceMappingURL=scrape-webpage.d.ts.map