# Content Engine

AI content creation for autonomous agents. Generate video scripts, images, and videos from any topic via MCP tools — pay-per-use in USDC with x402 protocol. No API keys, no signup, no subscriptions.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add myAI_BDC/ce_mcp

# Browse available tools
npx -y smithery tool list myAI_BDC/ce_mcp

# Get full schema for a tool
npx -y smithery tool get myAI_BDC/ce_mcp get_pricing

# Call a tool
npx -y smithery tool call myAI_BDC/ce_mcp get_pricing '{}'
```

## Direct MCP Connection

Endpoint: `https://ce_mcp--myai_bdc.run.tools`

## Tools (9)

- `get_pricing` — Get live USDC pricing for all Content Engine operations (script generation, image creation, video production, publishin…
- `get_queue_status` — Check content creation queue: position, estimated wait time, active jobs, available slots, and daily budget remaining. …
- `get_content` — Get full details of a content item: script text, video URL, thumbnails, publishing status, platform links, and metadata…
- `get_content_status` — Lightweight status check optimized for polling. Returns current pipeline stage and completion state. Free to call — use…
- `create_script` — Generate an AI-written video script from any topic or prompt ($0.25 USDC). Returns a content_id UUID for tracking. Requ…
- `create_image` — Generate a high-quality image from a text prompt using Runway ML. Requires API key or x402 payment.
- `create_video` — Generate a full video from a content item that has a completed script ($0.45 USDC). Requires API key or x402 payment.
- `run_full_pipeline` — End-to-end content creation: generate a script and produce a video from a single topic ($0.65 USDC). Requires API key o…
- `publish_content` — Publish a completed video to social platforms — YouTube, X, TikTok, Instagram, LinkedIn ($0.18 USDC). Requires API key …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get myAI_BDC/ce_mcp <tool-name>
```
