Card snapshot
git.top
·
2026-07-07 18:46:22 UTC
·
d7d20bb7e6c6ae1ae52b753e03ff9cd31e14d28c1c3432f077e7f6f40da6a7c3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "git-top",
"title": "Git.Top Project Intelligence Agent",
"version": "0.1.0",
"description": "Agent interface for GitHub project discovery, recommendations, alternatives, comparison, graph reasoning, quality checks, and trust preflight.",
"url": "https://git.top",
"supportedInterfaces": [
{
"url": "https://git.top/mcp",
"transport": "mcp-streamable-http",
"protocol": "mcp",
"protocolVersion": "2025-06-18"
},
{
"url": "https://git.top/openapi.json",
"transport": "https",
"protocol": "openapi",
"protocolVersion": "3.1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://git.top/.well-known/mcp.json",
"description": "MCP server card"
},
{
"uri": "https://git.top/.well-known/agent-skills/index.json",
"description": "Agent Skills discovery index"
}
]
},
"skills": [
{
"id": "discover-open-source-projects",
"name": "Discover open-source projects",
"description": "Find candidate GitHub repositories by use case, category, deployment target, language, and Cloudflare readiness.",
"tags": [
"github",
"search",
"open-source",
"project-discovery"
],
"examples": [
"Find Cloudflare-ready agent frameworks",
"Search for MCP servers with deployment evidence"
]
},
{
"id": "recommend-project-stack",
"name": "Recommend a project stack",
"description": "Rank project candidates with fit profiles, tradeoffs, adoption plans, risk flags, and next actions.",
"tags": [
"recommendation",
"comparison",
"agent-workflow"
],
"examples": [
"Recommend a browser automation stack",
"Compare LangChain alternatives"
]
},
{
"id": "check-trust-and-quality",
"name": "Check trust and quality",
"description": "Verify data source, freshness, benchmark health, quality signals, known limitations, and review queues.",
"tags": [
"trust",
"quality",
"benchmark"
],
"examples": [
"Check whether results are D1-backed",
"Inspect public benchmark status"
]
}
]
}