Skip to main content
Glama

ShipStation API MCP Server

Servidor MCP de la API de ShipStation

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
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto de modelo integral que permite a los usuarios interactuar con la API de ShipStation para administrar pedidos, envíos, transportistas, almacenes, productos, clientes, tiendas, webhooks y cumplimientos a través de herramientas estructuradas.

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A comprehensive Model Context Protocol server that enables interaction with ShipBob's e-commerce fulfillment API, providing tools for managing products, orders, inventory, fulfillment, webhooks, returns, locations, channels, and reporting.
    Last updated -
    28
    1
    JavaScript
  • A
    security
    F
    license
    A
    quality
    A comprehensive server that enables interaction with the ShipHero API through the Model Context Protocol, providing tools for managing orders, products, inventory, shipping, warehouses, vendors, and webhooks.
    Last updated -
    29
    JavaScript
  • -
    security
    F
    license
    -
    quality
    A server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
    Last updated -
    Python
  • -
    security
    A
    license
    -
    quality
    Provides a Model Context Protocol server for managing shipping orders and address book functionality with support for connecting to real shipping services via HTTP API.
    Last updated -
    Python
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/shipstation-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server