mcpbeat Sign in

Mindee MCP Server

answering

Mindee is answering right now. Last checked 15 min ago. It exposes 4 tools. Last commit 1 Sep 2026.

Turn PDFs and images into typed fields — invoices, receipts, IDs and custom models — via Mindee OCR.

Uptime history 47 days of history · worst day 14%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
165 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Mindee every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mindee --transport http https://mindee.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mindee": {
      "url": "https://mindee.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mindee]
url = "https://mindee.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mindee": {
      "url": "https://mindee.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mindee": {
      "url": "https://mindee.usefulapi.io/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mindee
mindee_extract_document
Submit a document (PDF or image) to a Mindee extraction model and return the structured fields. Provide EITHER document_url (a public URL) OR file_base64 (+ filename). This enqueues an inference and polls until it completes (up to ~30s); if it is still processing it returns a job_id you can poll with mindee_get_job then read with mindee_get_inference. NOTE: consumes Mindee API credits (paid, billed per page). V2 API: POST /v2/inferences/enqueue.
mindee_get_inference
Fetch the structured result of a completed inference by id, returned as a compact map of extracted fields (plus raw_text if it was requested). V2 API: GET /v2/inferences/{inference_id}.
mindee_get_job
Check the processing status of an enqueued document by job id. Status is Waiting | Processing | Processed | Failed. When Processed, the response carries a result_url; pass that inference id to mindee_get_inference. V2 API: GET /v2/jobs/{job_id}.
mindee_list_models
List the document-extraction models available to your Mindee account (id, name, type). Use a model's `id` as the model_id for mindee_extract_document. V2 API: GET /v2/search/models.

Endpoints

URLTransportStateLatencyChecked
https://mindee.usefulapi.io/mcp streamable-http answering 234 ms 15 min ago

Alternatives to Mindee

same job, measured the same way
Invoice & Receipt OCR Extractor to Excel
by ranovam

Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…

answering
Datanem
by datanem

Turn PDFs, scans and photos into a queryable database. Invoices, CVs, receipts, in bulk.

answering
Pdfapi MCP Server
by amranswill

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

33 installs/wk local only
Service Report
by theluckystrike

Field service reports: hours, materials, sign-off, and the invoice the visit turns into.

local only
Document to JSON – PDF Invoice/Statement/Contract Parser
by fashionmascherine-svg

Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.

answering
Invompt
by invompt

Turn AI-host work into invoices you review before send via hosted MCP.

answering
Flatland
by flatlandfi

Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts

40 installs/wk local only
Pdfops MCP
by pdfops

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

157 installs/wk local only

Mindee — questions

Answers built from our own checks of this server.

What can Mindee do?
It exposes 4 tools, read directly from the server on our last check. Among them: mindee_extract_document, mindee_get_inference, mindee_get_job, mindee_list_models. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Mindee working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 165 ms. The bar chart above shows every period we have measured.
How do I connect Mindee?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Mindee need an API key?
No. Mindee completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Mindee?
It answers our handshake in 165 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Mindee open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.