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

How to Use the NotCo MCP in CrewAI

Deploy specialized teams of AI food scientists to design plant-based recipes autonomously using CrewAI and this NotCo MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect NotCo MCP to CrewAI

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

Specialized AI food scientist crews

This MCP Server enables your CrewAI agents to use `search_flavor_matches` to divide and conquer complex plant-based recipe development. You can assign one agent the role of Flavor Researcher to find plant combinations, while a second agent acts as a Nutritionist to evaluate the health profiles. The Nutritionist agent uses `analyze_nutrition` to verify that the plant-based milk or meat alternative matches target benchmarks. Because the agents share memory, they collaborate iteratively until they find a formula that tastes right and hits the exact nutritional goals.

Autonomous sensory and cost validation

This MCP Server exposes `run_sensory_test` so a simulated tasting agent can evaluate recipes generated by other crew members. If the sensory agent detects an off-note flavor or texture issue, it sends the recipe back to the formulator agent with specific feedback. Meanwhile, a Procurement agent uses `estimate_cost` to ensure the recipe is financially viable. This multi-agent feedback loop mimics a real food R&D department, refining the plant-based product autonomously before any physical kitchen tests begin.

Structured food R&D project management

This MCP Server uses `create_project` to allow a Manager agent to organize and track multiple plant-based formulation campaigns. The Manager agent coordinates the work of the researchers and ensures all successful formulas are logged under the correct R&D initiative. By calling `list_projects`, the crew maintains a shared context of what formulations have already been attempted. This prevents agents from repeating failed experiments and ensures the entire team is working toward active product development goals.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can pass the MCP Server URL directly into the agent's `mcps` list during initialization. This gives that specific agent access to tools like `get_ingredient` and `create_formulation` while keeping other agents focused on pure text analysis.
Yes, you can use `MCPServerHTTP` from `crewai.mcp` along with a `tool_filter`. This allows you to restrict your Cost Estimator agent to only see `estimate_cost`, while your Culinary agent gets access to `search_flavor_matches`.
You set up a sequential crew where the first agent searches for ingredients using `list_ingredients`, the second agent generates the recipe via `create_formulation`, and the third agent runs sensory simulations. They pass the data down the line automatically.
We recommend using the Streamable HTTP transport hosted by Vinkius for direct integration. It handles all the underlying authentication and connection pooling, so your Python-based agents can query the Giuseppe AI engine without lag.
All nutritional benchmarks queried via `list_nutritional_profiles` are protected by Vinkius's zero-trust architecture. The server operates in an ephemeral environment, meaning your target nutrition profiles are never cached, logged, or exposed to third parties.

Start using the NotCo MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 14 tools

We've already built the connector for NotCo. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 14 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.