Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's Lightspeed Retail X-Series MCP server and give it 57 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across Lightspeed Retail X-Series — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Lightspeed Retail X-Series MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Lightspeed Retail X-Series tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lightspeed Retail X-Series call.
Tools Discovery →A Lightspeed Retail X-Series MCP server lets AI agents read and write Lightspeed Retail X-Series data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lightspeed Retail X-Series MCP server ships with 57 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Lightspeed Retail X-Series's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Creates a new brand.
Returns a paginated list of brands.
Creates a new consignment.
Updates the given consignment.
Updates the customer with the requested ID.
Deletes the customer with the requested ID.
Creates one or more stock adjustments in a single batch (1–1000 items per request).
Returns a paginated list of stock adjustments for the authenticated retailer.
Creates a new product.
Returns a paginated list of products.
Returns a single product object with a given ID.
Deletes a single product. If a variant ID is provided, that single variant is removed.
Create a sale. Returns the ID of the created sale. See [Sales 101](/docs/sales_101) for usage information.
Update an existing sale by ID.
Create a webhook.
List all webhooks.
Delete a webhook
Creates a new customer.
Create and update a product category hierarchy
This endpoint creates a new promotion.
Creates a new supplier.
Returns a single brand with a requested ID
Return a paginated list of consignments.
Returns a single consignment with the requested ID.
Returns a paginated list of customers.
Returns a single customer with a requested ID.
Returns a paginated list of gift cards.
Returns a paginated list of inventory records.
Returns a collection of outlets.
Returns a single outlet with the requested ID.
Returns a paginated collection of payment types.
Returns a paginated list of price books.
Returns a single price book with a requested ID
Returns a paginated list of price book products.
List product categories
Returns the metadata for a single product image with a given ID.
**DEPRECATED** We recommend using the product_categories endpoint instead.
Returns a single product type with a given ID.
This endpoint lists all promotions for a retailer.
This will retrieve a single promotion using the given ID.
Returns a paginated list of registers.
Returns a single register with the requested ID.
This endpoint returns information about the retailer.
Returns a paginated list of sales.
Returns a single sale with a given ID.
Returns a list of store credits for the given customer id. Returns HTTP 404 (not 200 + empty array) when the customer has no store credits.
Returns a paginated list of suppliers.
Returns a single supplier with a given ID.
Returns a paginated list of taxes.
Returns a single tax with a given ID.
Returns a paginated list of users.
Returns a single user with the requested ID.
Update an existing product.
Allows for changing the image position in the list
Updates a supplier.
Finds and returns the given card number. Returns a 404 if the card does not exist.
Returns a list of store credit customers.
One endpoint. Any framework. Your agent is talking to Lightspeed Retail X-Series in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}162+ actions
133+ actions
128+ actions
125+ actions
120+ actions
85+ actions
83+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.