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

How to Use the Moova MCP in LangChain

Build LangChain chains that instantly book carriers using Moova's `create_shipment` tool and track packages with the Moova MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Moova MCP to LangChain

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

Multi-step shipping chains in LangChain

You can build a LangChain sequence where your agent retrieves shipping costs via Moova's `get_budget` tool and automatically passes that exact pricing to the `create_shipment` tool. This specific LangChain pipeline eliminates writing manual glue code between Moova's carrier selection and booking steps. LangSmith traces every step of this Moova workflow to show you the exact JSON payloads passed between `get_budget` and `create_shipment`. If a Moova address validation fails during the `create_shipment` tool execution, LangSmith highlights the exact field that caused the error.

Automated dispatch with LangChain ReAct agents

Give your LangChain ReAct agent the power to handle shipping exceptions using Moova's `update_shipment` and `cancel_shipment` tools. The LangChain agent evaluates live logistics data from Moova to decide whether to modify a delivery or cancel it entirely. By analyzing the current package status from Moova's `get_shipment_status` tool, the LangChain reasoning loop resolves delivery conflicts autonomously. This LangChain setup ensures that Moova shipments are updated via `update_shipment` before the carrier collects the package.

Live webhook sync via LangChain adapters

Connect your Moova webhook endpoints directly to LangChain event listeners using the `create_webhook` tool. When Moova triggers a delivery update, LangChain instantly kicks off a notification chain to alert your support team about the tracking state. You can monitor these event-driven Moova chains in LangSmith to track the execution times of `list_webhooks`. The LangChain adapter makes managing Moova's `delete_webhook` tool straightforward and highly observable.

Setup guide

Set up Moova 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 Moova 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({
    "moova-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 Moova 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 Moova. 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 Moova MCP in LangChain

Install `langchain-mcp-adapters` to connect the Moova MCP Server's `create_shipment` tool directly to your LangChain ReAct agent workflow. You then initialize the client and pass the Moova `get_budget` tool directly into your LangChain agent's routing chain.
Yes, you can design a LangChain chain that loops through orders and queries the Moova `get_budget` tool for each destination. LangSmith will trace each Moova API call to help you monitor performance.
LangSmith records every exception thrown by Moova tools like `create_shipment` or `track_shipment`. You can inspect the failed Moova payload directly inside the LangSmith trace dashboard.
Yes, you can combine this Moova MCP Server with database tools in a single LangChain execution. The LangChain agent can read an order from a database and immediately book it using Moova's `create_shipment`.
When LangChain passes customer names and addresses to Moova's `create_shipment` tool, Vinkius processes that data inside an ephemeral V8 sandbox. This secure sandbox ensures that no sensitive customer shipping details are stored on Vinkius.

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