jumpseller.com
Jumpseller is an ecommerce platform for creating and managing online stores. It provides tools for store administration such as products, orders, customers, pages, shipping, and related commerce operations.
Jumpseller exposes a REST API, a streamable-HTTP MCP server, and a CLI; the API and MCP support store credentials or OAuth 2.0, while the CLI uses store credentials via environment variables.
- Jumpseller MCP Serverdiscovered
- Jumpseller APIdiscovered
- Jumpseller CLIdiscovered
In your Jumpseller Admin, go to Account → Preferences, click your user name, then scroll to API and MCP to copy the Login Key and Auth Token. Jumpseller’s AI toolkit docs say to set them as JUMPSELLER_LOGIN_KEY and JUMPSELLER_AUTH_TOKEN environment variables for AI/MCP tooling; the API docs also say these values are available from the Account/Admin area. See Build on Jumpseller with AI and Jumpseller API.
Register a Jumpseller OAuth application, then use its client_id and client_secret to run the Authorization Code flow described in OAuth 2 Authorization Flow. Merchants authorize your app, and you exchange the returned code at https://accounts.jumpseller.com/oauth/token for an access token and refresh token. Use the resulting bearer token against the API/MCP surfaces.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://jumpseller.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing