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

How to Use the Indy MCP in CrewAI

Deploy specialized agent crews to manage forms, track submissions, and handle client communication autonomously with Indy and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Indy MCP to CrewAI

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

Deploy a Multi-Agent Onboarding Crew with Indy MCP Server

The `create_form` and `get_form` tools enable your specialized agents to design and audit client touchpoints. In a CrewAI setup, you can assign an Intake Agent to build onboarding forms while a Quality Agent uses `get_form` to inspect the questions for clarity. You don't have to manually check every layout. This collaborative setup ensures your freelance business presents polished forms to prospects. Because this Indy MCP Server integrates directly with CrewAI's shared memory, agents remember previous form layouts and continuously refine their designs.

Autonomous Submission Analysis and Routing

The `list_records` and `get_record` tools provide your agent team with a direct feed of incoming client submissions. A Researcher Agent can pull new submissions, while an Analyst Agent processes the specific details of each lead. The crew then collaborates to match the prospect's needs with your team's availability using `list_users`. This entire triage process happens autonomously, freeing you from manual lead sorting.

Manage Live Webhook Feeds for Team Alerts

The `create_webhook` and `list_webhooks` tools let your crew establish direct alert channels for new business events. A Coordinator Agent can monitor your active webhooks and set up new listeners whenever a new client campaign kicks off. If an endpoint goes offline, a Monitor Agent detects the failure and uses `delete_webhook` to clean up the broken route before spawning a replacement. This keeps your communication channels clear and active.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass the Vinkius server URL in the `mcps` list when defining your CrewAI agents. This gives both your Intake Agent and Triage Agent access to tools like `create_form` and `list_records`.
Yes, if you grant access to the `delete_form` tool. You can use CrewAI's tool filtering to limit this capability to a specific manager agent, preventing lower-level agents from accidentally removing active questionnaires.
One agent can run `list_records` to gather raw submissions, pass the resulting data to a writer agent to draft a proposal, and have a third agent check team availability via `get_user`.
CrewAI supports stdio, SSE, and Streamable HTTP. For most managed environments, connecting via the HTTP MCP transport hosted on Vinkius is the easiest way to expose tools like `get_account_info` to your crew.
Your database records fetched via `get_record` and user lists from `list_users` are processed locally within your CrewAI environment or secure Vinkius sandboxes. No external parties can access your client profiles or platform account info.

Start using the Indy 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 Indy. 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.