laravel-plugin-discovery

Search and evaluate Laravel packages via the LaraPlugins.io MCP server.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill laravel-plugin-discovery-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-plugin-discovery
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/laravel-plugin-discovery
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill laravel-plugin-discovery-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing the right Laravel package is risky: packages may be abandoned, incompatible with your Laravel or PHP version, or come from untrusted vendors. This Skill connects to the LaraPlugins.io MCP server so you can search, filter, and assess packages by health score and version compatibility before adding them to a project. ## Core Features & Use Cases - Package Search: Find Laravel packages by keyword with filters for health score, vendor, Laravel version (5-13), and PHP version (7.4-8.5) using SearchPluginTool. - Package Evaluation: Fetch detailed metrics, readme content, version history, and vendor risk scores for any Composer package using GetPluginDetailsTool. - Compatibility Checks: Verify that a package supports your target Laravel or PHP version before installation. - Use Case: You need an admin panel for a Laravel 12 app. Search with the keyword "admin panel" filtered to Laravel 12 and Healthy status, then pull details on top candidates like spatie packages to confirm maintenance activity. ## Quick Start Ask the assistant to find healthy Laravel packages for authentication that are compatible with Laravel 12.

Frequently Asked Questions about laravel-plugin-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Laravel packages for a specific feature?▼

Use SearchPluginTool with a keyword like "permission", "admin", or "api" in the text_search parameter. Add filters such as health_score "Healthy" and your Laravel version to narrow results to actively maintained, compatible packages.

How to check if a Laravel package is still maintained?▼

Call GetPluginDetailsTool with the full Composer package name, such as "spatie/laravel-permission". The response includes a health score, last activity date, and version history so you can judge maintenance status before installing.

Does the LaraPlugins MCP server require an API key?▼

No API key is required. The LaraPlugins MCP server is free for the Laravel community; you only need to add its HTTP URL (https://laraplugins.io/mcp/plugins) to your mcpServers configuration.

Can I filter Laravel packages by PHP or Laravel version?▼

Yes. SearchPluginTool accepts laravel_compatibility (versions 5 through 13) and php_compatibility (7.4 through 8.5) parameters, so results only include packages supporting your target stack.

What do the LaraPlugins health score bands mean?▼

Healthy means active maintenance with recent updates, Medium means occasional updates, Unhealthy means abandoned or rarely maintained, and Unrated means not yet assessed. Healthy packages are recommended for production applications.