Skip to main content
Glama

Skrape MCP Server

Official
by skrapeai

get_markdown

Extract clean and structured Markdown content from any webpage, including JavaScript-rendered elements, for optimized processing and analysis with Skrape MCP Server.

Instructions

Get markdown content from a webpage using skrape.ai

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional scraping options
returnJsonNoWhether to return JSON response (true) or raw markdown (false)
urlYesURL of the webpage to scrape

Input Schema (JSON Schema)

{ "properties": { "options": { "default": { "renderJs": true }, "description": "Additional scraping options", "properties": { "renderJs": { "default": true, "description": "Whether to render the JavaScript content of the website", "type": "boolean" } }, "type": "object" }, "returnJson": { "default": false, "description": "Whether to return JSON response (true) or raw markdown (false)", "type": "boolean" }, "url": { "description": "URL of the webpage to scrape", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Skrape MCP Server

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/skrapeai/skrape-mcp'

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