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

How to Use the Daftra MCP in CrewAI

Deploy autonomous agent crews to run your Daftra ERP. Set up a team to monitor finances, manage clients, and act on its findings without you.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Daftra MCP to CrewAI

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

Assemble an Autonomous Accounts Receivable Crew

Build an autonomous crew to chase down late payments. One agent, the 'Auditor,' can run `list_invoices` on a schedule to find overdue accounts. It passes the list to a second agent, the 'Investigator,' which uses `get_client_details` to check each client's payment history and status. This is how you automate an entire department's function. The crew works together, sharing information through their shared memory to complete a complex task that a single agent couldn't handle alone.

Deploy an Inventory and Sales Analysis Team

Put a crew in charge of your inventory and sales analysis. An 'Inventory Clerk' agent can use `list_inventory_products` to monitor your catalog. A 'Sales Analyst' agent can then take that product list and use `list_invoices` to find sales trends for specific items. Because CrewAI agents can operate sequentially, the Analyst can wait for the Clerk to finish its work before starting its own. This creates a powerful, automated reporting pipeline for your Daftra data.

Reconcile Data with a CrewAI MCP Server

Use a dedicated CrewAI team with this MCP Server to keep your client data in sync across different systems. For example, a 'Finder' agent can use `search_clients_by_name` in Daftra while another agent checks a separate database. A 'Validator' agent then compares the two records. Based on its findings, it can delegate the task of adding a missing record to an 'Onboarder' agent, which has access to the `create_client` tool. It's a fully autonomous data-hygiene crew.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

When you define an Agent in CrewAI, you can use the `tool_filter` argument on the MCP Server configuration. This lets you expose only specific tools, like `list_invoices`, to that one agent, enforcing role specialization.
Absolutely. You can create one agent that's an expert in invoices using `list_invoices` and `get_invoice_details`, and another that's an expert in clients using `list_clients` and `create_client`. They can then collaborate on tasks, passing client IDs and invoice numbers between them.
The easiest way is to pass the Vinkius URL directly into the `mcps` list when you define your Agent. CrewAI will automatically fetch the tools and make them available.
Yes, that's a perfect use case for CrewAI's hierarchical process. You can have a manager agent that tasks a 'Monitor' agent to periodically run `list_expenses`, and if a certain condition is met, it tasks an 'Action' agent to perform a follow-up operation.
Your Daftra client names, contact details, and product pricing are processed in memory only. Each request runs in a fresh V8 Isolate sandbox, completely cut off from everything else. The token your agent uses is scoped only to that single operation, then it's gone.

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