What is the Roketfy Data Engine MCP server?
It's a Model Context Protocol server, published as the npm package @roketfy/data-engine-mcp, that exposes every endpoint on the Data Engine — Trendyol, Hepsiburada, Amazon, n11, Akakçe, Google and the rest — as a separate tool an MCP-enabled agent can call. The tools are generated from the same registry that powers the public HTTP API and its documentation, so nothing is hand-wired or falls behind: an endpoint added to the API becomes a tool here automatically, with the identical input schema the HTTP API itself validates against.
Calls made through the MCP server go out over the same public API your own code would call, under your own token — the same plan limits, the same concurrency ceiling, the same per-call credit cost, and every call still lands in your dashboard's request log exactly like a direct HTTP request would.