The fileAI MCP Server offers a read-only set of tools to explore the fileAI file processing pipeline. It lets AI models list your files and folders, and retrieve Optical Character Recognition (OCR) text, extracted structured data, and schemas already processed by fileAI. The server leverages the Model Context Protocol (MCP) to provide seamless integration with AI models, enabling them to work with your documents programmatically.
The fileAI MCP Server is currently read-only. To upload files, run OCR, or edit schemas, use the fileAI API or the fileAI app.

Features

Full pipeline visibility

  • From upload status to extracted data — inspect every stage of your files’ lifecycle.

AI-powered results

  • Retrieve the OCR text and structured data already extracted by fileAI’s AI models.

Schema insights

  • List and inspect the AI schemas and file types (blueprints) configured in your workspace.

Asynchronous processing

  • Track the processing status of uploads without leaving your MCP client.

Requirements

To use the fileAI MCP Server, make sure you have the following items at hand:

A fileAI Account

You need an account to use our API endpoints and MCP servers. Sign up or login here.

A fileAI API key

  • After creating your fileAI account, you can generate your API Key.

Verified AI Schemas

fileAI suggests extraction and data fetch schemas. Confirm or edit these in the UI so their extracted data is ready to browse via MCP.

Your MCP toolkit

An MCP client (such as Cursor or Claude Desktop) and npx (included with Node.js) available in your environment.