Skip to main content
Glama

Serper MCP Server

by garylab

webpage_scrape

Extract and retrieve webpage content by URL, optionally converting it to Markdown format, enabling LLMs to access and process web-based information.

Instructions

Scrape webpage by url

Input Schema

NameRequiredDescriptionDefault
includeMarkdownNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "includeMarkdown": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Includemarkdown" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "WebpageRequest", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/garylab/serper-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server