Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ckreidl/katana-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
katana-mcp
Model Context Protocol server for the Katana MRP API. Exposes Katana operations as MCP tools for use with Claude and other AI models.
Usage
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"katana": {
"command": "npx",
"args": ["@ckreidl/katana-mcp"],
"env": {
"KATANA_API_KEY": "your-api-key"
}
}
}
}Available Tools
- listProducts — Search and filter products
- listMaterials — Search and filter materials
- listVariants / createVariant / updateVariant — Manage product/material variants
- listManufacturingOrders / createManufacturingOrder — Manufacturing orders
- listSalesOrders / listSalesOrderRows — Sales orders
- listPurchaseOrders / createPurchaseOrder — Purchase orders
- listSuppliers — Suppliers
- listInventory / listInventoryMovements — Inventory tracking
- listLocations — Warehouse/location management
- listBomRows — Bill of materials
- getDemandForecasts — Demand forecasting