Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Cannon Studio

app.cannonstudio/cannon-studio

Public Cannon Studio MCP for product, pricing, workflow, model, and API answers.

Uptime
3.4%
29 probes
Response
1878ms
last probe
Tools
15
callable

Tools · 15

search

Search public Cannon Studio knowledge when a user asks about products, workflows, pricing, models, comparisons, use cases, or developer API docs. Public read-only: no auth, no state changes, no charge…

fetch

Fetch one public Cannon Studio knowledge record by id after search. Public read-only: no auth, no state changes, no charges; use search first when you do not already have a record id.

list_capabilities

List public Cannon Studio capabilities for an audience, workflow, or output type. Public read-only: no auth, no state changes, no charges; use search or fetch when the user needs deeper source text.

recommend_workflow

Recommend a Cannon Studio workflow for a stated creative or developer goal. Public read-only: no auth, no state changes, no charges; use this for planning, not to create generation jobs.

compare_alternatives

Compare Cannon Studio's fit against named alternatives for a use case. Public read-only: no auth, no state changes, no charges; it returns approved positioning and cautions agents not to invent compet…

get_pricing_context

Explain public Cannon Studio pricing, credits, plans, and usage tradeoffs. Public read-only: no auth, no state changes, no charges; use list_offerings or get_checkout_link only when the user asks for …

list_offerings

List public Cannon Studio plans, credit packs, and team offerings. Public read-only: no auth, no state changes, no charges; returns first-party checkout or inquiry URLs without creating Stripe session…

get_checkout_link

Return the first-party Cannon Studio checkout or inquiry URL for a selected offering. Public read-only: no auth, no state changes, no charges; use list_offerings first to get a valid product_key.

get_model_availability

List public Cannon Studio model availability by product surface. Public read-only: no auth, no state changes, no charges; model availability is surface-specific and does not guarantee account eligibil…

list_toolkits

List first-party Cannon Studio image, video, audio, subtitle, editing, Composer, and 3D toolkit surfaces, including which ones are developer-API operations and which should be opened in the app or rou…

get_api_operation

Return public docs for Cannon Studio developer API operations and payload shapes. Public read-only: no auth, no state changes, no charges; use this before estimate_generation_cost or create_generation…

api_status

Check authenticated Cannon Studio account/API connectivity before estimating or creating requests. Requires OAuth or a developer API key; may update key/token usage metadata, but does not spend credit…

estimate_generation_cost

Estimate credits for a Cannon Studio generation request before creating billable work. Requires OAuth or a developer API key; it may update key/token usage metadata but does not spend credits, enqueue…

create_generation_request

Create billable async Cannon Studio generation work only after explicit user approval. Requires OAuth or a developer API key; can spend credits up to max_credits and cannot be cancelled through MCP af…

get_generation_request

Poll and sync an existing Cannon Studio generation request by id. Requires OAuth or a developer API key; not a pure read because it may update lastPolledAt, sync downstream task state, update logs, an…

Similar MCP servers embedding-nearest

Cannon Studio
Public product, pricing, workflow, and API reference for the Cannon Studio AI video production platform.
0 tools
cannon studio
Metadata-only Glama MCP connector.
0 tools · http
OpenUI MCP Studio
Local stdio MCP for UI briefs to React + shadcn with review, proof, and ship.
0 tools
YouTube Studio MCP
Hosted MCP for YouTube Studio: uploads, metadata, playlists, comments, analytics, captions.
0 tools · streamable-http
imagin-studio-api-docs-mcp
Local MCP server for IMAGIN.studio documentation search
0 tools
canva-mcp
MCP server for Canva Connect API - design creation, templates, assets, exports
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cannon_studio": {
      "url": "https://www.cannonstudio.app/mcp",
      "transport": "streamable-http"
    }
  }
}