Skrape MCP Server

get_markdown

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" }

You must be authenticated.

Other Tools