theYahia/getir-mcp
MCP server for Getir — partner API, orders, products (Turkey)
Platform-specific configuration:
{
"mcpServers": {
"getir-mcp": {
"command": "npx",
"args": [
"-y",
"getir-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Getir partner API (Turkey). Manage orders, products, pricing, and store status for your Getir restaurant via Bearer token authentication.
| Tool | Description | |---|---| | list_orders | List active/past/scheduled orders | | get_order | Get order details by ID | | accept_order | Accept an incoming order | | reject_order | Reject an order with reason | | list_products | List products in your store | | update_product_availability | Enable/disable a product | | update_product_price | Update product price | | get_store_status | Get current store open/busy status |
{
"mcpServers": {
"getir": {
"command": "npx",
"args": ["-y", "@theyahia/getir-mcp"],
"env": {
"GETIR_TOKEN": "<YOUR_BEARER_TOKEN>"
}
}
}
}| Variable | Required | Description | |---|---|---| | GETIR_TOKEN | Yes | Bearer token from Getir partner portal |
MIT
Loading reviews...