Skip to main content

MCP server for the GlobalSKU product data management API

Project description

GlobalSKU MCP Server

A Model Context Protocol (MCP) server that wraps the GlobalSKU product data management API. It lets AI assistants (Claude Desktop, Claude Code, etc.) submit products for market analysis, get pricing data, manage listings across marketplaces, and more -- all through natural conversation.

Installation

# From the mcp-server directory
pip install .

# Or install directly from the package name (if published)
pip install globalsku-mcp

Configuration

Environment Variables

Variable Required Description
GLOBALSKU_API_URL Yes Base URL of your GlobalSKU instance (e.g. https://app.globalsku.com)
GLOBALSKU_API_TOKEN Yes Laravel Sanctum API bearer token

Generate a Sanctum token from your GlobalSKU account under Settings > API Tokens.

Claude Desktop

Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "globalsku": {
      "command": "globalsku-mcp",
      "env": {
        "GLOBALSKU_API_URL": "https://app.globalsku.com",
        "GLOBALSKU_API_TOKEN": "your-sanctum-token-here"
      }
    }
  }
}

Claude Code

Add to your Claude Code MCP config (.claude/mcp.json in your project or ~/.claude/mcp.json globally):

{
  "mcpServers": {
    "globalsku": {
      "command": "globalsku-mcp",
      "env": {
        "GLOBALSKU_API_URL": "https://app.globalsku.com",
        "GLOBALSKU_API_TOKEN": "your-sanctum-token-here"
      }
    }
  }
}

Available Tools

Tool Description
process_search Submit a product for AI-powered market analysis
get_quick_results Get fast ballpark pricing (30s-2min)
get_full_results Get complete market analysis with eBay data (2-10min)
list_item List a product on marketplaces (eBay, Walmart, Amazon, Shopify, Meta, Temu)
delist_item Remove a product listing from marketplaces
update_listing_data Update listing attributes (title, description, price, etc.)
update_quantity Update inventory quantity (syncs to all active listings)
update_search_data Update search record attributes
update_ebay_order Add tracking information to an eBay order
suggest_additional_photos AI suggests additional photo angles for better listings
identify_missing_attributes AI identifies attributes that need manual verification

Available Prompts

Prompt Description
product_enrichment Step-by-step guide through the full workflow: search, analyze, update, and list
bulk_processing Guide for processing multiple products efficiently

Quick Example

Once configured, you can ask Claude:

"I have a Nike Air Max 90 in size 10, white colorway. Can you look up the market price and list it on eBay?"

Claude will:

  1. Call process_search with the title, brand, size, and color
  2. Wait and then call get_quick_results for initial pricing
  3. Call get_full_results for complete eBay comparable data
  4. Present the analysis and suggested price
  5. Call list_item to post it on eBay (after your confirmation)

Development

# Install in editable mode
pip install -e .

# Run directly
GLOBALSKU_API_URL=https://app.globalsku.com GLOBALSKU_API_TOKEN=your-token globalsku-mcp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globalsku_mcp-1.0.0.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

globalsku_mcp-1.0.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file globalsku_mcp-1.0.0.tar.gz.

File metadata

  • Download URL: globalsku_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for globalsku_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b2db472a792adb7a8b87a56e1978c15158e014375c50115dd6c9e12db40ac906
MD5 33fcff5d6779355605110e65169e03c8
BLAKE2b-256 a6abbcc71e45d99c957e052b9d17cef4bed6bf890a64e2f423e8c14184d9240c

See more details on using hashes here.

File details

Details for the file globalsku_mcp-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: globalsku_mcp-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for globalsku_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 651b5a8b70e06f72ad2efc5443f1bc23a94e26812c292b1ee4c119b2e3e1ad82
MD5 771e5be136aabc4ada2aec2a411e823e
BLAKE2b-256 4b8478e954b685512cdfb307e3b9c1cce12daede2263f5199e245f8709180cf8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page