CORA
Developer ProtocolAdvanced Level

The Model Context Protocol (MCP) Guide for Creative Agencies: Connecting IDEs to Your Studio CRM

A technical guide to configuring Cora’s Model Context Protocol (MCP) JSON-RPC 2.0 gateway with Cursor, Claude Desktop, and Windsurf.

C
Developer Platform Team
Protocols & APIs Lead
6 min read
Published 2026-08-30
Editor's abstract
  • 01Model Context Protocol (MCP) is the open standard for connecting LLMs to business databases.
  • 02Cora acts as a native MCP server exposing tools for CRM queries, invoice creation, and call sheet dispatch.
  • 03Query shoot calendars and client data directly inside Cursor, Windsurf, or Claude Desktop.
  • 04Protected by bearer token authentication and agency-scoped permission boundaries.

The Model Context Protocol (MCP), open-sourced by Anthropic, allows external AI coding environments and desktop assistants to interact seamlessly with your private studio data.


1. What is Model Context Protocol (MCP)?

Instead of copying and pasting client inquiries or invoice numbers into AI chat windows, MCP provides a standardized JSON-RPC 2.0 interface. External models can query your shoot schedules, check gear availability, and create invoices autonomously.


2. Configuring Claude Desktop & Cursor

Add the following configuration to your claude_desktop_config.json:

json
{
  "mcpServers": {
    "cora-studio": {
      "command": "npx",
      "args": ["-y", "@heycora/mcp-server"],
      "env": {
        "CORA_WORKSPACE_URL": "https://app.heycora.in",
        "CORA_API_TOKEN": "YOUR_WORKSPACE_BEARER_TOKEN"
      }
    }
  }
}

3. Exposed Studio MCP Tools Registry

  • cora_query_leads: Searches active CRM deals and stage milestones.
  • cora_create_invoice: Generates compliant 18% GST tax invoice PDFs.
  • cora_check_gear_availability: Queries the studio inventory for camera body/lens conflicts.
  • cora_dispatch_call_sheet: Dispatches WhatsApp call sheets to assigned crew members.

Frequently Asked Questions

Is my studio data exposed to third-party AI training sets?

No. All MCP requests are executed over private HTTPS/WSS tunnels with zero data retention for external model training.

CORA STUDIO OS

Connect your website and client workflow.

Bring enquiries, documents, billing, and daily client operations into one workspace.

Get started for Free

Related Educational Guides & Resources