“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
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.Claude app — you must use an image URL
Claude app — you must use an image URL
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.
Claude Code — local file upload works
Claude Code — local file upload works
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.
Codex CLI — local file upload works
Codex CLI — local file upload works
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.
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:Troubleshooting
Claude says it can't read my attached image
Claude says it can't read my attached image
That is the platform limitation described above, not a bug. Put the image
somewhere with a shareable link and paste the link instead.
A job came back as "still processing" with no download link
A job came back as "still processing" with no download link
The job ran longer than Claude waits, which happens with large batches. It
is still running, not failed. Download the result from the
dashboard, or ask Claude to check that job again
in a few minutes.
The connector's tools don't show up, or Claude tries odd workarounds
The connector's tools don't show up, or Claude tries odd workarounds
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.
I hit a usage limit immediately
I hit a usage limit immediately
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.
A download link returns an error
A download link returns an error
The link expired. Ask Claude to look up that job again for a new link, or
download it from the dashboard.
Something else is wrong
Something else is wrong
Contact support@bizmori.com.
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.