mcp-server-zefix
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZEFIX_BASE_URL | No | API base URL | https://www.zefix.ch/ZefixREST/api/v1 |
| ZEFIX_PASSWORD | No | Password for ZefixPublicREST API | |
| ZEFIX_USERNAME | No | Username for ZefixPublicREST API |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companiesA | Search Swiss companies in the Zefix register by name. |
| get_company_by_uidA | Get detailed information about a Swiss company by its UID number. |
| get_company_by_chidA | Get detailed information about a Swiss company by its CH-ID. |
| list_legal_formsA | List all Swiss legal forms (Rechtsformen) recognized by Zefix. |
| get_company_publicationsA | Get SHAB publications (Swiss Official Gazette) for a company. |
| get_company_structureA | Get the corporate structure (head office and branches) of a Swiss company. |
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
The tools are mostly distinct, but get_company_by_uid and get_company_by_chid both retrieve detailed company info and could be confused. However, the descriptions clearly differentiate them by identifier type, and search/list tools are unambiguous.
All tool names follow a consistent verb_noun pattern (search, get, list) with snake_case throughout. The two get_company_by_* variants are uniformly structured.
Six tools is an appropriate scope for a Swiss company register server, covering search, lookup, and ancillary data without redundancy or bloat.
The tool set covers the core functionality of the Zefix register: search, details by identifier, legal forms, publications, and corporate structure. Minor gaps exist (e.g., no direct address lookup or historical searches), but nothing critical for the apparent domain.