@striderlabs/mcp-postmates
v1.0.1
Published
MCP connector for Postmates food delivery service using Playwright browser automation
Downloads
61
Maintainers
Readme
@striderlabs/mcp-postmates
MCP connector for Postmates food delivery service. Uses Playwright (headless Chromium) for browser automation.
Author: Strider Labs [email protected]
Tools
| Tool | Description |
|------|-------------|
| postmates_search_restaurants | Search restaurants by location and cuisine |
| postmates_get_menu | Get restaurant menu items |
| postmates_add_to_cart | Add items to cart |
| postmates_view_cart | View current cart |
| postmates_place_order | Place a delivery order |
| postmates_track_order | Track order status |
Setup
npm install
npx playwright install chromium
npm run buildUsage with MCP
Add to your MCP configuration:
{
"mcpServers": {
"postmates": {
"command": "node",
"args": ["./node_modules/@striderlabs/mcp-postmates/dist/index.js"]
}
}
}