Trade Intelligence MCP is a NitroStack-based server for trade finance officers who need to review trade documents, detect discrepancies, check compliance rules, screen for sanctions and exposure, and support fraud investigations.
- Document parsing and normalization for trade documents
- Cross-document discrepancy analysis
- Letter of credit and shipment compliance checks
- Sanctions and country-risk screening
- Duplicate financing and TBML detection heuristics
- Decision-support reporting for risk and compliance review
- src/index.ts: application bootstrap entrypoint
- src/app.module.ts: root NitroStack application module
- src/modules/trade-finance/: tools and orchestration for trade-finance workflows
- src/resources/: compliance, sanctions, and Incoterms reference data
- src/schemas/: shared trade-document schemas
npm install
npm run build
npm startnpm run dev
npm run build
npm start
npm run widget <command>The workspace also includes a small widget scaffold under src/widgets for optional UI integrations.
- NitroStack docs: https://docs.nitrostack.ai
- NitroStack Studio: https://nitrostack.ai/studio
- NitroStack GitHub: https://github.com/nitrocloudofficial/nitrostack