πŸ€– AI & Developer Access

Tender84 provides multiple ways for AI agents, custom GPTs, MCP clients, and developers to access government tender data programmatically.

πŸ”Œ MCP Server Recommended for AI Agents

Connect Claude Desktop, ChatGPT, or any MCP-compatible AI agent directly to our tender database via Streamable HTTP.

Endpoint: https://tender84.com/mcp

Tools available:

Auth: POST https://tender84.com/api/ai/auth with email+password β†’ Bearer token

Docs: API Documentation | OpenAPI Spec

πŸ“Š REST API

Standard JSON REST API for developers building integrations.

GET /api/tender-details.php?id=... β€” Full tender detail

GET /api/requests-list.php β€” User's doc requests

POST /api/lead.php β€” Submit service inquiry

Full spec: OpenAPI 3.0 JSON

πŸ—ΊοΈ Sitemaps For Web Crawlers

66,000+ individual tender pages, all with Schema.org structured data.

πŸ“ LLMs Context Files llmstxt.org Spec

Structured site information designed for LLM context windows.

πŸ“ Structured Data

Every public tender page includes Schema.org markup:

{
  "@type": "GovernmentService",
  "name": "Supply of Pipeline Inspection Equipment",
  "provider": { "@type": "GovernmentOrganization", "name": "Pune Municipal Corporation" },
  "areaServed": { "@type": "AdministrativeArea", "name": "Maharashtra" },
  "offers": { "@type": "Offer", "price": "23060000", "priceCurrency": "INR" }
}

🀝 AI Content Policy