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

How to Use the Eden AI MCP in CrewAI

Deploy specialized CrewAI agents to monitor Eden AI usage, audit providers, and configure workflows autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Eden AI MCP to CrewAI

Create your Vinkius account to connect Eden AI 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 Provider Audits

The `quick_ai_provider_audit` and `list_ai_providers` tools let a dedicated researcher agent evaluate vendor availability. This agent scans the MCP Server for active text analysis endpoints. It compiles a report on which systems are healthy. A secondary manager agent reads this report alongside `list_all_llm_models`. It decides which models the rest of the crew should use for their tasks. You get dynamic model selection without hardcoding vendor names.

Track CrewAI Costs via MCP Server

Assign a finance agent to run `get_api_usage_statistics` and `get_eden_ai_metadata`. This agent checks your Eden AI credit balance and historical API consumption. If the crew burns through credits too fast, the agent triggers an escalation protocol. Before the crew starts a massive data extraction, it calls `get_ai_feature_pricing`. The agents negotiate the cheapest path forward based on the returned cost matrices. They optimize your billing autonomously.

Map Platform Workflows

Your operations agent uses `list_ai_workflows` and `list_latest_ai_automations` to map out existing platform pipelines. It identifies the most recent changes to your automation setup. The crew adapts its behavior to match the current backend logic. When an agent needs specifics, it runs `get_workflow_configuration` to extract the exact JSON settings for a target pipeline. It also checks `list_available_ai_features` to see what subfeatures are active. The team executes tasks with complete awareness of platform constraints.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Install `crewai[tools]`. Pass your Vinkius endpoint URL directly into the `mcps` array when defining your agent. The framework automatically exposes the tools to that specific crew member.
Yes. Use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This lets you give the finance agent access to usage stats while restricting the operations agent to workflow configurations.
CrewAI relies on shared memory. When one agent pulls pipeline settings using `get_workflow_configuration`, it writes the findings to the context window. Subsequent agents read that context instead of making redundant API calls.
Yes. You set up your tasks sequentially. The first agent audits providers, the second checks pricing, and the third executes the workflow based on those findings.
Tools like `get_eden_ai_metadata` fetch your account credit balance. Vinkius processes this request in a stateless container. The connection closes immediately after the data transfers, ensuring your account details never linger on disk.

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