ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Data Lineage Tracker with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Track the provenance and lifecycle of data objects through LLM pipelines.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Data Lineage Tracker capability set.

These are the exact actions your AI can choose when you ask it to work with Data Lineage Tracker.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Data Lineage Tracker.

  1. 01

    Find downstream impact

    Identifies all data items that were derived from a specific source item

  2. 02

    Trace item lineage

    Provides the complete ancestral history of a specific data item to verify its origin

  3. 03

    Verify item integrity

    Checks if a data item's current state matches its recorded deterministic hash

  4. 04

    Register transformation

    Ensure the parentId exists. Records a new step in the data lifecycle, linking a new data item to its parent

Observed, not estimated

820ms average. Fast in production.

Data Lineage Tracker is checked daily against the live service.

Daily averagePeak 1061ms
Aug 20Today
Fastest day
628ms
Slowest day
1061ms
14-day trend
Slowing+24%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Data Lineage Tracker, so you can see the experience inside your AI.

It does not authenticate your account with Data Lineage Tracker. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Data Lineage Tracker Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_2JD3BLLTsmdBLJ9xBNkQXDG7ISJM9DAczMPHl05p/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Data Lineage Tracker capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "data-lineage-tracker-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_2JD3BLLTsmdBLJ9xBNkQXDG7ISJM9DAczMPHl05p/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Data Lineage Tracker owners ask.

  • 01

    How can I verify if a data item has been altered?

    You can use the verify_item_integrity capability. By providing the item ID and its current content, the system checks if the content matches the original deterministic hash recorded during transformation.

  • 02

    How do I see the history of a specific piece of data?

    Use the trace_item_lineage capability with the specific itemId. This will return a chronological list of all transformations that led to that item.

  • 03

    What happens if a model produces a hallucination?

    You can use find_downstream_impact with the sourceId of the hallucinated item. This identifies all descendant data items that were derived from that specific error.