greek-competition-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gr_comp_search_decisionsB | Full-text search across HCC (Hellenic Competition Commission) enforcement decisions (abuse of dominance, cartel, sector inquiries). Returns matching decisions with case number, parties, outcome, fine amount, and Law 3959/2011 articles cited. Published primarily in English. |
| gr_comp_get_decisionB | Get a specific HCC decision by case number (e.g., 'HCC/700/2023', 'HCC/650/2021'). |
| gr_comp_search_mergersB | Search HCC merger control decisions. Returns merger cases with acquiring party, target, sector, and outcome. |
| gr_comp_get_mergerB | Get a specific HCC merger control decision by case number. |
| gr_comp_list_sectorsA | List all sectors with HCC enforcement activity, including decision counts and merger counts per sector. |
| gr_comp_list_sourcesA | List the primary data sources used by this MCP, including URLs, publisher, and update frequency. |
| gr_comp_check_data_freshnessA | Check how current the data is: returns the date of the most recent decision or merger in the database and the data source update frequency. |
| gr_comp_aboutA | Return metadata about this MCP server: version, data source, coverage, and tool list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: metadata, freshness check, specific decision/merger retrieval, sector/source listing, and full-text search for decisions and mergers. No overlap in functionality.
All tools follow the consistent 'gr_comp_verb_noun' pattern (e.g., gr_comp_get_decision, gr_comp_search_decisions), using snake_case uniformly.
With 8 tools, the server is well-scoped for its purpose—providing access to Greek competition data—without being overly complex or too sparse.
The server covers metadata, data freshness, listing sectors and sources, and both retrieval and full-text search for decisions and mergers, leaving no obvious gaps for its read-only domain.