Summary
Product copy edited where it is written.
It does one narrow thing well: read the product, rewrite the description, put it back. For anyone improving listings in bulk, that removes the copy-paste round trip through the store admin — and the fixed store id keeps the edits where they belong.
What it is
An MCP server for the Hostinger Ecommerce API, scoped to product reading and description editing for a single store.
What you get
- A single product retrieved by its id
- A list of products, up to 25 at a time, with limit and offset for paging through the catalogue
- A product's description updated in place
- One store per configuration — the store id is fixed at launch, so calls cannot stray to another store
Requirements
Node — clone, npm install and npm run build. The server is launched with two arguments: your Hostinger token, and the store it should act on. Launch configurations are published for both macOS and Windows.
