MCP.so
登录

ShipStation API MCP Server

@mattcoatsworth

关于 ShipStation API MCP Server

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

mattcoatsworth

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器