
ShipStation API MCP Server
A comprehensive Model Context Protocol server that enables users to interact with the ShipStation API for managing orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments through structured tools.
Tools
list_carriers
list_orders
get_order
create_order
mark_order_as_shipped
delete_order
add_tag_to_order
remove_tag_from_order
restore_order_from_hold
hold_order_until
list_shipments
get_shipment
create_label
void_label
list_carrier_packages
list_carrier_services
list_warehouses
get_warehouse
create_warehouse
update_warehouse
delete_warehouse
list_products
get_product
create_product
update_product
delete_product
list_customers
get_customer
list_stores
get_store
list_marketplaces
refresh_store
deactivate_store
reactivate_store
list_webhooks
subscribe_to_webhook
unsubscribe_from_webhook
list_fulfillments
create_fulfillment_order
README
ShipStation API MCP Server
A comprehensive Model Context Protocol (MCP) server for interacting with the ShipStation API. This server provides tools and resources for managing orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments.
## Features
- Complete coverage of ShipStation API endpoints
- Structured tools for all API operations
- Documentation resources for API reference
- Error handling and logging
## Getting Started
1. Clone this repository
2. Install dependencies:
```
npm install
```
3. Create a `.env` file with your ShipStation API credentials:
```
SHIPSTATION_API_KEY=your_api_key
SHIPSTATION_API_SECRET=your_api_secret
```
4. Run the server:
```
npm run dev
```
5. Test with MCP Inspector:
```
npm run inspect
```
## API Documentation
Access API documentation through the `shipstation://docs/{section}` resource. Available sections:
- overview
- orders
- shipments
- carriers
- warehouses
- products
- customers
- stores
- webhooks
- fulfillments
Example: `shipstation://docs/orders`
## Available Tools
### Orders
- list_orders
- get_order
- create_order
- mark_order_as_shipped
- delete_order
- add_tag_to_order
- remove_tag_from_order
- restore_order_from_hold
- hold_order_until
### Shipments
- list_shipments
- get_shipment
- create_label
- void_label
### Carriers
- list_carriers
- list_carrier_packages
- list_carrier_services
### Warehouses
- list_warehouses
- get_warehouse
- create_warehouse
- update_warehouse
- delete_warehouse
### Products
- list_products
- get_product
- create_product
- update_product
- delete_product
### Customers
- list_customers
- get_customer
### Stores
- list_stores
- get_store
- list_marketplaces
- refresh_store
- deactivate_store
- reactivate_store
### Webhooks
- list_webhooks
- subscribe_to_webhook
- unsubscribe_from_webhook
### Fulfillments
- list_fulfillments
- create_fulfillment_order
## License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.