app.cannonstudio/cannon-studio
Official15 toolsCannon Studio
Public Cannon Studio MCP for product, pricing, workflow, model, and API answers.
Access Cannon Studio product, pricing, workflow, model, and API information.
Captured live from the server via tools/list.
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 charges; call fetch with a returned id when full source-backed text is needed.
Parameters (5)
- querystringrequired
Natural-language query to search Cannon Studio public knowledge.
- audiencestring
Optional audience/persona filter such as creators, agencies, marketing teams, or developers.
- categorystring
Optional category filter such as pricing, developer, comparison, model_availability, use_case, tools, or creator_flow.
- pain_pointstring
Optional pain point filter such as consistent characters, cost predictability, team review, model choice, or finishing.
- limitinteger
Maximum number of results. Defaults to 8 and caps at 20.
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.
Parameters (1)
- idstringrequired
Record id returned by the search tool.
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.
Parameters (3)
- audiencestring
Optional persona or buyer filter, such as creators, agencies, marketing teams, filmmakers, developers, or teams.
- workflowstring
Optional workflow filter, such as UGC ads, Creator Flow, World Generator, API automation, 3D generation, audio, or post-production.
- output_typestring
Optional desired output format, such as image, video, 3D model, 3D location, narration, music, subtitles, or lip sync.
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.
Parameters (5)
- goalstringrequired
User's desired outcome or problem to solve, such as producing UGC ads, planning a short film, generating 3D assets, or automating API media generation.
- audiencestring
Optional user or organization type, such as solo creator, agency, brand team, developer, filmmaker, or enterprise team.
- output_typestring
Optional final output target, such as image, video, ad, trailer, 3D model, 3D location, audio, subtitles, or API integration.
- team_sizestring
Optional team context, such as solo, small team, agency team, or enterprise team; used to bias collaboration and review recommendations.
- budget_sensitivitystring
Optional cost posture, such as low, medium, high, cost-sensitive, or speed-prioritized; used to frame pricing and iteration tradeoffs.
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 competitor claims.
Parameters (2)
- use_casestringrequired
Specific job-to-be-done for the comparison, such as UGC ads, AI filmmaking, image generation, 3D workflows, team review, or API media generation.
- alternativesarray
Optional competitor/tool names the user mentioned, such as Runway, LTX Studio, Pika, Midjourney, Higgsfield, or a generic point generator.
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 available purchase paths.
Parameters (3)
- use_casestring
Optional workload or scenario to price, such as UGC ads, AI video, 3D generation, narration, team workflows, or developer API automation.
- media_typestring
Optional media category, such as image, video, 3D, audio, narration, subtitles, lip sync, or post-production.
- planstring
Optional plan or tier name the user mentioned, such as free, hobbyist, creator, pro, team, or enterprise.
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 sessions or granting credits.
Parameters (3)
- kindstring
Optional offering kind filter: free, subscription, credit_pack, or team.
- intervalstring
Optional subscription interval filter: month or year.
- include_checkout_linksboolean
Set false to omit checkout URLs from the response.
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.
Parameters (1)
- product_keystringrequired
Offering id returned by list_offerings, such as subscription:creator:month or credits:2500.
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 eligibility or remaining credits.
Parameters (1)
- surfacestring
Optional surface filter, such as image tools, video tools, Creator Flow, World Generator, image-api, video-api, or three-d-api.
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 routed through Director Mode. Public read-only: no auth, no state changes, no charges.
Parameters (4)
- media_typestring
Optional media filter such as image, video, audio, subtitles, model3d, script, or timeline.
- familystring
Optional toolkit family filter such as image, video, audio, subtitles, editing, motion, composer, script, or 3d.
- actionstring
Optional action filter such as generate, edit, upscale, trim, stitch, lip_sync, transcribe, or delivery.
- project_context_onlyboolean
Set true to return only toolkit surfaces that can operate from selected project or Director Mode asset context.
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_request when operation/input fields are unclear.
Parameters (1)
- operationstring
Optional operation id such as image.generate, video.generate, three_d.model.generate, three_d.location.generate, narration.generate, or subtitles.generate.
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 credits, enqueue jobs, change assets, or expose secrets.
No parameters.
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 jobs, or change assets. Use get_api_operation first if operation or input fields are unclear, then pass the same operation/input pair to create_generation_request after user approval.
Parameters (2)
- operationstringrequired
Cannon Studio developer API operation id to price. Use get_api_operation first if unsure. Examples: image.generate, video.generate, three_d.model.generate, three_d.location.generate, music.generate, narration.generate, subtitles.generate.
- inputobjectrequired
Operation-specific request payload to estimate. Use the exact shape documented by get_api_operation for the selected operation, for example image.generate expects fields like prompt/model/aspect_ratio, video.generate expects prompt/model/duration/aspect_ratio, and three_d.location.generate expects description with optional source_image_urls and angle_context.
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 after submission. Use estimate_generation_cost first, then set confirmed=true and a user-approved max_credits cap. This tool does not create API keys, charge payment methods directly, or delete assets.
Parameters (6)
- operationstringrequired
Cannon Studio developer API operation id to run. Use get_api_operation first if unsure. Examples: image.generate, video.generate, three_d.model.generate, three_d.location.generate, music.generate, narration.generate, subtitles.generate.
- inputobjectrequired
Operation-specific request payload. Use the exact shape documented by get_api_operation for the selected operation; this is the billable payload that will be submitted if confirmed and within max_credits.
- webhook_urlstring
Optional HTTPS URL that Cannon Studio calls when the request reaches a terminal succeeded or failed state. Omit when polling with get_generation_request.
- idempotency_keystring
Optional stable retry key for the same operation and payload. Reuse it when retrying after a network/client error; do not generate a new key for the same intended request.
- confirmedboolean
Must be true only after the user explicitly approves this billable generation request, including operation, payload, and max_credits. Missing or false returns a confirmation error and creates no job.
- max_creditsnumber
Highest credit spend the user explicitly approved for this request. The tool rejects the request when the current estimate is greater than this cap.
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, and deliver one pending terminal webhook. It does not create work, spend credits, cancel jobs, delete data, or change assets. Poll sparingly using poll_after_ms or 10-30 second intervals.
Parameters (2)
- request_idstringrequired
Cannon Studio request id returned by create_generation_request or POST /api/v1/requests. This is not a provider task id.
- include_logsboolean
Set true only when the user explicitly asks to inspect retained request logs for this request.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"cannon-studio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.cannonstudio.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.