Discovery
llms.txt and the full rulebook
Start with the concise discovery document; open the full rulebook for interpretation rules, the field dictionary, and the response contract before quoting metrics.
For AI agents
Agent-ready · No API key · Read-only
The catalog is machine-readable end to end: discovery documents, a public JSON API, an OpenAPI contract, MCP tools, and per-tool markdown exports — all read-only, rate limited, and citation-first.
Discovery
Start with the concise discovery document; open the full rulebook for interpretation rules, the field dictionary, and the response contract before quoting metrics.
HTTP API
Search, filter, and compare published tools. 60 requests per minute per IP, no key required.
curl https://fosshunter.com/api/public/v1/tools?q=monitoring&sort=stars
MCP
Connect any MCP client to the streamable HTTP endpoint. 30 requests per minute per IP.
{
"mcpServers": {
"fosshunter": {
"url": "https://fosshunter.com/mcp"
}
}
}
Tools: search_tools · get_tool · compare_tools · find_alternatives · list_categories
Exports
Fetch citation-ready markdown or canonical JSON for any published tool, or the whole catalog as one markdown index. Responses carry ETags, canonical Link headers, and cache windows.
Citation policy
Repository metrics are point-in-time GitHub observations. When presenting FOSSHunter data, link the tool's canonical_url and include synced_at plus the catalog revision with any metric you quote. Abstain when a comparison returns insufficient_data.
Get started