MCPMCP

MCP setup, tools and safety

Configure the stdio server once, discover capabilities, plan for free and confirm paid execution explicitly.

API / MCP maturity

The public documentation is shareable, but API and MCP capability availability is governed by the live product manifest and account access. Foundation or experimental operations are not stability promises.

ToolAuthorityPurposeAutomatic retry
myeq.capabilities.searchreadDiscover production capabilities429 / 502 / 503
myeq.production.planplanCompile a free, inspectable plannever
myeq.production.preflightreadValidate readiness and estimated cost429 / 502 / 503
myeq.storyboard.applymutateApply an approved Storyboardnever
myeq.production.execute_stepspendExecute one confirmed plan stepnever
myeq.production.executespendStart confirmed durable productionnever
myeq.job.statusreadRead durable job progress429 / 502 / 503
myeq.production.ledgerreadRead the owner-scoped execution ledger429 / 502 / 503
myeq.production.verticalsreadList production recipes429 / 502 / 503

Generic stdio configuration

Build the MCP package, provide MYEQ_API_KEY and MYEQ_BASE_URL, then point your MCP host at the stable server entrypoint. Client-specific screens may differ.

{
  "mcpServers": {
    "myeq": {
      "command": "node",
      "args": ["/absolute/path/to/myeq-full/mcp/dist/server.js"],
      "env": {
        "MYEQ_API_KEY": "your-key",
        "MYEQ_BASE_URL": "https://myeq.pro"
      }
    }
  }
}

Start with discovery and planning

Search capabilities before assuming a feature. Create an inspectable plan, preflight it, then apply Storyboard or execute only after the user has authorized the mutation or spend.

{
  "projectId": "project-123",
  "instruction": "Create a 60-second vertical trailer",
  "vertical": "ai_film",
  "sourceLanguage": "en",
  "responseLanguage": "es",
  "dialogueLanguage": "es",
  "visualPromptLanguage": "en"
}

Resume by job identity

Long-running execution returns a durable job identifier. Reconnect later and read job status; do not depend on the chat, editor or terminal process remaining alive.

Workspace · Project · Asset · Entity · Storyboard · Plan · JobGenerated ≠ Certified