MCP Hub
Back to servers

@theyahia/hepsiburada-mcp

MCP server for Hepsiburada — marketplace orders, listings (Turkey)

npm188/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/hepsiburada-mcp

hepsiburada-mcp

MCP server for Hepsiburada marketplace API (Turkey). Manage listings, orders, categories, and products via HTTP Basic authentication.

Tools (8)

ToolDescription
list_listingsList your product listings
create_listingCreate a new product listing
update_listingUpdate listing price and stock
list_ordersList orders with filters
get_orderGet order by ID
update_order_packageUpdate order package status
get_categoriesBrowse product categories
get_product_infoGet product catalog info by SKU

Quick Start

{
  "mcpServers": {
    "hepsiburada": {
      "command": "npx",
      "args": ["-y", "@theyahia/hepsiburada-mcp"],
      "env": {
        "HEPSIBURADA_MERCHANT_ID": "<YOUR_MERCHANT_ID>",
        "HEPSIBURADA_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
HEPSIBURADA_MERCHANT_IDYesMerchant ID from Hepsiburada seller panel
HEPSIBURADA_SECRET_KEYYesSecret key from Hepsiburada

Demo Prompts

  • "List all my listings on Hepsiburada"
  • "Create a listing for SKU HB12345 at 199 TRY with 50 in stock"
  • "Show me all open orders"
  • "Get details for order ORD789"
  • "Update stock to 100 for my SKU MYSKU001"

License

MIT

Reviews

No reviews yet

Sign in to write a review