# Starshipit — MCP server on mcp.ai > Connect your Starshipit account and use 15 tools for ecommerce straight from your AI agent. Connect with your own API key. Starshipit provides shipping, fulfilment, order, tracking, and warehouse management APIs for ecommerce operations. By: mcp.ai · official Page: https://mcp.ai/starshipit ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_starshipit?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/starshipit/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/starshipit/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/starshipit/skill.md Postman collection (v2.1): https://mcp.ai/starshipit/postman.json ## Tools - starshipit_create_manifest(identifier_type?: string, shipment_numbers: string[]) — Create and finalize a Starshipit manifest PDF for only the explicitly listed shipments. WARNING: manifesting is an irreversible fulfilment operation that can mark shipments as manifested; verify every - starshipit_create_order(order: object) — Create one unshipped Starshipit order with destination, line items, packages, sender, and customs details. - starshipit_create_shipping_label(carrier: string, order_id?: integer, packages: object[], order_number?: string, carrier_service_code: string) — Create shipping labels for one Starshipit order. This also creates the shipment and its tracking numbers and is irreversible. Labels come back in the account's configured format, usually PDF. - starshipit_create_shipping_labels(order_ids: integer[]) — Create shipping labels for multiple existing Starshipit orders in one irreversible batch. This creates shipments and tracking numbers and can move orders to Printed. Starshipit does not document atomi - starshipit_get_order(order_id?: integer, order_number?: string) — Retrieve one order by its Starshipit numeric ID or source-platform order number. - starshipit_get_shipping_rates(sender?: object, currency?: string, packages: object[], destination: object) — Quote available Starshipit shipping services and prices for a destination and one or more packages. - starshipit_get_tracking(order_number?: string, tracking_number?: string) — Get current shipment status and carrier tracking events by tracking number or order number. - starshipit_get_wms_performance(days_back?: integer) — Return Starshipit WMS order-cycle and SLA performance metrics for the previous 1 to 90 days. - starshipit_list_manifests(page?: integer, limit?: integer) — Return one page of manifests in reverse chronological order. - starshipit_list_products(page_size?: integer, next_cursor?: string, search_term?: string, sort_column?: string, skip_records?: integer, sort_direction?: string) — Search and page through the Starshipit product catalogue with optional sorting. - starshipit_list_tags(filter?: string, page_size?: integer, next_cursor?: string) — Return one page of user-defined order tags, optionally filtered by tag name. - starshipit_list_unshipped_orders(page?: integer, limit?: integer, ids_only?: boolean, since_order_date?: string, since_last_updated?: string) — Return one page of unshipped orders, optionally limited to orders created or updated after a UTC timestamp. - starshipit_list_wms_inventory(filter?: string, search?: string, sort_by?: string, client_id?: string, page_size?: integer, view_mode?: string, next_cursor?: string, product_type?: string, in_stock_only?: boolean, sort_direction?: string) — Return one page of Starshipit WMS inventory grouped by product or location, including stock, reservation, and availability quantities. - starshipit_search_orders(page?: integer, limit?: integer, fields?: string, phrase: string, status?: string, include_child_accounts?: boolean) — Search orders by a phrase and optional field, status, or child-account inclusion filter. Returns one page at a time. - starshipit_update_order(order: object) — Update editable fields on one Starshipit order identified by order_id or order_number. This sends one PUT request and does not read the order first. Unshipped orders permit updates to non-read-only fi ## Example prompts - "What can I do in Starshipit?" - "Show me a summary of my Starshipit account" ## Links Docs: https://mcp.ai/docs/mcps/starshipit Website: https://mcp.ai/mcps/starshipit