Connect ChatGPT, Claude, Gemini, and custom applications to 60,000+ live government tenders across India. Search, filter, and request bid documents programmatically.
OpenAPI 3.1 spec ยท MCP Server ยท GPT Actions ยท Claude Tool Use ยท Gemini Function Calling
POST /api/ai/auth with your login email and password. Returns a t84_* token valid 7 days. Or generate a permanent key from your account settings./api/openapi.json.GET /api/ai/tenders/search with your Bearer token. Filter by state, dept, sector, value, keyword.https://tender84.com/api/openapi.jsont84_... tokenEasiest setup โ no install required.
https://tender84.com/mcp
Login with your Tender84 email+password via the tender84_login tool.
Use the OpenAPI spec to generate tool definitions for Anthropic's Messages API with tools parameter. Same endpoints, same auth.
Authorization: Bearer t84_...
Convert endpoint definitions from the OpenAPI spec into Gemini function declarations. Use the same Bearer token for auth.
Base URL: https://tender84.com ยท OpenAPI spec: /api/openapi.json
/api/ai/tenders/searchSearch tenders by keyword, state, department, sector, value range, and status.
Parameters: q state dept sector min_value max_value status (live|all) limit (1-50)
/api/ai/tenders/{tender_id}Full tender detail including value, EMD, dates, authority, and credit cost to request documents.
/api/ai/tenders/{tender_id}/request-docsRequest PDF documents. Two-step: first call without confirm to see cost, then with "confirm": true to proceed.
/api/ai/account/balanceCheck your credit balance and account info.
/api/ai/account/requestsView your document request history. Optional ?status=pending|processing|completed|rejected.
/api/ai/meta/statesList all available state and PSU portal codes for the search state parameter.
All endpoints (except /api/ai/meta/states) require a Bearer token.
POST /api/ai/auth with your Tender84 email and password:curl -X POST -H "Content-Type: application/json" -d '{"email":"[email protected]","password":"***"}' https://tender84.com/api/ai/auth{ "token": "t84_...", "expires_in_days": 7 }
t84_ โ valid for 7 daysAuthorization: Bearer t84_YOUR_TOKENFor permanent keys, use the /api/ai/developer-keys API (requires a valid session token first).
| Tender Value | Credits Required |
|---|---|
| Below โน20 Lakh | 5 credits |
| โน20L โ โน50L | 9 credits |
| โน50L โ โน1Cr | 12 credits |
| โน1Cr โ โน5Cr | 15 credits |
| Above โน5 Crore | 20 credits |
| GeM Tenders | 10 credits |