Warteg Online MCP Server
Enables AI assistants to manage Warteg Online meal delivery subscriptions through natural language, including viewing schedules, skipping deliveries, rescheduling meals, updating addresses, and managing dietary restrictions.
README
Warteg Online MCP Server
Manage your Warteg Online meal deliveries using AI assistants like Claude. Simply talk to Claude in natural language to view, reschedule, or manage your daily meal subscriptions.
About Warteg Online
Warteg Online provides healthy, home-style Indonesian meals delivered to your door. With 500+ rotating menu options prepared by former 5-star hotel chefs, it's perfect for busy professionals who want nutritious, restaurant-quality meals without the hassle of cooking.
Service Areas: Jakarta, Depok, Tangerang, Bekasi
- Website: warloncatering.com
- Instagram: @wartegonline.idn
- Customer Dashboard: customer.warloncatering.com
What is This?
This is a special tool that lets AI assistants (like Claude) manage your Warteg Online deliveries for you. Instead of logging into the dashboard and clicking around, you can simply chat with Claude and say things like:
- "Show me my delivery schedule for this week"
- "Skip tomorrow's lunch, I have a meeting"
- "Hold all my deliveries from January 20-25 while I'm traveling"
- "Change my dinner delivery address to my office"
- "What's the summary of my remaining deliveries?"
The AI understands your request and handles everything automatically.
What Can It Do?
| Task | What You Can Say |
|---|---|
| View Schedule | "Show my deliveries" or "What's coming this week?" |
| Skip a Day | "Skip Monday's delivery" |
| Hold Deliveries | "Pause my meals from Jan 10 to Jan 15" |
| Reschedule | "Move Friday's lunch to next Monday" |
| Change Address | "Deliver to my office address tomorrow" |
| Check Summary | "How many deliveries do I have left?" |
| View Restrictions | "What are my food restrictions?" |
| Update Restrictions | "I'm allergic to seafood" or "Remove spicy food from my meals" |
Getting Started
Prerequisites
You'll need:
- A Warteg Online subscription (sign up at warloncatering.com)
- Your account username and password
- Claude Desktop app installed on your computer
Installation
Option 1: Via Smithery (Easiest)
Open your terminal and run:
npx -y @smithery/cli install @pras/wartegonline-mcp --client claude
Option 2: Manual Setup
-
Download the tool:
git clone https://github.com/anthropics/warlon-mcp.git cd warlon-mcp -
Install dependencies:
uv sync -
Configure Claude Desktop:
Open Claude Desktop settings and add this MCP server configuration:
On Mac: Edit
~/.config/claude/claude_desktop_config.jsonOn Windows: Edit
%APPDATA%\Claude\claude_desktop_config.json{ "mcpServers": { "warlon": { "command": "uv", "args": ["run", "--directory", "/path/to/warlon-mcp", "warlon_mcp.py"], "env": { "WARLON_USERNAME": "your_username", "WARLON_PASSWORD": "your_password" } } } }Replace
/path/to/warlon-mcpwith the actual folder location, and enter your Warteg Online login credentials. -
Restart Claude Desktop
First Time Use
After setup, open Claude Desktop and try saying:
"Login to Warteg Online and show me my delivery schedule"
Claude will connect to your account and display your upcoming meals.
Common Questions
Is this official? Yes, this tool is designed to work with the official Warteg Online platform.
Is my password safe? Your credentials are stored locally on your computer and are only used to authenticate with Warteg Online's servers. They are never shared with anyone else.
Can I still use the website/app? Absolutely! This tool is just another way to manage your deliveries. You can still use customer.warloncatering.com anytime.
What if something goes wrong? The tool will inform Claude if an action can't be completed. For any issues with your actual subscription, contact Warteg Online directly through their Instagram or website.
For Developers
Technical Details
This is an MCP (Model Context Protocol) server that provides 15 tools for delivery management:
login- Authenticate with Warlonget_package_orders- List all ordersget_order_details- Get package infoget_schedule- View full delivery scheduleget_orders_by_date_range- Filter deliveries by dateget_available_addresses- List delivery addressesget_delivery_summary- Stats and countsreschedule_delivery- Move single deliveryskip_day- Skip a date (move to end)hold_deliveries- Pause for date rangebulk_reschedule- Move multiple deliverieschange_address- Update delivery addressget_available_restrictions- List all dietary restriction optionsget_my_restrictions- View current dietary restrictionsupdate_restrictions- Set dietary restrictions (pantangan)
Features:
- Jakarta timezone (UTC+7) support
- Sunday delivery validation (no deliveries on Sundays)
Development
# Install dev dependencies
uv sync
# Run locally in stdio mode
uv run warlon_mcp.py
# Run in HTTP mode (for testing remote deployment)
uv run warlon_mcp.py --http
Support
- Warteg Online Support: Contact via Instagram or website
- Technical Issues: Open an issue on the GitHub repository
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.