{
  "schema_version": "mcp-server-card.v1",
  "name": "git-top",
  "title": "Git.Top MCP",
  "description": "Public MCP tools for GitHub project discovery, recommendations, alternatives, graph reasoning, quality, and trust preflight.",
  "protocol": "mcp",
  "protocol_version": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://git.top/mcp",
    "methods": [
      "GET",
      "POST"
    ]
  },
  "authentication": {
    "type": "none",
    "policy_url": "https://git.top/auth.md"
  },
  "discovery_url": "https://git.top/mcp",
  "openapi_url": "https://git.top/openapi.json",
  "docs_url": "https://git.top/docs#mcp",
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    "search_projects",
    "get_project",
    "get_alternatives",
    "get_related_projects",
    "get_deployment",
    "get_quality_score",
    "recommend_project",
    "get_trends",
    "get_agent_workflow",
    "get_atlas",
    "get_quality_report",
    "get_trust_gate",
    "find_alternatives",
    "get_project_card",
    "get_project_graph",
    "compare_projects",
    "git_top_grp_query",
    "get_public_benchmark"
  ]
}