Developer ToolsAuto-generated
Importer-Exporter Details API MCP Server
The Importer-Exporter Code (IEC), issued by Directorate General of Foreign Trade (DGFT), is a key business identification number which is mandatory for Exports or Imports. This API can be used to get details of a importer-exporter by importer-exporter code.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apisetu-gov-in-dgft
Environment Variables
IMPORTER_EXPORTER_DETAILS_API_API_KEYExample: your_importer_exporter_details_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apisetu-gov-in-dgft": {
"command": "npx",
"args": ["-y","@mcp/apisetu-gov-in-dgft"],
"env": {
"IMPORTER_EXPORTER_DETAILS_API_API_KEY": "your_importer_exporter_details_api_api_key"
}
}
}
}Endpoints
GET
/v1/iec/{iec}Importer-Exporter Code (IEC) Verification API.