SuperKreator for agents

Give your agent a creator OS

Every SuperKreator surface — bio, UPI store, AutoDM, publish, planner, AI, LIVE — spoken the way agents consume it: REST, hosted MCP, local stdio, and a Claude Skill. One scoped key. The same 27 operations.

Agent index: https://superkreator.com/llms.txt

Smithery badge — graphity/superkreator

Run it from wherever your agent lives

The same 27 operations, spoken four ways

These are real flows against the live API — not mockups of ambition.

Via Claude Code

One skill, then plain English in the terminal

$ curl -fsSL \
    https://superkreator.com/agents/skill.md \
    -o ~/.claude/skills/superkreator/SKILL.md
✓ Skill installed · MCP ready
› make a ₹499 reel pack and AutoDM anyone who comments LINK
✓ product drafted · AutoDM saved as draft

make a ₹499 reel pack and AutoDM anyone who comments LINK

Via ChatGPT

Point ChatGPT at the hosted MCP

Create a product called Night Notes, ₹299,
then show me today's orders
sk_create_product ✓   sk_list_orders ✓
Done. Draft is on the store. 4 paid orders, ₹1,196.

schedule tonight's reel and check yesterday's UPI sales

Via Cursor / OpenClaw

Always-on agents with a scoped key

Tonight's reel is queued to Instagram at 18:00.
Credits left: 214. Yesterday's AutoDM sent 38 DMs.

keep the channel posting and tell me if credits run low

Via Smithery

Install the hosted MCP from the registry

smithery mcp add graphity/superkreator
→ Authorization: Bearer sk_live_...
sk_whoami ✓   workspace ready
https://smithery.ai/servers/graphity/superkreator

connect SuperKreator and show whoami

Four ways to connect

Generated from one API definition

Whichever your agent speaks, it sees the same operations, scopes, and errors.

Claude Skill

Zero extra setup once the skill is on disk. Claude installs the workflow, then talks REST or MCP.

curl -fsSL https://superkreator.com/agents/skill.md \
  -o ~/.claude/skills/superkreator/SKILL.md
Download SKILL.md

Remote MCP

No install. Hosted tools always in sync with the API. ChatGPT, Claude, and Cursor speak this.

claude mcp add --transport http superkreator \
  https://superkreator.com/api/v1/mcp \
  --header "Authorization: Bearer sk_live_..."
MCP setup

Local MCP

The same tools over stdio for clients that cannot open HTTP. One Node script, one env var.

claude mcp add superkreator \
  --env SUPERKREATOR_API_KEY=sk_live_... \
  -- node mcp-stdio.js
Download stdio bridge

CLI + REST

Every endpoint as JSON. Agent-friendly errors, scoped keys, hourly rate limits.

SUPERKREATOR_API_KEY=sk_live_... node sk.js whoami
curl https://superkreator.com/api/v1/products \
  -H "Authorization: Bearer sk_live_..."
OpenAPI spec

What an agent can actually do

Not a chatbot wrapper. The real workspace.

Create products from a sentence

Name, rupee price, type, delivery or booking URL. Draft by default so a human can check the link.

Stand up comment → DM funnels

Keywords, message, product button. Automations start as drafts unless you explicitly activate them.

Write captions with AI credits

publish_captions, product_copy, autodm, campaign_pack. One credit per generate. Check the ledger first.

Schedule from media you already uploaded

Agents pick a mediaId and a connected Instagram or YouTube account. Byte uploads stay in the dashboard.

Read the till

Orders, customers, visits, AutoDM funnels, and remaining AI credits — so an agent can report before it spends.

Keep the week on the planner

Ideas, reminders, events, and planned posts with due dates. Distinct from real publish jobs.

Operations

27 tools, one catalog

REST path, MCP tool name, and required scope — kept in lockstep.

sk_whoami

GET /me

Identify the workspace and key · read

sk_get_credits

GET /credits

AI credit balance · read

sk_get_profile

GET /profile

Read link-in-bio profile · read

sk_update_profile

PATCH /profile

Update bio or publish flags · write

sk_list_products

GET /products

List products · read

sk_get_product

GET /products/{id}

Get one product · read

sk_create_product

POST /products

Create a product · write

sk_update_product

PATCH /products/{id}

Update a product · write

sk_set_product_status

POST /products/{id}/status

Set product status · write

sk_list_orders

GET /orders

List orders · read

sk_list_customers

GET /customers

List customers · read

sk_list_planner

GET /planner

List planner items · read

sk_save_planner

POST /planner

Create or update a planner item · write

sk_set_planner_status

POST /planner/{id}/status

Set planner item status · write

sk_list_autodm

GET /autodm

List AutoDM automations · read

sk_save_autodm

POST /autodm

Create or update an AutoDM · write

sk_set_autodm_status

POST /autodm/{id}/status

Pause or activate AutoDM · write

sk_list_accounts

GET /accounts

List connected social accounts · read

sk_list_posts

GET /posts

List scheduled and published posts · read

sk_create_post

POST /posts

Publish or schedule a post · publish

sk_cancel_post

DELETE /posts/{id}

Cancel a scheduled post · publish

sk_list_media

GET /media

List media library · read

sk_get_analytics

GET /analytics

Workspace analytics · read

sk_generate

POST /ai/generate

Generate copy with AI credits · ai

sk_list_live

GET /live

List YouTube LIVE slots · read

sk_list_links

GET /links

List bio links · read

sk_save_link

POST /links

Create or update a bio link · write

Built to be trusted with a key

Scoped, revocable, rate limited

  • Keys are hashed at rest and shown once.
  • Scopes: read, write, publish, ai — revoke in one click.
  • Posting only hits accounts your team already connected.
  • AI credits and the Free product cap still apply.
  • Hourly rate limits: Free 60 · Creator 300 · Live 1,200.
  • Username changes and LIVE start stay in the dashboard.