MCP & AI Agent Integration

Connecteam
automation.

16 AI agent actions for Connecteam — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Connecteam to send alerts, post updates, and coordinate team actions based on triggers. 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
16
actions
100%
governed
<200ms
latency
16
AI agent actions
8
Read operations
8
Write operations
1
High-risk actions (approval gated)
Communication Connecteam is a Communication integration — use it to automate messaging, notifications, and team collaboration from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Connecteam.

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 Schedule
connecteam:get_schedule
Fetch a single schedule entry by ID with shift details.
Read Low risk
Get Team
connecteam:get_team
Fetch a single team by ID with member information.
Read Low risk
Get Time Entry
connecteam:get_time_entry
Fetch a single time entry by ID with clock in/out details.
Read Low risk
Get User
connecteam:get_user
Fetch a single user by ID with their profile information and team assignments.
Read Low risk
List Schedules
connecteam:list_schedules
List schedules with optional filtering by user, date range, and status.
Read Low risk
List Teams
connecteam:list_teams
List all teams in the organization.
Read Low risk
List Time Entries
connecteam:list_time_entries
List time entries with optional filtering by user, date range, and project.
Read Low risk
List Users
connecteam:list_users
List users with optional filtering by team and status.
Read Low risk
Clock In
connecteam:clock_in
Clock in a user to start tracking time.
Write Medium risk
Clock Out
connecteam:clock_out
Clock out a user to stop tracking time.
Write Medium risk
Create Schedule
connecteam:create_schedule
Create a new schedule entry for a user.
Write Medium risk
Create Team
connecteam:create_team
Create a new team in Connecteam with initial members.
Write Medium risk
Create User
connecteam:create_user
Create a new user in Connecteam with team assignments.
Write Medium risk
Delete User
connecteam:delete_user
Delete a user from Connecteam. This action cannot be undone.
Write High risk
Send Message
connecteam:send_message
Send a message to one or more users in Connecteam.
Write Medium risk
Update User
connecteam:update_user
Update an existing user's information and team assignments.
Write Medium risk
MCP & Runtime API

Call Connecteam
from any AI agent.

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

connecteam:get_schedule READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "connecteam:get_schedule",
    "args": {},
    "execution_id": "agent-001"
  }'
connecteam:clock_in 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": "connecteam:clock_in",
    "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 Connecteam.

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 Connecteam data
Call connecteam:get_schedule 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 Connecteam
Dry-run validates connecteam:clock_in before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Message or alert triggered
Route to right channel
Notify relevant team
Log to audit trail
How it works

Every Connecteam action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Connecteam — 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 Connecteam action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Connecteam action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Connecteam works best
alongside these.

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

Connecteam integration

Start free.
No credit card required.

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

Start free — 1,000 runs Browse all integrations →