Katana for your agents.
Connect Katana once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Katana.
What agents can do with Katana
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
katana_list_productsList all products (finished goods) in the catalog.
katana_list_ordersList sales orders with optional status or date filters.
katana_list_inventoryList current stock levels for all products and materials.
katana_get_productGet detailed information about a specific product by ID.
katana_list_materialsList raw materials and components used in manufacturing.
katana_get_orderGet a single sales order by id with its line items and status.
katana_list_purchase_ordersList purchase orders with optional status or date filters.
katana_list_warehousesList warehouses and their locations.
katana_list_manufacturing_ordersList manufacturing (work) orders with optional status filter.
katana_get_materialGet detailed information about a specific raw material by ID.
katana_create_productCreate a new finished-good product with name and default unit cost.
katana_create_sales_orderCreate a new sales order. `line_items` is an array of objects with product_id and quantity.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to your Katana account and go to Dashboard > Settings > API.
- Click Generate API Key and copy the key shown.
- The key is sent as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Katana to Even: call connect_begin("katana") on the even-connect MCP and walk me through it.
Katana lists inventory products and materials, checks stock levels, and retrieves sales orders for MRP planning.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.