A Model Context Protocol (MCP) server connecting AI agents to the Polygon Mainnet blockchain to verify product origin, track supply chain events, and query IPFS certificates.
Overview
Key Features
- Verify Product: Check if a product ID exists on Polygon blockchain.
- Trace History: Query the complete supply chain event log (GS1 EPCIS compatible).
- Certificates: Access quality certificates stored on IPFS.
- Lineage: Audit product splits and merges.
Server Config
{
"mcpServers": {
"himitrace": {
"command": "python",
"args": [
"/path/to/himitrace-mcp/server.py"
]
}
}
}