npm hvtracker-mcpstreamable-httpMITupdated 1mo ago
MCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.
What can you do with HVTracker MCP?
HVTracker MCP
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.scan_stack: bulk pre-connect trust check for a whole dependency set — paste a requirements.txt, package.json, MCP client config, or a plain list and get a trust verdict per item plus a stack summary.list_categories: list the HVTracker categories with agent counts, so you can then pull a category's leaderboard.get_leaderboard: top tracked AI agents and MCP servers ranked by HVTrust score, optionally filtered to one category.get_agent_history: 90-day trust-score, grade, and rank history for one tracked agent — is it improving or declining?
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/mcpb@2.1.2 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.
Install
Add HVTracker MCP to your client. Pick the one you use.
{
"servers": {
"hvtracker-mcp": {
"type": "http",
"url": "https://hvtracker.net/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add hvtracker-mcp -- npx -y hvtracker-mcpcodex mcp add hvtracker-mcp -- npx -y hvtracker-mcpamp mcp add hvtracker-mcp -- npx -y hvtracker-mcp{
"mcpServers": {
"hvtracker-mcp": {
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hvtracker-mcp": {
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"hvtracker-mcp": {
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"hvtracker-mcp": {
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"hvtracker-mcp": {
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"hvtracker-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"hvtracker-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"hvtracker-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"hvtracker-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y hvtracker-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
8 tools
HVTracker MCP exposes 8 tools to a connected agent.
- 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.
- scan_stack
- bulk pre-connect trust check for a whole dependency set — paste a requirements.txt, package.json, MCP client config, or a plain list and get a trust verdict per item plus a stack summary.
- list_categories
- list the HVTracker categories with agent counts, so you can then pull a category's leaderboard.
- get_leaderboard
- top tracked AI agents and MCP servers ranked by HVTrust score, optionally filtered to one category.
- get_agent_history
- 90-day trust-score, grade, and rank history for one tracked agent — is it improving or declining?
Score
77 / 100
Good
- Documentation18/25
- Maintenance25/25
- Trust13/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.0Latest | Jul 13, 2026 |
| 0.2.1 | Jul 12, 2026 |
| 0.2.0 | Jul 8, 2026 |
| 0.1.2 | Jun 21, 2026 |
| 0.1.1 | Jun 21, 2026 |