theYahia/hepsiburada-mcp
MCP server for Hepsiburada — marketplace, orders, products (Turkey)
Platform-specific configuration:
{
"mcpServers": {
"hepsiburada-mcp": {
"command": "npx",
"args": [
"-y",
"hepsiburada-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Hepsiburada marketplace API (Turkey). Manage listings, orders, categories, and products via HTTP Basic authentication.
| 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 |
{
"mcpServers": {
"hepsiburada": {
"command": "npx",
"args": ["-y", "@theyahia/hepsiburada-mcp"],
"env": {
"HEPSIBURADA_MERCHANT_ID": "<YOUR_MERCHANT_ID>",
"HEPSIBURADA_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | HEPSIBURADA_MERCHANT_ID | Yes | Merchant ID from Hepsiburada seller panel | | HEPSIBURADA_SECRET_KEY | Yes | Secret key from Hepsiburada |
MIT
Loading reviews...