Skip to main content
Glama

Spider MCP

by Bosegluon2

get_webpage_content

Extract and convert webpage content into Markdown, HTML, or plain text formats using a specified URL. Designed for web scraping and content extraction without relying on APIs.

Instructions

Fetch webpage content and convert to specified format. Supports Markdown, HTML, and plain text.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: markdown (default), html, textmarkdown
urlYesThe URL of the webpage to scrape. Must be a valid HTTP/HTTPS link.

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "markdown", "description": "Output format: markdown (default), html, text", "enum": [ "markdown", "html", "text" ], "type": "string" }, "url": { "description": "The URL of the webpage to scrape. Must be a valid HTTP/HTTPS link.", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Spider MCP

Related Tools

    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/Bosegluon2/spider-mcp'

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