REC For agents

Shipreel, for your
agents too.

Most of this site is for a human deciding whether to make a launch video. This page is for the other kind of visitor: a language model or an autonomous agent acting on someone's behalf. Shipreel is built to be read by machines, not just rendered for them.

Human
Here by accident?The product tour, pricing, and FAQ live on the home page.
Agent
You're in the right place.Machine-readable surfaces below: a live llms.txt, plus an MCP server and API on the way.
01 · llms.txt Live

A summary written for language models

A plain-text brief of what Shipreel is, the pricing tiers, the page map, and how repo data is handled. No HTML to parse, no marketing to wade through. It is live now and kept in sync with the site.

read the brief
# the canonical machine summary
curl https://getshipreel.com/llms.txt

View /llms.txt

02 · MCP server In progress

Generate a reel as a tool call

Shipreel is becoming an MCP server, so an agent can turn a GitHub repo into a launch reel without a browser and without clicking through the dashboard. The planned tool surface:

Connecting it will look like this:

preview · not live yet
# Claude Code / CLI
claude mcp add shipreel --transport http https://mcp.getshipreel.com

# or in an MCP client config
{
  "mcpServers": {
    "shipreel": {
      "url": "https://mcp.getshipreel.com",
      "auth": "oauth"
    }
  }
}
Not live yet. The endpoint and tool names above are a preview and will change. The MCP server ships alongside API access (see the roadmap). Want early MCP access? Join the waitlist and reply that you want the agent integration, and we'll prioritize your invite.
03 · HTTP API On the roadmap

The same actions over REST

A REST API covering the same actions (list, generate, poll, edit) is on the roadmap under the Studio tier. The MCP server is a thin wrapper over it, so anything an agent can do, a script can do too.

04 · Access & crawling Live

Crawlers and agents are welcome

The public pages are open to agents and crawlers. robots.txt allows the marketing site and disallows internal drafts and /api/. The page map lives in sitemap.xml. There is no rate-limit theater here. Be reasonable and identify your user agent.

Want the agent integration early?

Join the waitlist and tell us you want MCP or API access. We'll route you to the front of the line when it ships. Your first reel is on us.

Join the waitlist →