4,500+ servers built on MCP Fusion
Vinkius
WA Smart Business logo
Vinkius
CrewAI logo

How to Use the WA Smart Business MCP in CrewAI

Build autonomous WA Smart Business operations with CrewAI's multi-agent framework.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect WA Smart Business MCP to CrewAI

Create your Vinkius account to connect WA Smart Business 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 Customer Identification

Run a specialized agent to find contacts using `search_customers`. A second, dedicated agent can then use the resulting IDs to fetch full details via `get_customer`. This multi-step process mimics human research: one agent finds leads, and another verifies their status. The shared memory keeps all findings in context.

Orchestrating Communication Flows

You can set up a communication pipeline where an 'Initiator' agent first calls `list_campaigns`. A subsequent 'Sender' agent then uses the campaign data to trigger messages using `send_template`. This sequential execution ensures that all necessary steps—from planning the campaign to sending the final message—run without human intervention.

Maintaining Agent Directory

The crew can maintain an up-to-date directory by running `list_agents` and cross-referencing it with results from `get_agent`. This keeps the agents' knowledge base current. Using role-based specialization, one agent monitors agent details while another uses that data to execute tasks.

Setup guide

Set up WA Smart Business 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 WA Smart Business tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

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

The 'Research' agent can use `search_customers` to find leads. This initial step populates the shared memory, which the subsequent 'Action' agent uses.
Yes. You define a workflow where one agent gathers necessary data (e.g., customer IDs) and passes it to another agent that executes the `send_message` tool.
Always start autonomous operations by having a 'Moderator' agent run `check_wasmart_status`. This confirms system health before any other action, preventing wasted cycles.
The server touches various types of operational data. Crucially, you are manipulating `customer` details whenever agents fetch or create records.
You assign the task of calling `check_wasmart_status` to an agent. This provides a clear, actionable result that determines if the rest of the crew can proceed.

Start using the WA Smart Business 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 WA Smart Business. 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.