Skip to main content
Glama
mattcoatsworth

ShipStation API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ordersD
get_orderD
create_orderD
mark_order_as_shippedD
delete_orderD
add_tag_to_orderD
remove_tag_from_orderD
restore_order_from_holdD
hold_order_untilD
list_shipmentsD
get_shipmentD
create_labelD
void_labelD
list_carriersD
list_carrier_packagesD
list_carrier_servicesD
list_warehousesD
get_warehouseD
create_warehouseD
update_warehouseD
delete_warehouseD
list_productsD
get_productD
create_productD
update_productD
delete_productD
list_customersD
get_customerD
list_storesD
get_storeD
list_marketplacesD
refresh_storeD
deactivate_storeD
reactivate_storeD
list_webhooksD
subscribe_to_webhookD
unsubscribe_from_webhookD
list_fulfillmentsD
create_fulfillment_orderD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 39 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific resources and actions in the ShipStation domain. There is no ambiguity between tools like 'get_order' vs 'list_orders' or 'create_order' vs 'mark_order_as_shipped', as each handles a unique operation on well-defined entities.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun pattern throughout, such as 'create_order', 'list_orders', 'get_order', 'delete_order'. Minor variations like 'add_tag_to_order' or 'hold_order_until' maintain readability and adhere to the same overall naming convention without mixing styles.

Tool Count3/5

With 39 tools, the count is borderline high for typical MCP server scope, potentially overwhelming for agents. While it covers many aspects of ShipStation's API, it might benefit from consolidation or categorization to reduce cognitive load, placing it in the 16-25+ range that feels heavy.

Completeness5/5

The tool set provides comprehensive CRUD and lifecycle coverage for the ShipStation domain, including orders, products, warehouses, stores, shipments, and webhooks. It supports full workflows from creation to deletion, with no obvious gaps that would cause agent failures in typical e-commerce operations.

Maintenance

ActivityInactive
ResponsivenessNo issues