J

Jumpseller MCP Server

MCP discovered

Details
Endpoint
https://mcp.jumpseller.com
Transport
streamable-http
Docs
https://jumpseller.com/support/mcp-server/
Authentication
Store Login Key + Auth Token X-LOGIN-KEY: <credential> + Store Login Key + Auth Token X-AUTH-TOKEN: <credential> discovered
Store Login Key + Auth Token compound Get key ↗

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.

OAuth 2.0 app credentials (client ID + client secret) oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

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.