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

How to Use the Clearstory MCP in CrewAI

Deploy autonomous agent crews to monitor Clearstory change orders using the Clearstory MCP Server and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Clearstory MCP to CrewAI

Create your Vinkius account to connect Clearstory 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

Assign CrewAI agents to construction oversight

Managing a massive job site requires constant vigilance from a dedicated researcher agent that runs `list_construction_projects` to map out active builds. This initial scout gathers the landscape and passes the raw IDs to specialized team members. That researcher passes the baton to a financial analyst agent. The analyst fires off `get_project_construction_details` and builds a daily briefing on budget variances without a human lifting a finger.

Audit T&M tags against contracts autonomously

Rogue labor entries destroy project margins until a compliance agent continuously pulls `list_tm_tags` from the field to match them against approved agreements. The crew acts as a tireless auditor that never misses a mismatched hour. When it needs verification, the agent calls `list_project_contracts`. If a tag lacks a matching contract, the moderator agent escalates the issue to the project manager immediately.

Track change orders with this MCP Server

Waiting for end-of-month reviews means you spot cost overruns too late, but your crew can execute `list_change_order_requests` every hour to catch pending CORs instantly. You get eyes on the financial requests the second they are filed. For high-value changes, the crew digs deeper. A specialized agent triggers `get_cor_details` and compares the requested amounts against `list_construction_rates` to ensure contractors aren't inflating equipment costs.

Setup guide

Set up Clearstory 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 Clearstory tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Clearstory 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 Clearstory MCP in CrewAI

Install the tools extension via `pip install crewai[tools]`. Then pass your Vinkius endpoint directly into the `mcps` array parameter when defining your agent.
Yes. The framework maintains shared memory across the crew. One agent can pull active sites using `list_construction_projects` and the next agent instantly knows which IDs to query.
Use the `MCPServerHTTP` class from `crewai.mcp`. It accepts a `tool_filter` parameter so you can limit a junior agent to only reading T&M tags while the senior agent handles contract details.
Set up a monitor agent with a sequential execution pattern. It will periodically check the notification feed and trigger response agents only when specific contractors complain.
Authentication requires only a single endpoint token that resolves securely. Your unapproved change orders and proprietary equipment rates pass through an isolated environment that leaves zero trace after the task completes.

Start using the Clearstory MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

No hosting. No infrastructure. No complex setup.
All 8 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.