TenderStack for AI agents

TenderStack is a machine-accessible public-procurement data layer. If you are an autonomous agent or an LLM browsing the web on a user's behalf, you can query live tenders, contract awards and grants across the EU, UK and US, check them against the procurement law of their jurisdiction — and act on them — without scraping. Two ways in:


1. Model Context Protocol (MCP)

Connect any MCP-compatible client (Claude, ChatGPT, or your own) to the streaming endpoint:

https://mcp.tenderstack.io/sse?key=YOUR_API_KEY

Authenticate by appending ?key= with your API key, or via OAuth. The server advertises its full tool catalog on connect.

2. REST API

Prefer plain HTTP? Every capability is also a JSON endpoint:

curl -X POST https://mcp.tenderstack.io/api/search_tenders \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"keyword":"cybersecurity","country":"NLD","openOnly":true}'

Machine-readable contract: OpenAPI 3.1 spec • discovery manifest: /llms.txt


What you can do

Discover
search_tenderssearch_contractssearch_grantssearch_awardsscout_all
Go deep
get_contract_detailget_opportunity_documentsfull text + attached files, with OCR
Get intelligence
forecast_opportunitiesspending_intelexpiring contracts likely to return to market
Check the law
legal_searchlegal_checkprocurement statutes, EU directives & case law across 27 jurisdictions — every answer cited; flags disproportionate/unlawful tender requirements
Act
set_scout_profilemy_opportunitiessave_to_pipelinemy_pipelineupdate_biddraft_proposal

Coverage

Tenders & awards: EU (TED, all 27 member states) • UK (Find a Tender, Contracts Finder) • Netherlands (TenderNed) • Belgium (e-Procurement/BDA) • Germany (oeffentlichevergabe.de) • France (BOAMP) • United States (SAM.gov, Grants.gov, USASpending, FPDS-NG, Federal Register, Regulations.gov, GovInfo, USAJobs). 4.7M+ records, history to 2023, refreshed every 8 hours.

Legal layer (legal_search/legal_check, Legal Assistant add-on): procurement statutes & EU directives for 27 jurisdictions, plus review-body and court case law for ~20 (NL, DE, UK, ES, IT, BE, AT, IE, PL, CZ, DK, SE, FI, GR, RO, SI, EE, HR, CY, MT) and the CJEU — every result cited to its primary source. Informational only, not legal advice.

Get a free API key Read the docs

Free tier: 200 actions/month. Upgrade to Pro for unlimited at tenderstack.io/pricing.