Back to Discover

diavgis-mcp

connector

omegaaistudio

Search Greek public procurement: tenders, awards, contracts, payments, buyers and suppliers.

View on GitHub
0 starsSynced Aug 14, 2026

Install to Claude Code

/plugin marketplace add omegaaistudio/diavgis-mcp

README

Diavgis

Diavgis MCP Server

Greek public procurement, queryable by AI agents.
858k acts · 60k entities · tenders, awards, contracts and payments linked into one process.

diavgis.gr · OCDS 1.1 API · llms.txt


What this is

A remote Model Context Protocol server that lets an AI agent query Greek public-procurement records directly — no scraping, no PDF parsing, no local setup.

The data comes from three official sources, cross-linked:

SourceWhat it is
Διαύγεια (Diavgeia)the Greek state transparency portal — every public decision must be published there
ΚΗΜΔΗΣ (KIMDIS)the central electronic registry of public contracts
TEDTenders Electronic Daily, the EU-wide procurement journal

Records that belong to the same procurement are joined into a chain, so a tender, the award that followed it, the signed contract and the payments made against it can be read as one story rather than four unrelated documents. That linkage is the reason this server exists.

Endpoint

https://mcp.diavgis.gr/mcp

Streamable HTTP. Supported protocol revisions: 2026-07-28, 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05.

Health check: https://mcp.diavgis.gr/health

Quick start

Add to your MCP client configuration:

{
  "mcpServers": {
    "diavgis": {
      "type": "http",
      "url": "https://mcp.diavgis.gr/mcp"
    }
  }
}

To raise rate limits, send an API key as a bearer token. Keys and their limits are at https://diavgis.gr/pricing.

{
  "mcpServers": {
    "diavgis": {
      "type": "http",
      "url": "https://mcp.diavgis.gr/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Tools

ToolWhat it answers
search_tendersSearch acts across all three sources — by text, buyer, supplier, CPV, region, amount, date
expiring_contractsContracts running now that expire within 0, 7, 30 or 180 days
get_actFull detail of one act by Διαύγεια ΑΔΑ or ΚΗΜΔΗΣ ΑΔΑΜ
get_entityProfile of a company or public body by 9-digit ΑΦΜ — name, role, spend/receipts
get_chainA reconstructed procurement lifecycle: the linked sequence tender → award → contract → payment
rank_entitiesTop buyers or suppliers, by spend or by count
spend_by_cpvCommitted value by CPV division, optionally for one year
entity_counterpartiesWho an entity actually transacts with — a buyer's top suppliers, or the reverse

The authoritative list is always the server itself:

curl -s https://mcp.diavgis.gr/mcp \
  -H 'content-type: application/json' \
  -H 'MCP-Protocol-Version: 2026-07-28' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Other ways in

The same data is available without MCP:

Notes on the data

  • Counterparties that are natural persons are redacted at source under EU and Greek data-protection law, and carry no supplier identity.
  • Greek sources publish well after the issue date. The OCDS endpoint states its own settled-through date; treat anything more recent as still filling.
  • Amounts use a gross basis where the source publishes only one VAT-inclusive figure. The OCDS endpoint documents this per field.
  • Methodology: https://diavgis.gr/methodology

Licence

Documentation in this repository: MIT. The data served by the API is licensed CC BY 4.0 — attribute to Diavgis with a link to https://diavgis.gr.

Rendered live from omegaaistudio/diavgis-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://mcp.diavgis.gr/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.