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

How to Use the Ayanza MCP in CrewAI

Deploy specialized CrewAI agent teams to manage your Ayanza tasks, projects, and wikis autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Ayanza MCP to CrewAI

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

Multi-agent task coordination with CrewAI

This MCP Server enables multi-agent task coordination by letting one agent pull wiki content with `list_wiki_pages` while another writes action items with `create_task`. Instead of one massive prompt, you set up a crew of specialized agents that divide and conquer. CrewAI manages this collaboration by sharing memory between agents. The agent tasked with `list_tasks` can hand off its findings to a coordinator agent that updates status fields via `update_task`.

Filtered tool exposure for secure operations

This integration secures your workspace by letting you restrict sensitive tools like `delete_task` using a custom filter. You might not want your public-facing agents to have full access to your workspace. Use `MCPServerHTTP` and a custom `tool_filter` to limit what tools each agent can see. For example, you can give your research agent access to `get_project` and `list_tasks` while blocking destructive endpoints.

Autonomous workspace analysis via MCP Server

This integration runs continuous workspace analysis by combining `list_users` and `list_projects` to spot unassigned work. Your agents can run continuous sweeps of your collaboration space to identify gaps. Setting this up is simple. Just pass your Vinkius endpoint URL directly into your Agent's `mcps` array, and CrewAI will automatically import the tools.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Install `crewai[tools]` and pass your Vinkius MCP Server URL directly into the `mcps` list when initializing your agent. The framework handles the rest.
Yes, you can use `MCPServerHTTP` along with a `tool_filter` to selectively expose tools. This prevents specific agents from executing actions like `delete_task`.
CrewAI agents use shared memory to pass context. If one agent runs `get_project`, the returned details are available to other agents in the crew to run `update_task`.
The integration supports standard stdio, SSE, and Streamable HTTP transports, giving you flexibility depending on where you host your Python environment.
Every tool call, from `list_wiki_pages` to `get_me`, executes in an isolated MCP V8 sandbox. Your sensitive workspace text is processed ephemerally and never written to disk.

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