Skip to main content
Glama

mcp-comexstat

by luizzzvictor
index.ts632 B
import { ComexstatMCP } from "./ComexstatMCP"; const mcp = new ComexstatMCP({ version: "1.0.0", description: "MCP server for accessing Brazilian foreign trade statistics via Comexstat API", }); /** * Main entry point for the Comexstat MCP server * This starts the MCP server and handles the communication protocol */ async function main() { try { console.log("Starting Comexstat MCP server..."); await mcp.start(); console.log("Comexstat MCP server is running"); } catch (error) { console.error("Error starting Comexstat MCP server:", error); process.exit(1); } } // Start the server main();

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