← hvtracker.net

INDIVIDUAL MCP TOOL

verify_mcp_server

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

hvtracker.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://hvtracker.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_mcp_server and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hvtracker.net

CONNECT 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.

Related tools

  • check_agent_trust — Get the HVTracker supply-chain trust profile for a tracked AI agent or framework.
  • 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?