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

How to Use the NotCo MCP in LangChain

Build multi-step plant-based food formulation chains in LangChain using NotCo's 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
LangChain

Connect NotCo MCP to LangChain

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

Chain-linked molecular recipe development

The `list_ingredients` and `create_formulation` tools let LangChain agents feed molecular data directly into new recipe requests. Your agent queries the plant database for high-protein isolates, passes those candidates to the formulation engine, and checks the nutrition profile in a single run. This chain setup removes manual data transfer between steps. LangSmith traces each tool transition, letting you see exactly how the agent adjusted the pea protein ratio to match your target amino acid profile.

Cost-aware formulation loops

The `estimate_cost` and `list_suppliers` tools let your LangChain agent run budget-aware formulation loops autonomously. The agent starts by generating a recipe, evaluates the financial impact, and swaps out expensive ingredients if the budget is blown. This loop runs without manual intervention. The agent checks the final recipe against `list_nutritional_profiles` to guarantee you do not trade nutritional value for a cheaper bill of materials.

Automated sensory validation

The `run_sensory_test` and `search_flavor_matches` tools allow LangChain agents to run simulated taste tests on plant-based emulsions. Your agent triggers simulated panels to see how a human would react to the texture of a cabbage juice setup before you mix it in the kitchen. If the texture scores fall short, the chain automatically finds plant-based compounds that fix the off-notes. This integration cuts down bench testing cycles by weeding out bad formulations early.

Setup guide

Set up NotCo MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes NotCo tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "notco-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent NotCo transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NotCo. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 LangChain

Yes. LangChain agents use the tools to run sequential tasks, like calling `list_ingredients` and then passing those molecular profiles straight into `create_formulation` without manual intervention.
You can build a LangChain chain that calls `estimate_cost` immediately after generating a recipe. This lets your agent reject expensive ingredients and query `list_suppliers` for cheaper alternatives before finalizing the run.
Yes. Your LangChain agent can call `run_sensory_test` as a validation step in your chain. If the simulated elasticity score is too low, the agent loops back to `create_formulation` to try a different emulsion.
Install the adapter package and use `MultiServerMCPClient` pointing to your Vinkius HTTP endpoint. Once connected, call `client.get_tools()` to pass the 14 food science tools directly to your LangChain agent.
Your custom recipe inputs and molecular data never persist on public servers. Vinkius runs the server inside isolated, ephemeral V8 sandboxes, ensuring your proprietary plant-based formulations are destroyed the moment your session ends.

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.