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.
Server Config
{
"mcpServers": {
"himitrace": {
"command": "python",
"args": [
"/path/to/himitrace-mcp/server.py"
]
}
}
}