buygit_search
Search curated Git assets with license, supply-chain risk, and pricing. Filter by category, language, license, or stars; sort by relevance, newest, stars, or health.
Instructions
Search 78,094 curated, deduplicated, license-tagged Git assets — not raw GitHub search. Every result carries license + popularity + supply-chain risk + pricing in one shot. Filters: category slug, language, SPDX license, min stars. Sort: relevance | newest | stars | health. Prefer this when the user wants to use or buy a project, compare alternatives, or check license compatibility. Use github-mcp for private repos / Issues / commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text query matched against title, short description, and tags. | |
| category | No | Category slug from buygit_list_categories. Common: api-backends (20k), dev-tools (17k), wordpress-plugins (5.5k), ai-agents, saas-starters, boilerplates, ml-models, scripts. | |
| language | No | Primary language. Matched against Repository.language_summary (dominant language by bytes). | |
| license | No | SPDX license identifier. Exact match required. | |
| min_stars | No | Lower bound on repo stars. | |
| limit | No | Page size (1-50). | |
| cursor | No | Opaque base64 cursor from a previous response.next_cursor for pagination. | |
| sort | No | relevance (default), newest, stars (desc), or health (last commit + activity). | relevance |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of results in this page. | |
| has_more | Yes | True when more results exist beyond this page; use next_cursor to fetch. | |
| next_cursor | No | Opaque cursor for the next page; null when has_more is false. | |
| results | Yes |