Skip to content
Last updated

Connect to ShipStation MCP Server

The Model Context Protocol (MCP) enables AI assistants to interact with the ShipStation API through a standardized interface. This guide shows you how to connect the ShipStation MCP server to popular AI development tools.

Development Status

The ShipStation MCP server is currently in preview. Connection methods and available tools may change as we finalize the implementation.

Prerequisites

Before connecting to the MCP server, ensure you have:

  • A valid ShipStation API key
  • One of the supported AI tools installed (Claude Code, Cursor, or VS Code)
Important

Keep your API credentials secure. Never commit configuration files containing credentials to version control.

Setup Instructions

Claude Code is Anthropic's official CLI tool that provides direct access to Claude with MCP server support.

Setup Steps

  1. Add the ShipStation MCP server using the following command:
claude mcp add --transport http shipstation-api https://docs.shipstation.com/mcp
  1. Verify the connection by typing /mcp in the Claude Code CLI

  2. Complete authentication if prompted

  3. Once connected, you'll see available ShipStation API tools listed with their descriptions and parameters

TIP

Use the /mcp command anytime to view available tools and their current status.

Verification

After connecting to the MCP server, verify the setup by:

  1. Opening your AI assistant interface
  2. Asking it to list available ShipStation tools
  3. Testing a simple query, such as retrieving order information

If you encounter connection issues, check that:

  • Your API credentials are correct and properly encoded
  • Your network allows HTTPS connections to docs.shipstation.com
  • You're using the latest version of your AI tool

Available Tools

Once connected, the MCP server provides tools for:

  • Searching and retrieving orders
  • Managing shipments and labels
  • Accessing carrier information
  • Working with products and inventory
  • And more

Use your AI assistant's natural language interface to discover and use these tools.