Agents, MCP & API
Let Claude, ChatGPT, Cursor, or any MCP client operate your SuperKreator workspace with a scoped key.
Where
- Marketing: Agents
- Keys: Avatar → Settings → Agents
- Agent index: /llms.txt
- OpenAPI: /api/v1/openapi.json
- Hosted MCP:
/api/v1/mcp
Create a key
- Open Settings → Agents.
- Name the key (Claude, ChatGPT, CI…).
- Pick scopes: read, write, publish, ai.
- Copy the token immediately. SuperKreator stores only a hash.
- Revoke in one click if a machine leaks.
Hourly limits: Free 60 · Creator 300 · Live 1,200. Plan caps (products, AI credits, AutoDM) still apply.
Claude
curl -fsSL https://superkreator.com/agents/skill.md \
-o ~/.claude/skills/superkreator/SKILL.md
claude mcp add --transport http superkreator \
https://superkreator.com/api/v1/mcp \
--header "Authorization: Bearer sk_live_..."
Then: “create a ₹499 reel pack and AutoDM anyone who comments LINK”.
ChatGPT
- Custom GPT Actions → import
https://superkreator.com/api/v1/openapi.json→ Authentication = API key, headerAuthorization, Bearer. - Or add a MCP connector pointed at
https://superkreator.com/api/v1/mcpwith the same key.
Local MCP / CLI
curl -fsSL https://superkreator.com/agents/mcp-stdio.js -o mcp-stdio.js
claude mcp add superkreator \
--env SUPERKREATOR_API_KEY=sk_live_... \
-- node mcp-stdio.js
SUPERKREATOR_API_KEY=sk_live_... node sk.js whoami
Repo copies live in tools/mcp-stdio.mjs and tools/sk.mjs.
What agents can do
| Area | Examples |
|---|---|
| Profile | Read/update bio, publish flags, bio links |
| Store | List/create/update products (price in rupees) |
| Sell | List orders and customers |
| AutoDM | Create or pause comment → DM automations |
| Publish | Schedule from media already in the library |
| Planner | Ideas, reminders, events |
| AI | publish_captions, product_copy, campaign_pack, … (1 credit) |
| Insights | Analytics + AI credit balance |
| LIVE | Read 24×7 slots (cannot start a stream) |
What stays in the dashboard
- Username changes
- File uploads (product files, publish media, LIVE videos)
- OAuth connect / disconnect
- Starting or stopping YouTube LIVE
- Billing, refunds, team invites
Tips
- Create products as drafts until a human checks the delivery URL.
- AutoDM should stay DRAFT until Instagram is connected and the DM copy is reviewed.
priceInrin the API is rupees (499 = ₹499). Fields named*Paiseare the raw integer.- Prefer MCP tools (
sk_*) when the client supports them; fall back to REST.
Next steps
AI Assistant · Settings · Products · AutoDM · Publish