Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

TAG IT Verify

network.tagit/nfc-verify

Verify on-chain lifecycle state and provenance of NFC-tagged physical products.

Uptime
100.0%
1 direct probes · 30d
Response
921ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

verify_asset

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 …

get_lifecycle_history

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…

check_flagged

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…

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"
    }
  }
}