AI & DEVELOPERS

Prime Calendar for agents and technical workflows

Connect calendar data to the tools you build. Primecal MCP gives agents and developers scoped access, managed keys, and generated configuration so integrations start from a working baseline.

How Prime Calendar connects to your stack

Primecal MCP exposes calendar workflows through a documented interface. Agents and tools connect with scoped permissions — no read-everything access, no manual configuration from scratch.

MCP

Primecal MCP

Model Context Protocol integration for AI agents. Connect with scoped permissions and generated configuration that covers the connection details from the start.

API

REST API

Open API documentation for direct integration. Build custom workflows on top of calendar events, booking, and automation endpoints.

HOOKS

Webhooks

Connect schedule changes to downstream systems. Webhook-ready automation for event-driven workflows and external tool triggers.

Designed for agentic calendar access

Primecal MCP implements the Model Context Protocol so AI agents can read and write calendar events through a controlled interface. Each connection scopes what the agent can see and do — no blanket access.

  • Scoped permissions — agents only see what they need
  • Managed keys for reviewable, rotatable access
  • Generated MCP configuration — start from a working baseline
  • Companion API documentation for deeper integration

Sample MCP configuration

{
  "mcpServers": {
    "primecal": {
      "command": "npx",
      "args": ["primecal-mcp", "connect"],
      "env": {
        "PRIMECAL_BASE_URL": "https://app.primecal.eu",
        "PRIMECAL_API_KEY": "pc_live_scoped_key"
      }
    }
  }
}
Read Primecal MCP setup docs

Built-in permission controls

Every integration starts with a scope you define. Managed keys keep connections reviewable and easy to rotate. Nothing connects with blanket access.

Scoped permissions

Choose the exact resources and actions an agent or connected tool can reach before issuing access.

Managed keys

Create and rotate managed keys so connected workflows stay reviewable without rebuilding credentials from scratch.

Generated configuration

Start from generated Primecal MCP configuration instead of rebuilding the connection details by hand.

Connect your first agent workflow

Start with the free plan, explore the MCP configuration, and move into managed keys and scoped access when the integration needs more control.