Execute REST API calls to Strapi CMS for content management. Read data using populate, filters, and pagination. Write operations (POST, PUT, DELETE) require setting userAuthorized to true after user consent.
Scrape websites blocked by bot detection, captchas, or geolocation restrictions and retrieve the content as HTML. Optionally interact with the page using browser commands before scraping.
Scrape difficult-to-access websites that block bots, captchas, or location restrictions, and convert content to clean Markdown format for text extraction.
A Model Context Protocol server that enables AI assistants to interact with Strapi CMS instances through a standardized interface, supporting content types and REST API operations.
MCP server that exposes Strapi v5 content management, visual layout configuration, schema authoring, media uploads, and GraphQL testing to LLM clients via native Strapi API tokens with security hardening.
Upload media from a URL to Strapi's media library, with format conversion and quality control. Add metadata like name, caption, and alt text. Requires explicit user authorization.