How to Use the Moova MCP in Windsurf
Stop manual logistics entry. Let Windsurf handle your shipping lifecycle by automating carrier selection and tracking updates.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Moova MCP to Windsurf
Create your Vinkius account to connect Moova to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate shipping with Windsurf
Cascade doesn't just look up data. You tell it to ship a package, and it executes `create_shipment` by pulling addresses directly from your codebase. It handles the carrier assignment and routing without you typing a single line of JSON. Once the order is set, it pulls the `get_shipment_label` automatically. Your workflow stays inside the IDE while the agent manages the logistics backend.
Live status tracking in Windsurf
Stop refreshing carrier websites. Use `get_shipment_status` to have Cascade pull live updates into your project files. It identifies delays before your customers do. You can also set up `create_webhook` to pipe events directly into your logs. The agent manages the registration, keeping your delivery data synced in real-time.
Cost-effective routing for Windsurf
Before you commit to a carrier, let the agent run `get_budget`. It compares express and standard rates to keep your shipping costs predictable. If you need to adjust, use `update_shipment` before the package leaves the warehouse. Everything stays in sync with your local dev environment through this MCP server.
Set up Moova MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Moova MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Moova payment history." If connected, Cascade will call the Moova tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"moova-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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 Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Moova MCP today
We host it, we monitor it, we maintain it. You just paste one token.