Back to Browse

Api Docs MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Manage your Jumpseller store with AI. Products, orders, customers, and more.

About

Manage your Jumpseller store with AI. Products, orders, customers, and more.

Remote endpoints: streamable-http: https://mcp.jumpseller.com/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-jumpseller-admin-mcp": {
      "url": "https://mcp.jumpseller.com/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Jumpseller API Documentation

Official OpenAPI 3.0.3 specification for the Jumpseller ecommerce platform API.

API Overview

The Jumpseller API lets you programmatically create and manage online stores. It covers:

  • Stores - Create, configure, and manage online stores
  • Products - Full CRUD with variants, images, categories, and custom fields
  • Orders - Create, update, search, and fulfill orders
  • Customers - Manage customer accounts and groups
  • Shipping - Configure shipping methods and rates
  • Payments - Set up payment gateways
  • Themes - Apply and customize store themes
  • Webhooks - Subscribe to store events
  • Pages & Categories - Manage store content and navigation

Quick Start

Base URL: https://api.jumpseller.com/v1

Authentication: Basic auth with your login and auth token (found in your Admin Panel > Account).

curl -u YOUR_LOGIN:YOUR_AUTHTOKEN https://api.jumpseller.com/v1/products.json

Resources

MCP Server (AI Agents)

Jumpseller provides a dedicated Model Context Protocol (MCP) server that exposes 20 store management tools to AI agents like Claude, Cursor, Windsurf, and GitHub Copilot.

Server URL: https://mcp.jumpseller.com

Transport: Streamable HTTP (JSON-RPC over POST, stateless)

Documentation: jumpseller.com/support/mcp-server

Quick Setup

{
  "mcpServers": {
    "jumpseller": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.jumpseller.com/",
        "--header", "X-LOGIN-KEY:YOUR_LOGIN_KEY",
        "--header", "X-AUTH-TOKEN:YOUR_AUTH_TOKEN"
      ]
    }
  }
}

Add this to claude_desktop_config.json (Claude), .cursor/mcp.json (Cursor), or ~/.codeium/windsurf/mcp_config.json (Windsurf). Get your credentials from Jumpseller Admin > Settings > API.

Available Tools

AreaToolsAccess
Productslist_products, get_product, search_products, create_product, update_product, delete_productread/write
Orderslist_orders, get_order, search_orders, update_orderread/write
Customerslist_customers, get_customer, search_customersread
Categorieslist_categories, create_category, delete_categoryread/write
Pageslist_pages, create_page, delete_pageread/write
Storeget_store_inforead

Product tools support variants (sizes, colors), images, and categories. Tools are auto-discovered via tools/list.

Authentication

  • API Token: X-LOGIN-KEY + X-AUTH-TOKEN headers (for store owners)
  • OAuth 2.0: Authorization: Bearer <token> with scoped permissions (for third-party apps). See OAuth 2 Guide.

OpenAPI-based MCP (alternative)

You can also connect via the OpenAPI spec for full API coverage (109 endpoints):

npx openmcp install https://api.jumpseller.com/swagger.json --client cursor

Rate Limits

  • 800 requests per minute
  • 20 requests per second
  • Rate limit headers included in every response

Branding & Legal

License

This documentation is provided by Jumpseller for use by developers and AI agents building integrations with the platform.

Reviews

No reviews yet

Be the first to review this server!

Api Docs MCP Server - Manage your Jumpseller store with AI. Products, orders, | MCP Marketplace