Developer Tools
cannonstudio.app
Provides search and retrieval of Cannon Studio knowledge including products, workflows, pricing, and API documentation.
ENDPOINT 1
https://www.cannonstudio.app/mcp
MCP server metadata
- Name
- cannon-studio
- Version
- 1.1.0
Use this server to answer public Cannon Studio product, workflow, pricing, model availability, comparison, and developer API questions. Prefer search and fetch for citation-friendly answers. Do not ask for private workspace data through public tools.
Known tools 15
searchSearch public Cannon Studio knowledge when a user asks about products, workflows, pricing, models, comparisons, use cases, or developer API docs.
Inferred read-onlylist_capabilitiesList public Cannon Studio capabilities for an audience, workflow, or output type.
Inferred read-onlyrecommend_workflowRecommend a Cannon Studio workflow for a stated creative or developer goal.
Inferred read-onlycompare_alternativesCompare Cannon Studio's fit against named alternatives for a use case.
Inferred read-onlyget_pricing_contextExplain public Cannon Studio pricing, credits, plans, and usage tradeoffs.
Inferred read-onlyget_checkout_linkReturn the first-party Cannon Studio checkout or inquiry URL for a selected offering.
Inferred read-onlyget_model_availabilityList public Cannon Studio model availability by product surface.
Inferred read-onlylist_toolkitsList 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.
Inferred read-onlyget_api_operationReturn public docs for Cannon Studio developer API operations and payload shapes.
Inferred read-onlyapi_statusCheck authenticated Cannon Studio account/API connectivity before estimating or creating requests.
Inferred read-onlyestimate_generation_costEstimate credits for a Cannon Studio generation request before creating billable work.
Inferred read-onlycreate_generation_requestCreate billable async Cannon Studio generation work only after explicit user approval.
Potential side effectsget_generation_requestPoll and sync an existing Cannon Studio generation request by id.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cannon-studio]
url = "https://www.cannonstudio.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cannon-studio": {
"type": "http",
"url": "https://www.cannonstudio.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cannon-studio
Remote MCP URL: https://www.cannonstudio.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cannon-studio": {
"url": "https://www.cannonstudio.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cannon-studio": {
"type": "http",
"url": "https://www.cannonstudio.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cannon-studio",
"transport": "streamable-http",
"url": "https://www.cannonstudio.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cannonstudio.app was fetched 2026-07-26T07:21:35.741Z and is being refreshed.
cannonstudio.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.