S

ShipStation

Query ShipStation orders and shipments.

·No reviews yet
Repo
Share:

About

Auto-generated

ShipStation is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ShipStation.

What is the ShipStation MCP?
The ShipStation MCP allows you to query orders and shipments from your ShipStation account. It integrates your ShipStation data with tools that support the Model Context Protocol.
How do I install the ShipStation MCP?
Installation typically involves adding the ShipStation MCP to your preferred client (e.g., Claude Desktop, Cursor, or Cline). Refer to your client's documentation for specific instructions on adding a community-provided MCP via its repository URL.
Does the ShipStation MCP require authentication?
Yes, the ShipStation MCP requires an API key for authentication. You will need to obtain and configure your ShipStation API key within your MCP client to use this service.
What are the primary capabilities of the ShipStation MCP?
The ShipStation MCP primarily enables querying functionality for your ShipStation orders and shipments. This allows retrieval of information related to shipping logistics directly through your MCP client.
Is there a cost associated with using the ShipStation MCP?
The ShipStation MCP itself is open source and community-provided, so there is no direct cost. However, a ShipStation account is required, which has its own service fees.
What is a potential limitation when using the ShipStation MCP?
A key limitation is that its functionality is currently focused on querying existing orders and shipments. It may not support more advanced actions like creating new shipments or updating order details through the MCP.

Install ShipStation

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "shipstation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shipstation"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "shipstation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shipstation"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "shipstation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shipstation"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.