mcpbeat

HVTracker MCP Server

io.github.YugantM/hvtracker-mcp
answering

HVTracker MCP is answering right now. Last checked 3 min ago. 227 installs a week from pypi. It exposes 8 tools. Last commit 13 Jul 2026.

Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.

Installs per day peak 189 · avg 23 · -25% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
327 ms
Response time
average over 24h
227
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add hvtracker-mcp --transport http https://hvtracker.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hvtracker-mcp": {
      "url": "https://hvtracker.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hvtracker-mcp]
url = "https://hvtracker.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hvtracker-mcp": {
      "url": "https://hvtracker.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hvtracker-mcp": {
      "url": "https://hvtracker.net/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
check_agent_trust
Get the HVTracker supply-chain trust profile for a tracked AI agent or framework.
get_agent_history
90-day trust-score, grade, and rank history for one tracked agent — is it improving or declining?
agents
search_agents
Search tracked AI agents and frameworks by name, repo, description, or category, ranked by trust score.
categories
list_categories
List the HVTracker categories with agent counts, so you can then pull a category's leaderboard.
compare
compare_agents
Compare two tracked AI agents side by side: trust scores, grades, runtime capabilities, and an evidence-based verdict.
leaderboard
get_leaderboard
Top tracked AI agents and MCP servers ranked by HVTrust score, optionally filtered to one category.
scan
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.
verify
verify_mcp_server
Pre-connect trust verdict for an MCP server, package, GitHub repo, or agent name before connecting an AI agent to it.

Endpoints

URLTransportStateLatencyChecked
https://hvtracker.net/mcp streamable-http answering 341 ms 3 min ago

HVTracker MCP — questions

Answers built from our own checks of this server.

What can HVTracker MCP do?
It exposes 8 tools, read directly from the server on our last check. Among them: check_agent_trust, compare_agents, get_agent_history, get_leaderboard, list_categories, scan_stack and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is HVTracker MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 327 ms. The bar chart above shows every period we have measured.
How do I connect HVTracker MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does HVTracker MCP need an API key?
No. HVTracker MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is HVTracker MCP?
It answers our handshake in 327 ms on average, which is faster than 43% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use HVTracker MCP?
The npm package hvtracker-mcp was installed 227 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HVTracker MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.