MCP Hub
Back to servers

@theyahia/getir-mcp

MCP server for Getir — grocery delivery, partner integration (Turkey)

npm191/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/getir-mcp

getir-mcp

MCP server for Getir partner API (Turkey). Manage orders, products, pricing, and store status for your Getir restaurant via Bearer token authentication.

Tools (8)

ToolDescription
list_ordersList active/past/scheduled orders
get_orderGet order details by ID
accept_orderAccept an incoming order
reject_orderReject an order with reason
list_productsList products in your store
update_product_availabilityEnable/disable a product
update_product_priceUpdate product price
get_store_statusGet current store open/busy status

Quick Start

{
  "mcpServers": {
    "getir": {
      "command": "npx",
      "args": ["-y", "@theyahia/getir-mcp"],
      "env": {
        "GETIR_TOKEN": "<YOUR_BEARER_TOKEN>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
GETIR_TOKENYesBearer token from Getir partner portal

Demo Prompts

  • "Show me all active Getir orders"
  • "Accept order ORD123 with 15 minute preparation time"
  • "Reject order ORD456 because we are out of lahmacun"
  • "Disable the Iskender product temporarily"
  • "Update price of product P001 to 89 TRY"
  • "Is my store currently open on Getir?"

License

MIT

Reviews

No reviews yet

Sign in to write a review