Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by misterboe • Frontend & UI
A server that provides a standard interface for AI assistants to interact with Strapi CMS via REST API.
Interact with Strapi CMS for data management and retrieval.
Perform REST API operations with validation and error handling.
Manage media uploads and content types within a Strapi instance.
The Strapi MCP Server enables AI assistants to interact with Strapi CMS using a Model Context Protocol, which supports content types and REST API operations. It features comprehensive error handling, logging, validation, and security mechanisms. This makes it well-suited for developers looking to integrate AI capabilities with their Strapi instances in a structured and validated manner.
List all available Strapi servers from the configuration.
Get all content types from Strapi. Returns the complete schema of all content types.
Get all components from Strapi with pagination support. Returns both component data and pagination metadata (page, pageSize, total, pageCount).
Execute REST API requests against Strapi endpoints. IMPORTANT: All write operations (POST, PUT, DELETE) require explicit user authorization via the userAuthorized parameter. 1. Reading components: params: { populate: ['SEO'] } // Populate a component params: { populate: { SEO: { fields: ['Title', 'seoDescription'] } } } // With field selection 2. Updating components (REQUIRES USER AUTHORIZATION): body: { data: { // For single components: componentName: { Title: 'value', seoDescription: 'value' }, // For repeatable components: componentName: [ { field: 'value' } ] } } userAuthorized: true // Must set this to true for POST/PUT/DELETE after getting user permission 3. Other parameters: - fields: Select specific fields - filters: Filter results - sort: Sort results - pagination: Page through results
Upload media to Strapi's media library from a URL with format conversion, quality control, and metadata options. IMPORTANT: This is a write operation that REQUIRES explicit user authorization via the userAuthorized parameter.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.