# DataDriven.ro > Monitoring, search, and analysis of Romanian and European public procurement > (licitații publice). DataDriven.ro aggregates tender notices from SEAP/SICAP > and ~60 national and EU procurement platforms, enriches them with full-text > document extraction (OCR, PDF-to-Markdown), and exposes them through a web > app, a REST API, and an MCP server. Most of the site is in Romanian. Tender content covers Romania plus EU member states via TED and national platforms. Structured programmatic access is preferred over scraping the HTML pages — see the API section below. ## For agents - [API catalog](https://www.datadriven.ro/.well-known/api-catalog): RFC 9727 linkset for the API surface below. - [MCP server](https://www.datadriven.ro/api-mcp): connect Claude, Cursor, or another MCP client to `https://api.datadriven.ro/mcp`. OAuth 2.1 with dynamic client registration and PKCE. - [OAuth authorization server metadata](https://www.datadriven.ro/.well-known/oauth-authorization-server): RFC 8414. - [OAuth protected resource metadata](https://www.datadriven.ro/.well-known/oauth-protected-resource): RFC 9728. ## API - [OpenAPI 3.1 description](https://www.datadriven.ro/api-spec/openapi.yaml): machine-readable spec for the REST API at `https://api.datadriven.ro/v1`. - [API reference](https://www.datadriven.ro/api-reference): human-readable endpoint documentation. - [Health check](https://www.datadriven.ro/health): service status. The REST API requires an `Ocp-Apim-Subscription-Key` header, available on the Premium plan. It covers tender search (monitored, saved, and all tenders), awards search, company statistics by CUI, tender history, and per-tender document access (attachments, table of contents, Markdown, page images, full-text find). ## Product pages - [Home](https://www.datadriven.ro/) - [AI for tenders](https://www.datadriven.ro/ai-licitatii): AI-assisted tender relevance and analysis. - [API and MCP](https://www.datadriven.ro/api-mcp) - [Tender context](https://www.datadriven.ro/context-licitatie) - [Intelligent tender PDFs](https://www.datadriven.ro/pdf-inteligent-licitatii) - [Web tenders](https://www.datadriven.ro/licitatii-web): tenders published outside SEAP, collected from buyer websites. - [European tenders](https://www.datadriven.ro/licitatii-europene) ## Public tender listings - [Tenders by category](https://www.datadriven.ro/Licitatii): browsable index of open tenders grouped by procurement category. - [Sitemap](https://www.datadriven.ro/sitemap.xml): full list of public URLs. ## Optional - [Terms of service](https://www.datadriven.ro/termeni) - [Privacy policy](https://www.datadriven.ro/privacy) - [robots.txt](https://www.datadriven.ro/robots.txt): includes Content-Signal directives. Content on this site may not be used for AI model training. Note: `/app/` is the authenticated single-page application and is disallowed in robots.txt. It renders no useful content without a session — use the API or the MCP server instead.