whatisgithub

What is trade-intelligence?

maddungeonmaster/trade-intelligence — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5Setup · easy

In one sentence

An early-stage TypeScript server that helps trade finance officers check shipping documents for mismatches, compliance issues, and sanctions risk.

Mindmap

mindmap
  root((repo))
    What it does
      Parses trade documents
      Finds discrepancies
      Checks compliance
      Screens sanctions
    Tech stack
      TypeScript
      NitroStack
    Use cases
      Trade document review
      Fraud investigation support
    Audience
      Trade finance officers
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Parse and normalize trade documents into a consistent format for comparison.

USE CASE 2

Spot discrepancies across multiple documents describing the same shipment.

USE CASE 3

Screen counterparties and countries for sanctions and risk exposure.

USE CASE 4

Generate reports to support trade finance risk and compliance reviews.

What is it built with?

TypeScriptNitroStack

How does it compare?

maddungeonmaster/trade-intelligence0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity3/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires Node.js and npm.

So what is it?

Trade Intelligence MCP is a tool built for people who work in trade finance, the part of banking that handles paperwork for shipping goods across borders. If you review trade documents for a living, this project is meant to sit alongside that work and help catch problems before they become bigger ones. At its core, the tool takes trade documents and normalizes them, meaning it reads different formats and puts the information into a consistent structure so it can be compared and checked. Once documents are in that shape, it can look across multiple documents at once to spot discrepancies, places where two papers describing the same shipment or payment do not agree with each other. Beyond catching mismatches, it also checks compliance rules tied to letters of credit and shipment terms, and it screens for sanctions and country risk, flagging parties or countries that carry legal or financial exposure. It includes checks aimed at spotting duplicate financing and trade based money laundering, both known risks in international trade finance, and it produces reports meant to support the humans who make risk and compliance decisions. Technically, the project is built with TypeScript on top of a framework called NitroStack. The code is organized with a main entry point that starts the application, a root module that wires everything together, a dedicated folder for trade finance specific tools and workflows, a resources folder holding reference data like compliance rules, sanctions lists, and Incoterms, and a schemas folder defining the shape of trade documents used throughout. To run it locally, you install dependencies with npm install, build the project, and start it, following the standard npm workflow familiar to JavaScript and TypeScript developers. There is also a small widget scaffold included for anyone who wants to build an optional user interface on top of the core tools. This is a young project with zero stars so far and no listed description or topics, so it should be treated as an early stage effort rather than a mature, widely used product. The README points to NitroStack's own documentation and studio for anyone wanting to learn more about the underlying framework.

Copy-paste prompts

Prompt 1
Explain how the document parsing and normalization pipeline in this repo works.
Prompt 2
Show me how to add a new compliance rule to the trade finance module.
Prompt 3
Walk me through setting up and running this NitroStack server locally with npm.
Prompt 4
Help me build a widget using the widget scaffold in src/widgets.

Frequently asked questions

What is trade-intelligence?

An early-stage TypeScript server that helps trade finance officers check shipping documents for mismatches, compliance issues, and sanctions risk.

What language is trade-intelligence written in?

Mainly TypeScript. The stack also includes TypeScript, NitroStack.

How hard is trade-intelligence to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is trade-intelligence for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.