zei-world-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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sectorsA | List all ESG/CSR sectors available on Zei World. Returns sector names and slugs. |
| list_activitiesA | List activities (sub-categories) within a given sector. Requires a sector slug from list_sectors. |
| list_companies_by_activityA | List companies ranked within a specific activity. Supports pagination. Returns company names and IDs. Also includes unscored companies (listed on the site but without an ESG profile yet). |
| search_companyA | Search for a company by name across all brands on Zei World. Returns matching companies with their IDs. |
| get_company_profileA | Get a company's ESG profile including E/S/G scores, classifications, sector, activity, and verification date. |
| get_company_criteriaA | Get detailed evaluation criteria for a company in a specific ESG category (Environnement, Social, or Gouvernance). Returns criterion names, coefficients, and scores. |
| compare_companiesA | Compare 2-5 companies side by side. Returns ESG scores, classifications, and metadata for each company. |
| get_activity_rankingA | Get the ranking of all companies within the same activity as the specified company. Optionally filter by ESG category. |
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
Most tools are clearly distinct: sectors, activities, companies, profiles, criteria, and comparisons. The only minor overlap is between list_companies_by_activity and get_activity_ranking, which both involve companies within an activity but differ in input (activity slug vs company ID) and purpose (browsing vs ranking context).
All tool names follow a consistent verb_noun pattern in snake_case (e.g., list_sectors, get_company_profile, compare_companies). There are no mixed naming conventions or vague, generic verbs.
With 8 tools, the server is well-scoped for its purpose. Each tool covers a distinct aspect of ESG data exploration without unnecessary redundancy or bloat.
The set covers the full read-only workflow: browsing the sector-activity-company hierarchy, searching by name, retrieving detailed profiles and criteria, comparing companies, and viewing activity rankings. No obvious missing operations for a public ESG data platform.