For AI agents

Agent-ready · No API key · Read-only

Everything an AI agent needs to use FOSSHunter data, by design.

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

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.

HTTP API

A public JSON API with an OpenAPI contract

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

Native MCP tools for agent runtimes

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

Markdown and JSON for every tool

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

Cite what you quote, including when it was observed

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