Skip to main content
Glama

mcp-comexstat

by luizzzvictor

queryHistoricalData

Retrieve historical trade data by specifying flow, time period, detailed metrics, and filters for exports or imports using the MCP server.

Input Schema

NameRequiredDescriptionDefault
detailsYes
filtersNo
flowYes
languageNopt
metricsYes
monthDetailNo
periodYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "details": { "items": { "type": "string" }, "type": "array" }, "filters": { "items": { "additionalProperties": false, "properties": { "filter": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "filter", "values" ], "type": "object" }, "type": "array" }, "flow": { "enum": [ "export", "import" ], "type": "string" }, "language": { "default": "pt", "type": "string" }, "metrics": { "items": { "type": "string" }, "type": "array" }, "monthDetail": { "default": false, "type": "boolean" }, "period": { "additionalProperties": false, "properties": { "from": { "pattern": "^\\d{4}-\\d{2}$", "type": "string" }, "to": { "pattern": "^\\d{4}-\\d{2}$", "type": "string" } }, "required": [ "from", "to" ], "type": "object" } }, "required": [ "flow", "period", "details", "metrics" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luizzzvictor/mcp-comexstat'

If you have feedback or need assistance with the MCP directory API, please join our Discord server