Actions
| Name | Description |
|---|---|
get_productGet a product by ID from Katana MRP | Get a product by ID from Katana MRP |
create_productCreate a new product in Katana MRP | Create a new product in Katana MRP |
get_manufacturing_orderGet a manufacturing order by ID from Katana MRP | Get a manufacturing order by ID from Katana MRP |
create_manufacturing_orderCreate a new manufacturing order in Katana MRP | Create a new manufacturing order in Katana MRP |
get_inventoryGet inventory levels from Katana MRP | Get inventory levels from Katana MRP |
custom_api_callMake a custom API call to the Katana MRP API | Make a custom API call to the Katana MRP API |
Triggers
| Name | Description |
|---|---|
order_createdTriggers when a new manufacturing order is created in Katana MRP | Triggers when a new manufacturing order is created in Katana MRP |
inventory_changedTriggers when inventory movements occur in Katana MRP | Triggers when inventory movements occur in Katana MRP |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'katana-mrp',
actionName: 'get_product',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Katana MRP to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Katana MRP support?
Katana MRP supports 6 actions including Get Product, Create Product, Get Manufacturing Order, Create Manufacturing Order, Get Inventory, and more.
Can I use Katana MRP with AI agents?
Yes. Add Katana MRP to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Katana MRP use?
Katana MRP uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Katana MRP integration cost?
The Katana MRP integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Katana MRP support?
Katana MRP supports 2 triggers including Manufacturing Order Created, Inventory Changed.
Connect Katana MRP in 2 minutes
Get 1,000 free actions every month. No credit card required.