Security & Testing
hvtracker.net
Provides trust profiles and verification for AI agents and MCP servers.
ENDPOINT 1
https://hvtracker.net/mcp
MCP server metadata
- Name
- hvtracker
- Version
- 1.28.1
Pre-connect trust checks for AI agents, frameworks, packages, and MCP servers using HVTracker's public trust registry.
Known tools 8
check_agent_trustGet the HVTracker supply-chain trust profile for a tracked AI agent or framework.
Inferred read-onlyverify_mcp_serverPre-connect trust verdict for an MCP server, package, GitHub repo, or agent name before connecting an AI agent to it.
Inferred read-onlycompare_agentsCompare two tracked AI agents side by side: trust scores, grades, runtime capabilities, and an evidence-based verdict.
Inferred read-onlysearch_agentsSearch tracked AI agents and frameworks by name, repo, description, or category, ranked by trust score.
Inferred read-onlyscan_stackBulk 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.
Inferred read-onlylist_categoriesList the HVTracker categories with agent counts, so you can then pull a category's leaderboard.
Inferred read-onlyget_leaderboardTop tracked AI agents and MCP servers ranked by HVTrust score, optionally filtered to one category.
Inferred read-onlyget_agent_history90-day trust-score, grade, and rank history for one tracked agent — is it improving or declining?
Inferred read-onlyCONNECT 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.hvtracker]
url = "https://hvtracker.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hvtracker": {
"type": "http",
"url": "https://hvtracker.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hvtracker
Remote MCP URL: https://hvtracker.net/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": {
"hvtracker": {
"url": "https://hvtracker.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hvtracker": {
"type": "http",
"url": "https://hvtracker.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hvtracker",
"transport": "streamable-http",
"url": "https://hvtracker.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hvtracker.net was fetched 2026-07-28T02:55:20.438Z and is being refreshed.
hvtracker.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.