{
  "name": "TradePulse",
  "description": "Global trade intelligence API. 8 endpoints: HS code classification from natural language, tariff rates across 200+ countries with FTA preferential rates, full landed cost calculator, Free Trade Agreement analyzer (300+ agreements with rules of origin), sanctions screening (OFAC/EU/UN/UK), market entry intelligence, export compliance (EAR/ITAR/EU dual-use), and trade policy news. The FTA utilization gap — only 30–40% of eligible trade claims preferential rates — is the core value driver. Pay-per-query via x402 on Base.",
  "url": "https://tradepulse-five.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "hs-code-classification",
    "tariff-rate-lookup",
    "fta-preferential-rate-analysis",
    "rules-of-origin-assessment",
    "full-landed-cost-calculation",
    "sanctions-screening",
    "ofac-compliance-check",
    "export-control-classification",
    "ear-eccn-classification",
    "itar-usml-assessment",
    "market-entry-intelligence",
    "trade-policy-news",
    "anti-dumping-duty-intelligence",
    "section-301-tariff-lookup",
    "eu-cbam-assessment"
  ],
  "target_users": [
    "SMEs exporting for the first time — need HS classification and landed cost",
    "E-commerce sellers expanding internationally (Shopify, Amazon Global)",
    "Import/export managers calculating duty burden and FTA savings",
    "Trade compliance officers screening for sanctions and export controls",
    "Customs brokers and freight forwarders needing tariff intelligence",
    "Supply chain managers assessing China+1 sourcing alternatives",
    "Legal teams doing sanctions due diligence",
    "Market entry consultants researching new geographies",
    "AI agents performing trade research and compliance screening",
    "Investors assessing trade policy risk in specific corridors"
  ],
  "data_sources": [
    "WTO Tariff Analysis Online — MFN and bound tariff rates",
    "UN Comtrade — global trade statistics and import volumes",
    "US ITC Harmonized Tariff Schedule — authoritative US 10-digit HTS",
    "EU Access2Markets — EU tariff and FTA database",
    "OFAC SDN and country program lists — US sanctions",
    "BIS Consolidated Screening List — denied parties",
    "OpenSanctions — global sanctions aggregation",
    "Tavily — real-time trade news and policy intelligence",
    "Claude — synthesis, classification reasoning, and structured output"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    { "path": "/api/trade/classify", "method": "GET", "description": "HS code classification from natural language product description — primary HS6, alternatives, GRI rules, chapter notes, US HTS / EU CN hints, dual-use flag, CITES, restricted countries.", "parameters": [{"name": "product", "required": true}, {"name": "lang", "required": false}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/trade/tariff", "method": "GET", "description": "Tariff rates for any HS code between any two countries — MFN rate, all applicable FTA preferential rates, GSP/LDC, anti-dumping, countervailing duties, Section 301, VAT/GST on import, $100K cost estimate.", "parameters": [{"name": "hs_code", "required": true}, {"name": "from_country", "required": true}, {"name": "to_country", "required": true}, {"name": "lang", "required": false}], "price_usd": 0.12, "payment_required": true },
    { "path": "/api/trade/landed", "method": "GET", "description": "Full landed cost calculator — freight (sea/air/courier), duty, VAT/GST, broker fees, port charges, MPF/HMF, total with margin impact, FTA savings, bonded warehouse, duty drawback.", "parameters": [{"name": "product", "required": false}, {"name": "hs_code", "required": false}, {"name": "from_country", "required": true}, {"name": "to_country", "required": true}, {"name": "value", "required": false}, {"name": "quantity", "required": false}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/trade/fta", "method": "GET", "description": "FTA analyzer — all applicable agreements for any country pair, preferential rates, rules of origin (CTH/RVC/WO), documentation, self-certification, cumulation zones, ROI calculation.", "parameters": [{"name": "from_country", "required": true}, {"name": "to_country", "required": true}, {"name": "hs_code", "required": false}, {"name": "product", "required": false}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/trade/sanctions", "method": "GET", "description": "Sanctions screening — OFAC, EU, UN, UK OFSI, Australia, Canada — risk level CLEAR to PROHIBITED, program details, financial sanctions, legal exposure, safe harbor.", "parameters": [{"name": "country", "required": false}, {"name": "entity", "required": false}, {"name": "hs_code", "required": false}, {"name": "transaction_type", "required": false}], "price_usd": 0.12, "payment_required": true },
    { "path": "/api/trade/market", "method": "GET", "description": "Market entry intelligence — import volumes, top source countries, certifications required, competitive landscape, distribution channels, pricing, opportunity score 1–10.", "parameters": [{"name": "product", "required": false}, {"name": "hs_code", "required": false}, {"name": "target_country", "required": true}, {"name": "from_country", "required": false}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/trade/compliance", "method": "GET", "description": "Export compliance — ECCN classification, ITAR USML check, EU dual-use, country chart, license exceptions, FDP rule, deemed export, GREEN/YELLOW/RED proceed status.", "parameters": [{"name": "product", "required": false}, {"name": "hs_code", "required": false}, {"name": "from_country", "required": false}, {"name": "to_country", "required": false}, {"name": "end_use", "required": false}, {"name": "end_user", "required": false}], "price_usd": 0.15, "payment_required": true },
    { "path": "/api/trade/news", "method": "GET", "description": "Trade policy intelligence — tariff changes, Section 301, FTA signings, sanctions updates, WTO disputes, supply chain disruptions, EU CBAM, regional roundup.", "parameters": [{"name": "from_country", "required": false}, {"name": "to_country", "required": false}, {"name": "topic", "required": false}], "price_usd": 0.08, "payment_required": true }
  ],
  "agent_workflow_examples": [
    "New exporter: /classify (get HS code) → /tariff (duty rates) → /fta (preferential options) → /landed (full cost)",
    "Compliance check: /sanctions (country risk) → /compliance (export controls) → /tariff (with restrictions)",
    "Market research: /market (opportunity assessment) → /tariff (access costs) → /fta (preferential rates)",
    "Sourcing decision: /tariff (compare origins) → /fta (which origin has best FTA?) → /landed (total cost per origin)",
    "News monitoring: /news (policy changes) → /tariff (updated rates) → /sanctions (new restrictions)"
  ],
  "key_facts": [
    "Global merchandise trade: $30T+ annually (WTO 2023)",
    "FTA utilization rate: only 30–40% globally — most traders leave money on the table",
    "300+ Free Trade Agreements currently in force globally",
    "RCEP covers 30% of world GDP and 2.3B people (China, Japan, Korea, ASEAN, AU, NZ)",
    "AfCFTA covers 54 African nations — 1.4B people, $3.4T GDP",
    "OFAC civil penalty: up to $356,579 per violation or 2x transaction value (strict liability)",
    "EU CBAM phases in 2026 — adds carbon cost to imports of steel, aluminum, cement, fertilizers, electricity",
    "Section 301 tariffs: 7.5%–145% additional duties on Chinese-origin goods across thousands of HS codes"
  ],
  "openapi": "https://tradepulse-five.vercel.app/openapi.json",
  "llms_txt": "https://tradepulse-five.vercel.app/llms.txt",
  "contact": "https://tradepulse-five.vercel.app"
}
