Skip to content

Claude connector (MCP)

Connect Claude to produuz.it and ask about your own production in plain language: which panels in the Meerhoven project are still waiting on parts, what did line 2 finish yesterday, which batches are late.

The connector uses MCP, the standard Claude uses to talk to other systems. You add it once, sign in with your produuz.it account in the browser, and Claude answers from your company's live data.

What it can and cannot do

The connector is read-only. That is not a setting you can change and it is not a promise about how it is used: there is no way to write through it at all.

It canIt cannot
Read projects, batches, panels, modules and partsChange, create or delete anything
Read production status and kit completenessStart or finish production
Read dashboards, today's timeline and issuesTouch a checklist or a proof
Create temporary download links for your filesChange any setting
Search this documentationSee any other company's data

Everything it reads is scoped to your company, exactly like the app. It reads with your account, so it sees what your account is entitled to see and nothing beyond it.

What you need

An MCP licence on your user account. Licences are per person and your company has a number of seats, like the Android or Tekla ones.

Ask your company administrator to give you a seat: Company → Users → Licences → MCP.

TIP

Taking the licence away ends the connection. If somebody leaves, removing their seat cuts their connector off within the hour, without anybody having to find and revoke a token.

Adding the connector

In claude.ai

  1. Open Settings → Connectors → Add custom connector.
  2. Paste the URL:
    https://back.produuz.it/api/v2/mcp
    https://back.produuz.it/api/v2/mcp
  3. Claude opens a produuz.it page asking you to approve the connection. Check the account and company it names, read what it will be able to do, and press Allow.

On Team and Enterprise plans an owner adds the connector once for the whole organisation, and each person then signs in with their own account. Everybody sees their own company's data, never each other's.

In Claude Code

bash
claude mcp add --transport http produuzit https://back.produuz.it/api/v2/mcp --scope user
claude mcp add --transport http produuzit https://back.produuz.it/api/v2/mcp --scope user

Then run /mcp inside Claude Code and follow the browser prompt to sign in.

In Claude Desktop

Same as claude.ai: Settings → Connectors → Add custom connector, with the same URL.

Before anything is connected, produuz.it shows you what you are about to approve:

  • which application is asking, and whether produuz.it has reviewed it;
  • which account and company is being connected — worth a look, because many people have more than one account and the wrong one would show Claude the wrong company;
  • that the access is read only;
  • what it will be able to read, in plain words;
  • what it will never be able to do;
  • where you will be sent back to, and how to disconnect later.

If you do not have an MCP licence, the screen says so rather than failing with an error code.

Things you can ask

Once connected, ask Claude in your own words. It picks the right lookups itself.

  • Which panels in project 24031 are not built yet, and how many are waiting on parts?
  • What did each station finish today?
  • Show me the open issues on the Meerhoven project.
  • Which batches on line 2 are behind their delivery date?
  • How many panels were finished each week over the last quarter?
  • What does "kitted parts" mean in produuz.it?

That last one works because the connector can also read this documentation. When a produuz.it word needs explaining, Claude looks it up here rather than guessing.

Disconnecting

Two ways, either is enough:

  • In produuz.itAccount → Connected apps lists everything you have approved, when you approved it and when it was last used. Press Disconnect.
  • In Claude — remove the connector.

Disconnecting in produuz.it takes effect immediately, whether or not the other side cooperates.

Documentation without an account

There is a second connector that serves only this documentation and needs no produuz.it account at all:

https://back.produuz.it/api/v2/mcp/docs
https://back.produuz.it/api/v2/mcp/docs

It is useful if you are evaluating produuz.it, or helping somebody who has not been given an account yet. It only reaches these public pages — never any company's data.

Security

  • You sign in on produuz.it. The application you are connecting never sees your password.
  • The permission is bound to your account and your company, and is checked on every single request rather than once at connection time.
  • Access is read only end to end.
  • Download links are a separate permission, asked for only when one is actually needed, because a link can be opened by anybody who holds it until it expires.
  • You can revoke everything from Account → Connected apps at any time.