hepsiburada-mcp
MCP server for Hepsiburada marketplace API (Turkey). Manage listings, orders, categories, and products via HTTP Basic authentication.
Tools (8)
| Tool | Description |
|---|---|
list_listings | List your product listings |
create_listing | Create a new product listing |
update_listing | Update listing price and stock |
list_orders | List orders with filters |
get_order | Get order by ID |
update_order_package | Update order package status |
get_categories | Browse product categories |
get_product_info | Get 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
| Variable | Required | Description |
|---|---|---|
HEPSIBURADA_MERCHANT_ID | Yes | Merchant ID from Hepsiburada seller panel |
HEPSIBURADA_SECRET_KEY | Yes | Secret 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