TAG IT Verify
network.tagit/nfc-verifyVerify on-chain lifecycle state and provenance of NFC-tagged physical products.
Tools · 3
Return the canonical on-chain verification verdict for a TAG IT physical asset: its lifecycle state (MINTED, BOUND, ACTIVATED, CLAIMED, FLAGGED, RECYCLED), whether that state counts as authentic, and …
Return the ordered on-chain event timeline for a TAG IT asset, oldest first: mint, NFC tag binding, every state transition, and every resale. Each event carries the block number and transaction hash t…
Fast yes/no on whether a TAG IT asset is currently FLAGGED — TAGITCore lifecycle state 5, meaning an open lost / stolen / recall investigation. IMPORTANT: `flagged: false` does NOT mean the asset is i…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tag_it_verify": {
"url": "https://verify.tagit.network/mcp",
"transport": "streamable-http"
}
}
}