4,500+ servers built on MCP Fusion
Vinkius
Clockwise logo
Vinkius
CrewAI logo

How to Use the Clockwise MCP in CrewAI

Deploy autonomous scheduling crews in Python using CrewAI and the Clockwise MCP integration.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Clockwise MCP on Cursor AI Code Editor MCP Client Clockwise MCP on Claude Desktop App MCP Integration Clockwise MCP on OpenAI Agents SDK MCP Compatible Clockwise MCP on Visual Studio Code MCP Extension Client Clockwise MCP on GitHub Copilot AI Agent MCP Integration Clockwise MCP on Google Gemini AI MCP Integration Clockwise MCP on Lovable AI Development MCP Client Clockwise MCP on Mistral AI Agents MCP Compatible Clockwise MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Clockwise MCP to CrewAI

Create your Vinkius account to connect Clockwise to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Audit organizational focus time autonomously

`get_focus_time` performs structural extraction of properties driving active deep work limits for your CrewAI researcher agent. You assign one agent to solely monitor calendar health across the engineering department. It continuously pulls these boundaries into shared memory. An analyst agent then takes over, running `get_time_insights` to resolve AI-nested focus analytics. The crew works sequentially to build a complete picture of developer productivity. No human manager needs to pull a single report.

Manage meeting conflicts with an MCP Server

`get_calendar_events` identifies bounded logical arrays managing top-level calendar blocks for your moderator agent. When a schedule conflict arises, the crew detects the overlap. It evaluates the priority of competing meetings automatically. The execution agent then fires `toggle_autopilot` to mutate explicit boundaries, shifting intelligent meeting moving on or off as needed. CrewAI handles the tool execution through its native HTTP transport wrapper. The crew resolves the collision before anyone notices.

Coordinate team availability dynamically

`get_team_availability` identifies explicit cloud calculations tracking absolute team free times. Your scheduling agent uses this to find the exact right moment for an all-hands sync. It reads the shared memory context to avoid pinging individuals. If someone's settings block the proposed time, the crew can trigger `get_preferences`. It retrieves the exact structural matching verifying explicit user settings. The agents adapt their booking strategy based on these hard constraints.

Setup guide

Set up Clockwise MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Clockwise tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Clockwise Analyst",
    goal="Access and analyze Clockwise data via MCP.",
    backstory="Expert analyst with direct Clockwise access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Clockwise transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Clockwise MCP in CrewAI

Install the framework with `pip install crewai "crewai[tools]"`. Pass your Vinkius endpoint directly into the `mcps` array on your Agent definition. The crew will automatically discover and load all ten scheduling tools.
Yes, an agent can use `update_preferences` to provision a highly-available override payload. You should assign this specific tool to an execution agent using `MCPServerHTTP` and a `tool_filter`. That keeps your researcher agents from making unauthorized changes.
When the first agent pulls meeting metadata histories via `get_meeting_analytics`, it stores the active arrays in shared memory. The next agent in the hierarchy reads that context instantly. They collaborate without needing to fetch the data twice.
The Python implementation supports stdio, SSE, and Streamable HTTP transports. Vinkius endpoints work perfectly with the HTTP transport for remote execution.
We run your MCP server in a strictly ephemeral V8 Isolate. When your Python crew fetches bounded logical arrays of calendar blocks, the sandbox executes and immediately terminates. Vinkius never inspects or logs your internal structural state mappings.

Start using the Clockwise MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Clockwise. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.