MCP.so
Sign In
Servers

ShipStation API MCP Server

@mattcoatsworth

Overview

What is ShipStation API MCP Server?

A comprehensive Model Context Protocol (MCP) server for interacting with the ShipStation API. It provides tools and resources for managing orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments.

How to use ShipStation API MCP Server?

Clone the repository, install dependencies with npm install, create a .env file with your ShipStation API key and secret, then run the server with npm run dev. Test it using the MCP Inspector with npm run inspect.

Key features of ShipStation API MCP Server

  • Complete coverage of ShipStation API endpoints
  • Structured tools for all API operations
  • Documentation resources for API reference
  • Error handling and logging

Use cases of ShipStation API MCP Server

  • Manage orders, shipments, carriers, and warehouses
  • Handle products, customers, and store settings
  • Subscribe to webhooks and manage fulfillments

FAQ from ShipStation API MCP Server

What credentials are required?

A ShipStation API key and API secret, set in a .env file as SHIPSTATION_API_KEY and SHIPSTATION_API_SECRET.

How to access API documentation?

Through the shipstation://docs/{section} resource, where section can be overview, orders, shipments, etc. Example: shipstation://docs/orders.

What tools are available?

Tools include listing, creating, and deleting orders, shipments, carriers, warehouses, products, stores, and webhooks. A full list is provided in the README.

How is the server tested?

Using the MCP Inspector, run npm run inspect after starting the server.

What license is this server under?

MIT.

Tags

More from Developer Tools