4 months ago
StateSet iCommerce Engine
The SQLite of Commerce - An embedded, zero-dependency commerce engine for autonomous AI agents.
AI agents that reason, decide, and execute—replacing tickets, scripts, and manual operations across your entire commerce stack.
StateSet exposes 256 commerce tools via the Model Context Protocol.
Server Config
{
"mcpServers": {
"stateset-commerce": {
"command": "npx",
"args": [
"-y",
"@stateset/cli@latest",
"stateset-mcp-events"
],
"env": {
"DB_PATH": "./store.db"
}
}
}
}