Skip to main content
The BIZ MORI MCP connector lets you use BIZ MORI directly inside an AI assistant like Claude. You connect once with your BIZ MORI account, then ask in plain language:
“Check whether this image is AI-generated: <image URL>
Claude runs the job on BIZ MORI and reports the result back in the chat. No code, no API key, no dashboard.
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to outside services. You do not need to understand it to use this.

What you can do

Detect AI images

Ask whether an image was generated by AI. You get a probability, a verdict, and heatmap images.

Apply Anti-AI protection

Protect images from being used as AI training data. Up to 100 images at once.

Embed a watermark

Add an invisible ownership watermark carrying your text.

Extract a watermark

Check whether a file carries a BIZ MORI watermark and read its text.

Review your history

“Show me my jobs from this week” — list past jobs and check their results.

Choose a billing account

Run a job under your personal account or one of your organizations.

Connect the connector

1

Open your connector settings

In the Claude app (web or desktop), go to Settings → Connectors → Add custom connector.
2

Paste the connector URL

Give it a name you will recognize, such as BIZ MORI.
3

Sign in with your BIZ MORI account

A BIZ MORI login window opens. Sign in with the same account you use for app.bizmori.com and approve the connection.
You do not need an API key.
4

Ask for something

Start a new chat and try:

Image upload methods

Which upload methods you can use depends on the tool you are using.
An image you attach to the chat cannot be used. The attachment goes to Claude’s eyes only; the connector never receives the actual file. This is a platform limitation, not something BIZ MORI can fix. The app also has no access to your computer’s files.So upload the image somewhere that gives you a link — Google Drive, Dropbox, or Notion with link sharing turned on — and paste that link into the chat.
Attaching a photo and asking for Anti-AI protection will not work. Claude will ask you for a link instead.
Claude Code can read your files, so just tell it where the image is:
It uploads the file to BIZ MORI for you. An image URL works too.
Same as Claude Code: give it the file path and it handles the upload.

Getting your results

Claude waits for the job to finish and gives you the result in the chat. Every result also includes a link to open that job on your dashboard, and the name of the account it was billed to. AI Detection produces all three images by default. They do not cost extra — one check counts as one job no matter how many images come back.
A long job may come back as “still processing.” Claude only waits about two minutes — a large Anti-AI batch or a heavy watermark job can take longer.This is not a failure; the job keeps running. Get the result either way:
  • Download it from the dashboard, where all your completed jobs are listed.
  • Or come back to the chat a few minutes later and ask Claude to check that job again.
Download links expire after a while. If a link has stopped working, ask Claude for a new link for that job, or download from the dashboard.

Good things to ask

Put your image link in <image URL>. If you use Claude Code or Codex CLI, a file path works too.

Billing account

If you belong to one or more organizations on BIZ MORI, jobs can be billed to your personal account or to an organization. The connector never guesses — it will stop and ask you which one to use. Answer with the account name and the job runs. You are only asked once — your choice is remembered, so later jobs use the same account without asking again. Name a different account any time to switch. Every result tells you which account it was billed to. You can also say it upfront:
If your personal account is the only one you have, nothing is asked and it is used automatically.

Troubleshooting

That is the platform limitation described above, not a bug. Put the image somewhere with a shareable link and paste the link instead.
Disconnect and reconnect the connector in Settings → Connectors. Claude caches the tool list, so newly added capabilities only appear after reconnecting. Until then it may split a batch into many separate jobs or attempt browser-based workarounds.
You may be running jobs under your personal free account instead of your organization. Ask Claude which accounts are available, then name the organization when you start a job.

Prefer to write code?

The connector covers everyday use. For building BIZ MORI into your own product, use the REST API directly.

Quickstart

Make your first API call step by step.

AI Agent Integration

Hand a coding agent the full integration contract in one paste.