{"name":"github-repo-health","description":"Score how healthy and maintained an open-source GitHub repo is. Send a repo (owner/name) and it pulls public GitHub REST API data on commit recency, 30-day commit volume, star count, contributor count, README/tests/CI presence, and license, rolling it into a 0-100 score and a grade (abandoned, stale, okay, healthy, or thriving), plus a short LLM verdict explaining the rating. No auth needed for public repos. Use it as a GitHub repo health checker, open-source maintainability score, repo activity checker, or dependency-vetting tool before you adopt or depend on a library.","price":"$0.03","method":"POST","input_schema":{"properties":{"repo":{"type":"string","description":"GitHub repository in 'owner/name' format, e.g. 'facebook/react'."}},"required":["repo"]},"input_example":{"repo":"facebook/react"},"output_example":{"score":95,"grade":"thriving","verdict":"Highly active..."},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}