Welcome to Pivokart MCP
The official Model Context Protocol server for Pivokart. Connect AI tools directly to our robust food delivery network to seamlessly explore menus, manage orders, and track deliveries.
The official Model Context Protocol server for Pivokart. Connect AI tools directly to our robust food delivery network to seamlessly explore menus, manage orders, and track deliveries.
Instant access to up-to-date restaurant menus, categories, pricing, and availability through our intelligent API.
Create, update, and manage food delivery orders automatically via your AI assistant interactions.
Real-time updates on delivery status, driver location, and estimated arrival times straight to your tools.
Connect the Pivokart MCP Server to your favorite AI environments like Claude Desktop, Cursor, and VS Code with just a few lines of configuration.
{
"servers": {
"pivokart-mcp": {
"url": "https://mcp.pivokart.in/sse",
"type": "http"
}
},
}
get_restaurantsFetch a list of available restaurants based on location and cuisine preferences.
get_menuRetrieve the full menu, categories, and real-time prices for any specific restaurant.
place_orderAutomatically create and process a food delivery order directly from your prompt.
track_deliveryGet live tracking coordinates and ETA for active food orders.