visualize, over stateless Streamable HTTP.
Connect a client
Most MCP clients take a server URL plus optional headers. Use your API key from developers.hemsy.ai (see Authentication).- Cursor
- Claude
- ChatGPT
- Other clients
Add to
.cursor/mcp.json (project) or ~/.cursor/mcp.json (global):The visualize tool
Usage notes
- Pass only what the user picked. A search tool may suggest ten products; call
visualizewith the one or two the user actually wants to see. One product per call is the common case; multiple products are composed into the same scene. productUrlis the fidelity signal. When the product page URL belongs to a Hemsy merchant, that item renders with the merchant’s catalog reference assets. The response echoesstoreSlugso you can reuse it in follow-up calls.- Renders take on avg. 10 to 20 seconds. Configure your client’s tool timeout accordingly.
- 1 credit per successful render. Errors (
401no key,402no credits,429rate limited) are returned before any render starts.