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

How to Use the Guidebook MCP in CrewAI

Deploy a crew of specialized AI agents to manage your Guidebook schedules and attendee lists autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Guidebook MCP to CrewAI

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

Run Autonomous Event Crews with this MCP Server

Managing a large conference requires coordination across schedules, locations, and vendors. CrewAI lets you set up specialized agents that work together. One agent can monitor room availability using `list_locations`, while another updates the central schedule via `update_guide`. This multi-agent setup uses shared memory to keep everyone on the same page. If the location agent notices a conflict, it passes the data to the scheduling agent, which resolves it without human intervention.

Automate Exhibitor and Vendor Onboarding

Stop manually copy-pasting sponsor details into your guide. You can deploy an agent to parse incoming vendor emails, extract their booth info, and run `create_custom_list_item` to add them to the directory. Another agent can verify the entry using `list_custom_list_items`. This pipeline runs completely in the background. You get a clean, updated mobile app layout without spending hours editing custom lists one by one in a dashboard.

Monitor Attendee Engagement Live

Keep tabs on your conference crowd by running a dedicated monitoring crew. An analyst agent can query `list_attendees` to track registration numbers and check connectivity using `check_guidebook_status`. If the crew detects low engagement on specific tracks, they can query `list_events` to find underperforming sessions. The agents can then flag these sessions for promotion or suggest schedule adjustments to the event coordinator.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass the Vinkius server URL directly into the `mcps` parameter when defining your CrewAI agents. The framework automatically discovers and exposes tools like `list_guides` and `get_guide` to your crew.
Yes. You can assign one agent to fetch session details using `get_event` and another to update the schedule using `update_guide`. They share context and work sequentially to keep your guide accurate.
You can use the `MCPServerHTTP` class from CrewAI's MCP module and apply a `tool_filter`. This lets you restrict access, ensuring agents can only use `list_locations` and cannot modify guides.
Yes. Once the workflow is solid, switch the URL to your live Vinkius MCP Server endpoint.
Absolutely. Vinkius secures all API communication using single-token authentication. Your custom list profiles, location data from `list_locations`, and guide settings are transmitted via encrypted tunnels and never exposed to public LLM training sets.

Start using the Guidebook MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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