DevEnterpriseSoftware/scrapi-mcp
If you are the rightful owner of scrapi-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ScrAPI MCP Server is a powerful tool for web scraping, providing reliable and easy-to-use features to extract data from websites.
Tools
Functions exposed to the LLM to take actions
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.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client