tender-documents-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tender-documents-mcpExtract the tender document from https://example.com/tender.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tender Documents MCP
Neutral Model Context Protocol server for safely downloading and extracting public tender documents. It turns PDFs, modern Office files, text formats and bounded ZIP archives into deterministic text plus generic signals such as headings, dates, amounts and email addresses.
It does not decide whether a tender fits a particular company. Solar, AI-platform, software-development and customer-specific rules belong in the calling agent or skill.
MCP tools
Tool | Purpose |
| Show supported formats and limitations |
| Safely download and extract one public HTTPS document |
| Extract a file already obtained by an authenticated caller |
| Deterministically compare two public document versions |
Related MCP server: mcp-anac-crawler
Security model
HTTPS only; credentials in URLs are rejected
DNS answers are checked against private, loopback, link-local, reserved and documentation networks
The validated public IP is pinned into the HTTPS request to reduce DNS-rebinding risk
Every redirect is resolved and validated again
Download size, archive expansion, archive entry count, nesting depth and time are bounded
Files are processed in memory and not persisted
Spreadsheets are read without executing formulas or macros
The MCP extracts public or caller-supplied content. It does not bypass portals, authentication, CAPTCHAs or access controls.
Formats
PDF, DOCX, XLSX, PPTX, ODT, TXT, Markdown, CSV/TSV, JSON, XML, HTML and ZIP are supported. Legacy binary Office formats are not. Image-only PDFs return ocr_recommended: true; this version does not invent OCR output.
Run locally
npm ci
MCP_AUTH_TOKEN=replace-me npm startHealth:
GET http://localhost:3000/statusMCP:
POST http://localhost:3000/mcpAuth:
Authorization: Bearer <MCP_AUTH_TOKEN>
If MCP_AUTH_TOKEN is empty, auth is disabled.
Deploy to Render
The included render.yaml and Dockerfile deploy the service in Frankfurt. Render generates the bearer token automatically. The free instance type is suitable for demos; document extraction can be memory-intensive, so production workloads should use an appropriately sized service.
Output compatibility
Every tool returns MCP structuredContent and mirrors the complete JSON object in the first text content block for clients that consume only text results.
This server cannot be deployed
Maintenance
Related MCP Connectors
Verified extraction: source-backed JSON from PDFs/URLs; honest null + signed receipt.
Search government tenders and public procurement opportunities with structured results.
Extract text, tables and metadata from every PDF linked in a dataset, CSV or Google Sheet.
PDF URLs to per-page text, tables as rows, Markdown, metadata and OCR for scanned pages.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered extraction and analysis of PDF documents with 40+ specialized tools for text, tables, images, layout analysis, security assessment, and document intelligence. Supports both text-based and scanned PDFs with OCR capabilities.134 PyPI10MIT
- FlicenseNot gradedqualityCmaintenanceEnables searching, inspecting, and downloading Italian public tender notices from the ANAC Pubblicità Legale platform, supporting offset and cursor pagination, reference data lookup, and safe third-party document retrieval.-
- AlicenseNot gradedqualityBmaintenanceEnables searching and analyzing government tenders, contract awards, and pre-tender pipelines from 21 official sources, with tools for tender search, award intelligence, and detailed notice retrieval.MIT
- FlicenseNot gradedqualityCmaintenanceEnables local, read-only extraction of text and structure from PDF, DOCX, PPTX, SVG, and PNG files, including OCR for images, directory tree and metadata reporting, with strict path isolation and audit logging.-