Agent API
Give AI assistants and your own tools a read-only window into production planning — the data needed to answer “what should we make today, and will any shipments slip?” Connect over the Model Context Protocol for Claude, wire it into a custom GPT, or call a bearer-token API directly. Ashicore exposes context; it never lets an assistant change your workspace.
What it exposes
Section titled “What it exposes”The agent surface serves read-only planning data over two tools — a production-planning context and a replenishment context. Unit costs are stripped out before anything leaves your workspace. Together they provide a snapshot of everything a scheduler needs, and nothing it doesn’t:
Ways to connect
Section titled “Ways to connect”The remote MCP server lives at a single URL:
https://ashicore.app/api/agent/mcpSetting it up
Section titled “Setting it up”-
Open Settings → Agent API. You’ll need to be the workspace owner or a team manager.
-
For Claude (Method A), choose Connect Claude — this starts the OAuth/PKCE flow. For ChatGPT (Method B), use Setup guide and Copy schema URL.
-
For direct access, choose Create API token and store it as a bearer secret in your tool — the token is shown once.
-
Review Active credentials any time. Granted MCP authorizations and API tokens are listed together, and you can Revoke either.
The Ashicore Claude plugin
Section titled “The Ashicore Claude plugin”Alongside the raw connection, Ashicore ships a small Claude plugin that adds a Production Schedule skill on top of the MCP server. Ask Claude what to make each day, or whether any shipments are at risk, and it pulls your live planning context first, then returns a clear daily schedule — explicitly calling out any shipment that will be missed and what would have to happen, on what day, to save it.
Related
Section titled “Related”- Prioritize the queue — the open-order ranking the schedule reads from.
- Fulfillment & allocation — how demand and coverage are computed across orders.
- Integrations overview — all connections at a glance.