For agents
Set up in 5 minutesNo credit card required

CuteDyno for every agent runtime

One API key powers hosted MCP, stdio MCP, the cutedyno CLI, and @cutedyno/node. Same tools, same auth, same guardrails.

Four equal surfaces

Hosted MCP

Point Cursor or Claude at https://api.cutedyno.com/mcp with a Bearer API key. No npm install.

{
  "mcpServers": {
    "cutedyno": {
      "url": "https://api.cutedyno.com/mcp",
      "headers": {
        "Authorization": "Bearer cdyn_live_..."
      }
    }
  }
}

JSON CLI

Resource commands with JSON stdout for scripts and jq pipelines.

npm install -g cutedyno
export CUTEDYNO_API_KEY=cdyn_live_...
cutedyno accounts:list | jq .
cutedyno posts:create --json ./post.json

Stdio MCP

Local MCP when your agent runtime can spawn a process.

npx -y cutedyno mcp
# or: cutedyno mcp

Skills repo

Install the CuteDyno skill for workflow guardrails.

npx skills add cutedyno/cutedyno-agent

Get started

Create an API key in the dashboard, pick hosted MCP for cloud agents or the CLI for shell workflows, then install the skill so your agent uploads media before posting and checks policy first.