← tagit.network

INDIVIDUAL MCP TOOL

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.

tagit.networknone authenticationAvailability not checked

LIVE ENDPOINT

https://verify.tagit.network/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_lifecycle_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

tagit.network

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.network-tagit-nfc-verify]
url = "https://verify.tagit.network/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "network-tagit-nfc-verify": {
      "type": "http",
      "url": "https://verify.tagit.network/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: network-tagit-nfc-verify
Remote MCP URL: https://verify.tagit.network/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "network-tagit-nfc-verify": {
      "url": "https://verify.tagit.network/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "network-tagit-nfc-verify": {
      "type": "http",
      "url": "https://verify.tagit.network/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "network-tagit-nfc-verify",
  "transport": "streamable-http",
  "url": "https://verify.tagit.network/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 a re-derivable chain reference.
  • 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.