How to Use the 99Minutos Express MCP in Windsurf
Connect Windsurf to 99Minutos Express and let Cascade automate your entire shipping workflow, from quoting to tracking.
Works with every AI agent you already use
…and any MCP-compatible client
Connect 99Minutos Express MCP to Windsurf
Create your Vinkius account to connect 99Minutos Express 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 from Quote to Delivery
Tell Windsurf's Cascade agent to "ship a package from store A to customer B." It will use `get_rates` to find the best price, `create_order` to book the courier, and then `get_tracking` to monitor it. You don't prompt each step; Cascade chains them together. This is different from other IDE agents. You're not just asking questions. You're giving Cascade a goal, and it uses the 99Minutos Express tools to execute the entire logistics sequence without you babysitting the process.
Get Live Logistics Data in Your IDE
Need to check on all your shipments? Ask Windsurf to "show me all active 99Minutos orders." Cascade will run `list_orders` and can even loop through them to call `get_tracking` for each one, giving you a live map of your entire fleet. You can also manage your physical locations. Use `list_stores` to see your registered warehouses or `create_store` to add a new one, all from a natural language prompt inside your editor. This MCP Server lets you manage physical operations with code.
Let Windsurf Manage Your Webhooks
Manually setting up webhooks is a pain. With Windsurf, you just say "ping my alerts endpoint whenever a 99Minutos delivery is complete." Cascade will use `create_webhook` to set up the notification for you. It's not just about creating them. You can ask Windsurf to `list_webhooks` to audit your current integrations or even script a cleanup of old ones. This turns infrastructure management into a simple conversation.
Set up 99Minutos Express 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 99Minutos Express 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 99Minutos Express payment history." If connected, Cascade will call the 99Minutos Express tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"99minutos-express-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 99Minutos App. 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 99Minutos Express MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the 99Minutos Express MCP today
We host it, we monitor it, we maintain it. You just paste one token.