ChatGPT can drive Storylayer the same way Claude does — through our hosted MCP server at https://app.storylayer.ai/api/mcp.
Prerequisites
- Storylayer Pro or Agency plan (MCP access)
- At least one social channel connected in the dashboard
- ChatGPT with MCP / connector support
Step 1 — Add the MCP server
In ChatGPT's connector settings, add:
https://app.storylayer.ai/api/mcp
ChatGPT discovers OAuth via WWW-Authenticate and walks through authorization automatically — no manual client ID setup.
Step 2 — Load instructions
Point your Custom GPT or system prompt at:
https://app.storylayer.ai/.well-known/gpt-instructions.md
This file summarizes auth, workflow, and anti-patterns (don't fabricate project IDs, use retry_story on failures).
Step 3 — Run the workflow
Ask ChatGPT to:
- Call whoami — confirm project and quota
- Call list_social_connections — verify Instagram is connected
- Call create_story with caption + media URL
- Call publish_story or schedule_story
For large images, use request_upload_url and shell/curl — ChatGPT's context window is not the place for 10 MB base64.
Discovery URLs
| Resource | URL | |---|---| | ARD catalog | https://app.storylayer.ai/.well-known/ai-catalog.json | | Agent quickstart | https://app.storylayer.ai/.well-known/agent-quickstart.md | | Status | https://storylayer.ai/agent-status |
Full docs: storylayer.ai/docs/mcp#chatgpt