Skip to main content
Version: v1.0.0

Pharus

Pharus is an inventory and operations platform for manufacturing businesses. It keeps one authoritative record of your materials, products, recipes, orders, and stock, and exposes that record through a clean API so the rest of your tools — and your AI agents — can work against it.

What it manages

  • Master data — materials, products (SKUs), bills of materials, vendors, customers, brokers, locations, and contacts.
  • Orders — purchase orders, work orders, and sales orders, each with line items and receipts.
  • Inventory — a ledger-based record of stock for both raw materials and finished goods, with summaries, transfers, adjustments, and disposals.
  • Documents — files attached to orders, with secure download links.

Every account is scoped to a single organization, and all data is isolated per organization.

Two ways to connect

The Pharus web app is the day-to-day interface for your team. When you want to integrate Pharus with other systems or with AI, there are two front doors:

  • REST API — a standard HTTP/JSON API covering every action in the platform. This is the way to build integrations, sync data, or back your own UI.
  • MCP server — a hosted Model Context Protocol endpoint that lets AI agents (Claude, Claude Code, or any MCP-capable agent) operate your organization directly through typed tools — no HTTP plumbing required.

Both speak to the same underlying data, so anything you can do in the app you can do through the API or an agent.