INDIVIDUAL MCP TOOL
spend_by_cpv
Committed public procurement value by CPV category (2-digit division), optionally for one year.
LIVE ENDPOINT
https://mcp.diavgis.gr/mcp
Connect to this endpoint to inspect the live schema for spend_by_cpv and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.diavgis-mcp]
url = "https://mcp.diavgis.gr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"diavgis-mcp": {
"type": "http",
"url": "https://mcp.diavgis.gr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: diavgis-mcp
Remote MCP URL: https://mcp.diavgis.gr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"diavgis-mcp": {
"url": "https://mcp.diavgis.gr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"diavgis-mcp": {
"type": "http",
"url": "https://mcp.diavgis.gr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "diavgis-mcp",
"transport": "streamable-http",
"url": "https://mcp.diavgis.gr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tenders— Search Greek public-procurement acts across THREE cross-linked sources — Διαύγεια, ΚΗΜΔΗΣ (Central Electronic Public Procurement Registry) and EU TED.expiring_contracts— Greek public contracts that are RUNNING NOW and expire within a horizon of 0, 7, 30 or 180 days — the renewal pipeline.get_act— Full detail of one act by its id (Διαύγεια ΑΔΑ, ΚΗΜΔΗΣ 'kimdis:<ΑΔΑΜ>', or TED 'ted:<number>'): canonical fields, resolved buyer/supplier entities, CPV codes with labels, and its cross-source lifecycle chain if linked.get_entity— Profile of a legal entity (company or public body) by 9-digit ΑΦΜ: name, role, and spend/receipt statistics as buyer and as supplier.get_chain— A reconstructed procurement lifecycle chain by chain_id: the linked sequence of related acts (e.rank_entities— Rank top Greek public-procurement entities.find_entity— Resolve a Greek buyer or supplier NAME to its ΑΦΜ.get_quota— What this API key is allowed to do right now: plan, calls used this period, calls remaining, per-minute rate, page-size and pagination caps, and when the period resets.