Labsco
2slides logo

PDFCheck MCP

from 2slides

View PDF metadata, detect AI-generated content, check edit history & verify authenticity.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Model Context Protocol

PDFCheck MCP Server

Analyze, validate, and optimize PDF files directly from your favourite AI tools โ€” Claude Desktop, GitHub Copilot, Cursor, and more.

Quick Setup

Create Account

โœ“ Token applied โ€” all configs below are updated. Paste your token and all setup examples below will be auto-filled.

No account needed โ€” you get 10 free PDF analyses per day. Just save the script and configure your AI tool.

What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. Think of it as a universal plug that lets your AI assistant talk to services like PDFCheck โ€” directly from your chat window.

Natural Language

Just ask your AI to "analyze this PDF" and it handles the rest โ€” no manual API calls needed.

Secure

Your API token stays local on your machine. Files are processed and immediately discarded.

Works Everywhere

Compatible with Claude Desktop, GitHub Copilot, Cursor, Windsurf, and any MCP-compatible client.

How it works: The MCP server runs locally on your machine as a lightweight bridge between your AI assistant and the PDFCheck API. When you ask your AI to analyze a PDF, it calls the local MCP server, which securely forwards the request to our API and returns the results.

Available MCP Tools

Once connected, your AI assistant gains access to the following PDF tools:

analyze_pdf

POST

Upload and analyze a PDF file. Returns metadata, creation date, author, software used, page count, and verification status.

get_analysis

GET

Retrieve a previous PDF analysis by its share token. Useful for revisiting or comparing results.

list_analyses

GET

List all your previous PDF analyses. Returns a paginated list with file names, dates, and share tokens.

check_usage

GET

Check your account info and remaining daily API quota. Returns your name, email, and how many analyses you have left today.

MCP Server Script

Save the following file as pdfcheck-mcp-server.mjs anywhere on your machine. This lightweight script bridges your AI tool and the PDFCheck API.

Download Script

One-time setup: Before using the script, install the MCP SDK dependency:npm install @modelcontextprotocol/sdk

pdfcheck-mcp-server.mjs Copy

Tip: The script has zero configuration files and no build step. Save it, install the SDK, and point your MCP client to it. That is it!

Frequently Asked Questions

Do I need an API token?

No! You can use the MCP server without an API token and get 10 free PDF analyses per day. For 50 analyses per day, create a free account and generate an API token.

Is the MCP server free to use?

Yes! The MCP server is completely free. Without an account you get 10 free analyses per day. Register for a free account to get 50 analyses per day.

Are my PDF files stored on your servers?

No. PDFs are processed in memory and immediately discarded after analysis. Only the extracted metadata is stored in your account history.

Does the MCP server send my files to a third party?

The MCP server only communicates with pdf.businesspress.io. Your files go directly from your machine to our API over HTTPS. No data is sent to your AI provider โ€” they only see the text results.

What if my AI tool is not listed here?

Any tool that supports the Model Context Protocol should work. The server uses the standard stdio transport. Check your tool's documentation for how to add an MCP server using the "command" + "args" format.

What is the maximum PDF file size?

The API accepts PDF files up to 100 MB.

Can I use this with my own self-hosted PDFCheck instance?

Yes. Change the API_BASE constant in the server script to point to your own instance URL.

Ready to connect your AI tools?

Create a free account, grab your API token, and start analyzing PDFs from your favourite AI assistant in minutes.

Create Free Account View API Documentation