Skip to main content
Glama
asept1977

tender-documents-mcp

by asept1977

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

list_supported_formats

Show supported formats and limitations

extract_document

Safely download and extract one public HTTPS document

extract_base64_document

Extract a file already obtained by an authenticated caller

compare_documents

Deterministically compare two public document versions

Related MCP server: LandingAI ADE MCP Server

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 start
  • Health: GET http://localhost:3000/status

  • MCP: POST http://localhost:3000/mcp

  • Auth: 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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Extract content from URLs, documents, videos, and audio files using intelligent auto-engine selection. Supports web pages, PDFs, Word docs, YouTube transcripts, and more with structured JSON responses.
    2
    167
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables extraction of text, tables, and structured data from PDFs, images, and office documents using LandingAI's Agentic Document Extraction API. Supports both direct parsing and background job processing for large files with privacy-focused processing.
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and analyzing Indian government tenders from multiple portals (CPPP, eProc Rajasthan, Defence) via natural language queries, returning OCDS-compliant data.
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asept1977/tender-documents-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server