Agents, MCP & API

Let Claude, ChatGPT, Cursor, or any MCP client operate your SuperKreator workspace with a scoped key.

Where

Create a key

  1. Open Settings → Agents.
  2. Name the key (Claude, ChatGPT, CI…).
  3. Pick scopes: read, write, publish, ai.
  4. Copy the token immediately. SuperKreator stores only a hash.
  5. 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

  1. Custom GPT Actions → import https://superkreator.com/api/v1/openapi.json → Authentication = API key, header Authorization, Bearer.
  2. Or add a MCP connector pointed at https://superkreator.com/api/v1/mcp with 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

AreaExamples
ProfileRead/update bio, publish flags, bio links
StoreList/create/update products (price in rupees)
SellList orders and customers
AutoDMCreate or pause comment → DM automations
PublishSchedule from media already in the library
PlannerIdeas, reminders, events
AIpublish_captions, product_copy, campaign_pack, … (1 credit)
InsightsAnalytics + AI credit balance
LIVERead 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.
  • priceInr in the API is rupees (499 = ₹499). Fields named *Paise are the raw integer.
  • Prefer MCP tools (sk_*) when the client supports them; fall back to REST.

Next steps

AI Assistant · Settings · Products · AutoDM · Publish