MCP & AI Agent Integration

Cats
automation.

17 AI agent actions for Cats — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Cats to book meetings, send reminders, and manage availability without manual coordination. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
17
actions
100%
governed
<200ms
latency
17
AI agent actions
8
Read operations
9
Write operations
2
High-risk actions (approval gated)
Scheduling Cats is a Scheduling integration — use it to automate appointments, meetings, and calendar management from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Cats.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Appointment
cats:get_appointment
Fetch a single appointment by ID with cat and owner details.
Read Low risk
Get Cat
cats:get_cat
Fetch a single cat record by ID with full details including owner and medical info.
Read Low risk
Get Medical Record
cats:get_medical_record
Fetch a single medical record by ID with full details and treatments.
Read Low risk
Get Owner
cats:get_owner
Fetch a single owner record by ID with their cats and contact information.
Read Low risk
List Appointments
cats:list_appointments
List appointments with optional filtering by cat, owner, date range, or status.
Read Low risk
List Cats
cats:list_cats
List cats with optional filtering by owner, breed, status, or search query.
Read Low risk
List Medical Records
cats:list_medical_records
List medical records with optional filtering by cat, date range, or visit type.
Read Low risk
List Owners
cats:list_owners
List owners with optional filtering by location, status, or search query.
Read Low risk
Cancel Appointment
cats:cancel_appointment
Cancel an existing appointment and optionally notify the owner.
Write High risk
Create Appointment
cats:create_appointment
Create a new appointment for a cat.
Write Medium risk
Create Cat
cats:create_cat
Create a new cat record with owner assignment.
Write Medium risk
Create Medical Record
cats:create_medical_record
Create a new medical record for a cat visit.
Write Medium risk
Create Owner
cats:create_owner
Create a new owner record with contact information.
Write Medium risk
Delete Cat
cats:delete_cat
Delete a cat record permanently. This action cannot be undone.
Write High risk
Update Appointment
cats:update_appointment
Update an existing appointment with new details or status.
Write Medium risk
Update Cat
cats:update_cat
Update an existing cat record with new information.
Write Medium risk
Update Owner
cats:update_owner
Update an existing owner record with new contact information.
Write Medium risk
MCP & Runtime API

Call Cats
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Cats actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

cats:get_appointment READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "cats:get_appointment",
    "args": {},
    "execution_id": "agent-001"
  }'
cats:cancel_appointment WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "cats:cancel_appointment",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Cats.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Cats data
Call cats:get_appointment via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Cats
Dry-run validates cats:cancel_appointment before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Booking or event created
Send confirmation
Sync to calendar
Trigger prep workflow
How it works

Every Cats action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Cats — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Cats action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Cats action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Cats works best
alongside these.

Build multi-step workflows that connect Cats to the rest of your stack. All governed. All audited.

Cats integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Cats in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →