Skip to main content
Glama
mcorbe

zei-world-mcp

by mcorbe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 8 tools

Disambiguation4/5

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).

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues