Strapi
Read and write content in any Strapi CMS — your instance, your API token.
Auth: API keyLive integration
Tools
What your agent can do with Strapi
STRAPI_SEARCHSearch across Strapi records and content.
STRAPI_CREATECreate a new item in Strapi with validated fields.
STRAPI_UPDATEUpdate an existing Strapi item by id.
STRAPI_LISTList and filter Strapi items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Strapi from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "STRAPI_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'