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

How to Use the Giddyup MCP in CrewAI

Deploy autonomous dispatch teams. Connect Giddyup to CrewAI and let specialized agents run your field operations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Giddyup MCP to CrewAI

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

Autonomous field service management

You do not need a single agent trying to do everything. CrewAI lets you build a specialized dispatcher agent that constantly polls `list_jobs` for new emergency tickets. It hands the data to a routing agent. The routing agent pulls technician locations using `list_users`. It calculates the optimal path, then tells the dispatcher to execute `update_job`. They work together in the background without human intervention.

Turn leads into scheduled work

Set up a sales agent that monitors your CRM. It checks `list_leads` every morning. When it finds a hot prospect, it pulls the full history with `get_lead` and writes a summary. A manager agent reviews the summary. If the project looks profitable, it approves the transition and calls `create_job` to put it on the schedule. This MCP Server gives your crew direct access to your operational database.

CrewAI agents as system monitors

You can assign a dedicated watchdog agent to keep an eye on your infrastructure. It runs `check_giddyup_status` at regular intervals to ensure the mobile API is responding. Meanwhile, an accounting agent scans `list_invoices` for unpaid balances. If a customer has an overdue bill, the agent can block the dispatcher from scheduling new work for them.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Install `crewai[tools]`. Add your Vinkius endpoint URL directly to the `mcps` array in your Agent definition. The framework automatically discovers all available endpoints.
Yes. Import `MCPServerHTTP` from `crewai.mcp` and use the `tool_filter` parameter. You can give one agent access to `list_invoices` while restricting another strictly to `list_jobs`.
Agents share memory. The dispatcher pulls records via `get_job` and writes the details to the crew's context. The routing agent reads that context and decides when to fire updates.
It does. You can appoint a manager agent that delegates research tasks to subordinates. The manager reviews the collected customer data before authorizing any write operations.
The tools access sensitive contact info via `get_lead`. Vinkius processes these requests in a secure, ephemeral V8 sandbox. Once the API call finishes, the sandbox is destroyed, leaving zero trace.

Start using the Giddyup MCP today

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

Built & Managed by Vinkius 30s setup 13 tools

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

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