Manage your Online Store with AI
Use AI to manage your online store. Create products, process orders, and handle customers using natural language. Connect Claude, Cursor, Windsurf,...
When you ask an AI coding assistant to build something on Jumpseller, it often guesses: wrong rate limits, invented API endpoints, made-up tool names. The Jumpseller AI Toolkit fixes that. Install it once and your assistant gains accurate, platform-specific knowledge of the Jumpseller REST API, the Liquid templating system, the MCP server, and the Jumpseller CLI, plus a live connection to your store.
The toolkit is open source and available at github.com/Jumpseller/ai.
“Create a FOMO / social-proof feature: use the MCP to fetch the 10 most recent orders, generate a Liquid snippet that shows a rotating ‘Someone just bought {product}’ notification on every product page (cycling every 30 seconds), and deploy it to the live theme with the CLI.”
One natural-language prompt orchestrates the whole toolkit: the MCP reads live order data, the Liquid skill generates the storefront component, and the CLI deploys it. That is the point: the pieces combine.
The major commerce and payments platforms now ship official AI toolkits so that coding assistants give accurate, up-to-date help instead of hallucinating. Shopify and Stripe both publish one. Jumpseller’s follows the same model: a plugin per AI client, a shared MCP configuration, and a set of skills your assistant loads on demand.
https://mcp.jumpseller.com so the assistant can act on a real store.Full per-client instructions are in the repository README. In short:
/plugin marketplace add Jumpseller/ai
/plugin install jumpseller-plugin@ai
gemini extensions install https://github.com/Jumpseller/ai
Codex reads MCP servers from ~/.codex/config.toml:
[mcp_servers.jumpseller]
url = "https://mcp.jumpseller.com"
env_http_headers = { "X-LOGIN-KEY" = "JUMPSELLER_LOGIN_KEY", "X-AUTH-TOKEN" = "JUMPSELLER_AUTH_TOKEN" }
The REST API, the MCP server, and the CLI all use the same credentials: one Login Key and Auth Token per store, from your Jumpseller Admin under Edit Account → API and MCP. Set them as the JUMPSELLER_LOGIN_KEY and JUMPSELLER_AUTH_TOKEN environment variables before launching your AI client. Credentials are never committed to the toolkit; the configuration only references the environment variable names. For third-party apps, use OAuth 2.0 instead.
Start your free 7-day trial. No credit card required.