Stateset MCP Server
@stateset
About Stateset MCP Server
StateSet MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Stateset MCP Server?
A Model Context Protocol server that provides integration with the StateSet API, enabling LLMs to interact with issue operations, orders, fulfillment, inventory, financial records, and customer data. It is intended for developers using MCP-compatible AI assistants to manage StateSet workflows.
How to use Stateset MCP Server?
Set the required environment variables (STATESET_API_KEY, optionally STATESET_BASE_URL, REQUESTS_PER_HOUR, API_TIMEOUT_MS), install dependencies with npm install, and start the server using npm start. The server exposes a set of MCP tools (e.g., stateset_create_order, stateset_list_products) grouped by domain.
Key features of Stateset MCP Server
- Full CRUD tools for orders, sales orders, and RMAs
- Fulfillment and production tools (shipments, work orders, BOMs)
- Inventory and product management (create, update, delete, get)
- Financial tools for invoices, payments, and cash sales
- Customer management (create, update, delete, get)
- Listing operations for all major entities and API metrics
Use cases of Stateset MCP Server
- Automating order processing and returns management via chat
- Creating and tracking fulfillment orders and shipments
- Managing inventory levels and product catalogs through AI
- Generating invoices and recording payments from conversation
- Querying customer records and sales order lists on demand
FAQ from Stateset MCP Server
What environment variables are required?
STATESET_API_KEY is required; STATESET_BASE_URL (defaults to https://api.stateset.io/v1), REQUESTS_PER_HOUR (default 1000), and API_TIMEOUT_MS (default 10000) are optional.
How does the server handle network errors?
Failed requests due to network or server errors are automatically retried up to three times with exponential backoff.
What runtime and dependencies are needed?
Node.js and npm are required. Install dependencies with npm install and start with npm start.
Where does the data live?
Data is managed through the StateSet API – the server proxies requests between the LLM and the API; no local data storage is provided.
What transport and authentication does the server use?
It uses the MCP protocol over stdio. Authentication is via the STATESET_API_KEY environment variable passed to the StateSet API.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
Comments