MCP Servers / web-scraping / ScrAPI MCP Server

ScrAPI MCP Server

JSON →
ssenone18web-scraping

A server for scraping web pages using the ScrAPI API.

Install
How to run this server

No install command recorded.

server path: scrapi-mcp-server
Tools
What this server exposes
scrape_url_html
Use a URL to scrape a website using the ScrAPI service and retrieve the result as HTML. Use this for scraping website content that is difficult to access because of bot detection, captchas or even geolocation restrictions. The result will be in HTML which is preferable if advanced parsing is required.
scrape_url_markdown
Use a URL to scrape a website using the ScrAPI service and retrieve the result as Markdown. Use this for scraping website content that is difficult to access because of bot detection, captchas or even geolocation restrictions. The result will be in Markdown which is preferable if the text content of the webpage is important and not the structural information of the page.
Configuration
Environment & auth
authnone
envSCRAPI_API_KEY
envYOUR_API_KEY
Resources
ScrAPI MCP Server — MCP Server · libregistry