Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Io.Github.Yugantm/Hvtracker

FreeNot checked

MCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.

GitHubEmbed

About

MCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.

README

MCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.

The hosted remote server is:

{
  "mcpServers": {
    "hvtracker": {
      "url": "https://hvtracker.net/mcp"
    }
  }
}

This repository also provides a local stdio package for clients that prefer package-based installation.

Tools

  • verify_mcp_server: pre-connect trust verdict for an MCP server, package, GitHub repo, or agent name.
  • check_agent_trust: trust profile for a tracked AI agent or framework — incl. runtime capabilities (MCP status, providers, plugin surface, provenance drift) and the URL of its Ed25519-signed trust credential.
  • compare_agents: two agents side by side with an evidence-based verdict and the published compare-page link.
  • search_agents: search the HVTracker registry by name, repo, description, or category.

Local Install

With npm:

npm install -g hvtracker-mcp

With PyPI:

python3 -m pip install hvtracker-mcp

Example MCP client config:

{
  "mcpServers": {
    "hvtracker": {
      "command": "hvtracker-mcp"
    }
  }
}

Development

python3 -m pip install -e ".[dev]"
python3 -m pytest
hvtracker-mcp

Use a different HVTracker base URL while testing:

HVTRACKER_BASE_URL=http://localhost:8080 hvtracker-mcp

Registry Publishing

The official MCP Registry manifest is server.json.

mcp-publisher login github
mcp-publisher publish

In GitHub Actions, run the "Publish MCP Registry" workflow after the npm, PyPI, and GHCR packages for the same version are live.

The server name is:

io.github.YugantM/hvtracker-mcp

Claude Desktop Extension

Tagged releases build an .mcpb bundle for Claude Desktop from manifest.json. To build it locally:

npm ci --omit=dev
npx @anthropic-ai/[email protected] pack

Privacy

HVTracker MCP sends the user-supplied search string or server identifier to https://hvtracker.net to fetch public trust data. It does not require an API key and does not write to user systems. See the HVTracker site for current data and methodology, and see PRIVACY.md for the repository privacy note.

from github.com/YugantM/hvtracker-mcp

Install Io.Github.Yugantm/Hvtracker in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install io-github-yugantm-hvtracker-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add io-github-yugantm-hvtracker-mcp -- npx -y hvtracker-mcp

FAQ

Is Io.Github.Yugantm/Hvtracker MCP free?

Yes, Io.Github.Yugantm/Hvtracker MCP is free — one-click install via Unyly at no cost.

Does Io.Github.Yugantm/Hvtracker need an API key?

No, Io.Github.Yugantm/Hvtracker runs without API keys or environment variables.

Is Io.Github.Yugantm/Hvtracker hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Io.Github.Yugantm/Hvtracker in Claude Desktop, Claude Code or Cursor?

Open Io.Github.Yugantm/Hvtracker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Io.Github.Yugantm/Hvtracker with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs