Slovenian 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 |
|---|---|
| si_comp_search_decisionsA | Full-text search across AVK (Agencija za varstvo konkurence) enforcement decisions covering abuse of dominance, cartel enforcement, and sector inquiries under Slovenian competition law (ZPOmK-2). Returns matching decisions with case number, parties, outcome, fine amount, and ZPOmK articles cited. |
| si_comp_get_decisionB | Get a specific AVK decision by case number (e.g., '306-35/2023', '306-12/2022'). |
| si_comp_search_mergersA | Search AVK merger control decisions (nadzor koncentracij). Returns merger cases with acquiring party, target, sector, and outcome. |
| si_comp_get_mergerB | Get a specific AVK merger control decision by case number (e.g., '306-K-1/2023'). |
| si_comp_list_sectorsA | List all sectors with AVK enforcement activity, including decision counts and merger counts per sector. |
| si_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 6 tools
Each tool has a clearly distinct purpose: searching vs retrieving by ID for decisions and mergers, listing sectors, and server metadata. No overlap.
All tools follow a consistent 'si_comp_verb_noun' pattern in snake_case, with clear verbs (search, get, list) and objects (decisions, mergers, sectors, about).
6 tools is well-scoped for a competition law database, covering search and retrieval for two categories plus sector listing and metadata. Not excessive or insufficient.
Core CRUD operations for a read-only legal database are covered: search, retrieve by ID, and list sectors. No obvious gaps given the server's purpose.