Skip to main content
Glama

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)

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

Related MCP server: wolt-mcp

Quick Start

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

Environment Variables

Variable

Required

Description

GETIR_TOKEN

Yes

Bearer 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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables AI assistants to order food from TGO Yemek by browsing restaurants, managing carts, and completing checkouts. It allows users to handle address selection and order tracking directly through natural language interactions.
    Last updated
    13
    14
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A thin MCP server that exposes Wolt's public consumer endpoints to AI agents, enabling discovery of nearby venues and fetching their menus with live prices and deal signals.
    Last updated
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/getir-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server