Skip to main content
Glama
luizzzvictor

mcp-comexstat

by luizzzvictor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMEXSTAT_API_URLNoBase URL of the APIhttps://api-comexstat.mdic.gov.br
COMEXSTAT_TIMEOUT_MSNoMaximum timeout per request in milliseconds30000
COMEXSTAT_MAX_RETRIESNoMaximum number of retry attempts4
COMEXSTAT_CACHE_TTL_MSNoCache TTL in milliseconds300000
COMEXSTAT_RETRY_BASE_DELAY_MSNoInitial delay for exponential backoff in milliseconds1000
COMEXSTAT_MIN_REQUEST_INTERVAL_MSNoMinimum interval between requests in milliseconds500
COMEXSTAT_QUERY_MIN_REQUEST_INTERVAL_MSNoMinimum interval between data queries in milliseconds10000

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
getLastUpdateD
getAvailableYearsD
getAvailableFiltersD
getFilterValuesD
getAvailableFieldsD
getAvailableMetricsD
queryDataD
queryMunicipalitiesDataD
queryHistoricalDataD
getAuxiliaryTableD
getStatesD
getStateDetailsD
getCitiesD
getCityDetailsD
getCountriesD
getCountryDetailsD
getEconomicBlocksD
getHarmonizedSystemD
getNBMD
getNBMDetailsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 20 tools

Disambiguation4/5

Most tools have clearly distinct purposes targeting different data entities (countries, states, cities, NBM, etc.) or metadata (available fields, filters, metrics). However, some pairs like getCities/getMunicipalitiesData and getNBM/getNBMDetails have potential overlap that could cause confusion without descriptions to clarify their boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with 'get' or 'query' prefixes, using camelCase uniformly throughout. The naming is highly predictable and readable, with clear conventions for different types of operations (get for metadata/entities, query for data retrieval).

Tool Count3/5

With 20 tools, this is borderline heavy for a trade statistics server. While the domain appears broad (covering countries, states, cities, NBM codes, auxiliary tables, etc.), the count feels somewhat inflated with multiple similar metadata tools (getAvailableFields/Filters/Metrics/Years) that might be consolidated.

Completeness4/5

The tool set appears to provide comprehensive coverage for trade data exploration and retrieval, including metadata discovery, entity lookups, and data querying across different dimensions (current, historical, municipal). Minor gaps might exist in data modification capabilities, but for a read-only statistical service, the surface seems reasonably complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues