Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Hvtracker Mcp

io.github.yugantm/hvtracker-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
1091ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

check_agent_trust

Get the HVTracker supply-chain trust profile for a tracked AI agent or framework.

verify_mcp_server

Pre-connect trust verdict for an MCP server, package, GitHub repo, or agent name before connecting an AI agent to it.

compare_agents

Compare two tracked AI agents side by side: trust scores, grades, runtime capabilities, and an evidence-based verdict.

search_agents

Search tracked AI agents and frameworks by name, repo, description, or category, ranked by trust score.

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?

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hvtracker_mcp": {
      "url": "https://hvtracker.net/mcp",
      "transport": "streamable-http"
    }
  }
}