MDIC (Comércio Exterior) Connector for AI agents.
5 live capabilities
Access official Brazilian trade and export statistics directly.
Waiting for input…
Why people use MDIC (Comércio Exterior)
MDIC (Comércio Exterior) for Brazilian Trade Data Analysis
This Connector changes that by letting your agent do the digging for you. You just tell your agent what you're looking for, and it finds the right package, checks the metadata, and pulls the specific rows you need. You get the data you want without ever leaving your chat interface.
What Vinkius changes
You get official Brazilian trade stats in your chat instead of downloading spreadsheets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding monthly export trends
An analyst needs to know the top export products for a specific month.
- Real-world use case 02
Researching municipality exports
A researcher wants to see which municipalities export the most.
- Real-world use case 03
Checking for new dataset availability
A BI lead needs to check if a new dataset is available.
Complete set · 5capabilities
The complete MDIC (Comércio Exterior) capability set.
These are the exact actions your AI can choose when you ask it to work with MDIC (Comércio Exterior).
01—03
3 capabilities in this set.
Part of 5 available through MDIC (Comércio Exterior).
- 01 Capability
Get package
Pulls the full metadata and description for a selected trade dataset. You can use this to verify what data is included before querying.
- 02 Capability
Get resource
Retrieves the specific metadata and download links for a data file. It's the fastest way to get the source link for a specific resource.
- 03 Capability
Search datastore
Queries the actual data rows within a resource using SQL-like parameters. This allows you to pull specific filtered results directly.
04—05
2 capabilities in this set.
Part of 5 available through MDIC (Comércio Exterior).
- 04 Capability
Search packages
Finds specific datasets based on keywords like 'comex' or 'exportação'. It makes it easy to locate the exact package you need.
- 05 Capability
List packages
Lists every dataset currently available in the MDIC portal. This helps you see the full scope of available trade metrics.
Set up in minutes
One URL. Then ask MDIC (Comércio Exterior) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MDIC (Comércio Exterior) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MDIC (Comércio Exterior), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MDIC (Comércio Exterior) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MDIC (Comércio Exterior) URL.
- Step 03
Save and start
Save the connection and enable MDIC (Comércio Exterior) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mdic-comercio-exterior": {
"url": "https://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MDIC (Comércio Exterior)
Open Agent mode in chat and ask: "Using MDIC (Comércio Exterior), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mdic-comercio-exterior": {
"url": "https://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MDIC (Comércio Exterior)
Ask Copilot: "Using MDIC (Comércio Exterior), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mdic-comercio-exterior": {
"url": "https://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MDIC (Comércio Exterior)
Open Cascade and ask: "Using MDIC (Comércio Exterior), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mdic-comercio-exterior": {
"url": "https://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MDIC (Comércio Exterior)
Ask Cline: "Using MDIC (Comércio Exterior), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mdic-comercio-exterior --transport http "https://edge.vinkius.com/vk_preview_1xOtTiA1YhXf8erYNsnS7Vh8JrZt1rOsIN1Nw0KP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MDIC (Comércio Exterior)
Ask Claude: "Using MDIC (Comércio Exterior), show me...". 5 tools are ready
Where the request belongs
Work MDIC (Comércio Exterior) can move forward.
Data analysts and economists who need to pull official Brazilian trade figures without the headache of manual government portal navigation.
Data Analyst
Pulls export trends for specific months to build weekly reports for retail clients.
Economist
Queries trade volumes to identify shifts in Brazilian trade policy and market trends.
BI Lead
Integrates official trade data into automated dashboards for international trade partners.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrasil.io
Access structured Brazilian public data. query COVID-19 stats, company records, and socio-economic datasets directly from your AI agent.
BCB Economia — PIB, Dívida, Reservas, PIX e SGS
Brazilian economic indicators: monthly GDP proxy (IBC-Br), public debt/GDP ratio, international reserves, trade balance, unemployment rate (PNAD), PIX payment statistics, and universal access to 20,000+ BCB time series via SGS codes.
IBGE Serviços de Dados
Access official Brazilian statistics, geographic data, economic classifications (CNAE), and demographic insights directly from IBGE.
IBGE Full Access — Dados Brasileiros
The ultimate Brazil data Mega-Server: 15 capabilities spanning census, cities, CNAE economy, name trends, survey indicators, IBGE news, and country comparisons. all of Brazil's official statistics in one zero-auth integration.
IBGE Censo & SIDRA — Dados Censitários
Access Brazil's official census and statistical data: GDP, population, employment, inflation (IPCA), agricultural production, and thousands of SIDRA aggregate tables. the backbone of Brazilian economic intelligence.
BCB Full — Inteligência Financeira Completa do Brasil
The definitive Brazil Central Bank Mega-Server: 22 capabilities spanning PTAX dollar quotes, 150+ currencies, Selic rates, CDI, IPCA/IGP-M inflation, Focus Survey expectations, GDP, debt, PIX, and universal access to 20,000+ SGS statistical time series.
Bring your own AI
Change the model, client or framework. Keep MDIC (Comércio Exterior) connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MDIC (Comércio Exterior).
The practical details behind the request, access and result.
Can I use the MDIC (Comércio Exterior) MCP to find Brazilian trade data?
Yes, this Connector connects your agent directly to the official MDIC portal, allowing you to find and query trade statistics without leaving your workspace.
Does the MDIC (Comércio Exterior) MCP support export and import stats?
It does. You can search for specific packages like 'comex-stat' to get detailed monthly export and import figures.
How do I get specific rows of data using the MDIC (Comércio Exterior) MCP?
Your agent can query the datastore directly. You just describe the filters you need, like a specific year or product code, and it pulls the rows for you.
Can I see what's in a dataset before downloading it with the MDIC (Comércio Exterior) MCP?
Yes, you can use the Connector to inspect the metadata of any package to see the available resources and descriptions before you decide to pull the data.
Is the MDIC (Comércio Exterior) MCP good for economic research?
It's a great capability for economists who need official government data. It saves you from the tedious process of manual data gathering from the government website.
Does the MDIC (Comércio Exterior) MCP require a manual download?
No, the Connector lets your agent fetch the data directly into your conversation, though it can also provide download links if you need the original file.
Can I search for specific trade terms like 'soybean' or 'iron ore'?
Yes! Use the search_packages capability with your query string. It will return all datasets matching those terms within the MDIC portal.
How do I access the actual data rows inside a CSV resource?
Use the search_datastore capability by providing the resource_id. You can also apply filters and limits to retrieve exactly the data points you need.
Is it possible to see the file format and download URL for a dataset?
Yes. The get_package capability returns a list of resources, and get_resource provides specific metadata including the format (CSV, XLSX, etc.) and the direct download URL.
One connection away
Give your agent a direct line to MDIC (Comércio Exterior).
Connect MDIC (Comércio Exterior) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available