CarbonLot
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CarbonLotCheck if shipment SHP001 is CBAM compliant"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CarbonLot 🌍
An MCP-native compliance agent for the EU's Carbon Border Adjustment Mechanism (CBAM).
Since January 2026, Indian steel, aluminium, and other CBAM-covered exporters must report verified embedded carbon emissions per shipment to the EU — or get charged a punitive default rate. That data currently lives scattered across shipment records, supplier declarations, and emission-factor tables, making it slow and error-prone to check compliance manually.
CarbonLot fixes this by treating carbon like a traceability problem, not a spreadsheet problem. Ask it "is shipment SHP001 CBAM-ready?" and it looks up the shipment's supplier, checks whether they've reported verified emissions data, falls back transparently to EU default values when they haven't, calculates the total embedded emissions, and drafts a ready-to-use CBAM declaration — all through natural conversation via MCP.
Built for the Manufacturing & Industry 4.0 Track — MCP Hackathon 2026.
Tech Stack
NitroStack (MCP SDK + CLI)
TypeScript
Zod (schema validation)
MCP Resources, Tools
Related MCP server: customs-mcp-server
What It Does
🔍 Validates CN codes — checks whether a shipment's product code falls within CBAM's regulatory scope
📊 Looks up emission sources — checks if the shipment's supplier has reported verified emissions, or if EU default values apply
🧮 Calculates embedded emissions — computes total CO₂e per shipment using verified supplier data where available
🚩 Flags fallback cases transparently — shipments with unregistered/unreported suppliers are explicitly marked as needing review, not silently defaulted
📄 Generates CBAM declarations — auto-drafts a structured compliance document per shipment, ready for export documentation
Project structure
src/
├── data/
│ ├── shipments.json # Shipment records (CN code, quantity, supplier, origin)
│ ├── suppliers.json # Supplier-reported emissions, pricing, delivery data
│ └── emission_factors.json # EU CBAM default emission factors by CN code
├── modules/
│ └── carbon/
│ ├── carbon.tools.ts # validate_cn_code, lookup_emission_factor,
│ │ # calculate_emissions, generate_declaration
│ ├── carbon.resources.ts # Exposes shipments/suppliers/emission-factors as MCP resources
│ └── carbon.module.ts # Registers the carbon module
├── app.module.ts # Root application module
└── index.tsMCP Architecture
Resources (data the agent can read):
data://shipments— shipment recordsdata://suppliers— supplier-reported emissions datadata://emission-factors— CBAM default emission factors per CN code
Tools (actions the agent can perform):
validate_cn_code(shipmentId)— checks if a shipment's product falls under CBAM scopelookup_emission_factor(shipmentId)— determines whether verified supplier data or EU defaults applycalculate_emissions(shipmentId)— computes total embedded emissions (kg CO2e)generate_declaration(shipmentId)— builds the final CBAM compliance declaration
Getting Started
npm install npm run dev
Then connect via NitroStudio or your preferred MCP client, and try asking:
"Is shipment SHP001 CBAM ready?"
Honest Note on Scope
The emissions and supplier dataset used here is a realistic, hand-modelled sample (not a live ERP/ ecosystem integration) — built to demonstrate the full compliance-agent workflow end-to-end within the hackathon timeframe. Emission factor values should be verified against official CBAM implementing regulation tables before any real-world use.
Team
Built for MCP Hackathon 2026 by:
N Samiksha
Krishna Jayakumar
Kashyap S
Muhanned Jasimkhan JL
Maintenance
Related MCP Connectors
EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP.
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Verified CO2e for any transaction, activity, flight, shipment or CBAM import. 200+ countries.
40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports
Related MCP Servers
AlicenseBqualityDmaintenanceMCP server enabling AI assistants to automatically perform carbon footprint modeling, product queries, and emission analysis via the Carbonstop Cloud API.813 npmMIT- AlicenseNot gradedqualityCmaintenanceProvides 14 customs and trade operations as MCP tools, enabling AI agents to query tariff, track declarations, screen dual-use items, and generate AI-powered declarations.24 npm2MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to auto-generate NIST AI RMF and EU AI Act Annex IV compliant model and system cards via MCP.-
- AlicenseNot gradedqualityDmaintenanceEnables EU AI Act compliance for AI agent systems by providing risk classification, audit trails, gap analysis, and evidence package generation.65 npmMIT