← hvtracker.net

INDIVIDUAL MCP TOOL

search_agents

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

hvtracker.netnone authenticationAvailability not checked

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 endpoint

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-net]
url = "https://hvtracker.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hvtracker-net": {
      "type": "http",
      "url": "https://hvtracker.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hvtracker-net
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-net": {
      "url": "https://hvtracker.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hvtracker-net": {
      "type": "http",
      "url": "https://hvtracker.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hvtracker-net",
  "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.
  • verify_mcp_server — Pre-connect trust verdict for an MCP server, package, GitHub repo, or agent name before connecting an AI agent to it.