An MCP server based on OSSInsight.io, providing data analysis for GitHub individuals, organizations, and repositories, as well as in-depth insights into the open source ecosystem.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Get detailed analysis of a GitHub repository. Input: owner_repo (string): Repository name in the format 'owner/repo', time_period (optional string): Time range for analysis. Returns: Repository analysis data from both API and web page, with a link to the OSSInsight page.
Get detailed analysis of a GitHub developer. Input: username (string): GitHub username. Returns: Developer data from both API and web page, with a link to the OSSInsight page.
Get information about a specific collection of repositories. Input: collection_id (string): Collection ID, e.g., 'open-source-database'. Returns: Collection data and a link to the collection page on OSSInsight.
List all available repository collections. Input: page (optional number): Page number, starting from 1, per_page (optional number): Number of results per page, default is 20. Returns: List of collections and a link to browse collections on OSSInsight.
Direct access to OSSInsight's natural language query interface. Input: query (string): Natural language query, e.g., 'Which repositories gained the most stars in 2023?'. Returns: A direct link to OSSInsight's chat interface with the query prefilled.