io.laraplugins/mcp
Official3 toolsValidated Laravel plugin data - health scores, compatibility and vendor trust
Provides validated Laravel plugin data including health scores and compatibility.
Captured live from the server via tools/list.
search-plugin-tool
This tool enables the search of packagist packages that support laravel with advanced filters.
Parameters (8)
- text_searchstring | null
Search by text in plugin name or description.
- vendor_filterstring | null
Search by plugin vendor name. (eg: spatie)
- health_scorestring | null
Search by plugin health score.
- php_compatibilitystring | null
Search by plugin php compatibility where there is at least one version supporting that php version (eg 8.5).
- laravel_compatibilitystring | null
Search by plugin's laravel compatibility where there is at least one version supporting that laravel version (eg 10).
- return_archivedboolean | null
Return archived plugins as well in the results?.
- is_secureboolean | null
Filter by LaraPlugins Secure badge. true to only show secure plugins.
- pageinteger | null
Page number to return.
get-plugin-details-tool
Fetch detailed information for a specific plugin given its vendor/package name, including security advisories, readme, and version history.
Parameters (4)
- packagestring
Full Composer package name in the form "vendor/package".
- include_versionsboolean
Whether to include the versions array in the response.
- include_readmeboolean
Whether to include the full README markdown content in the response.
- include_security_advisoriesboolean
Whether to include security advisory information (CVEs, active advisories) in the response.
get-curated-tool-recommendations
Returns curated tool recommendations for Laravel development, organized by category (Hosting / Deployment, Monitoring / Error Tracking, Email / Notifications, etc.). NOTE: Some of these are affiliate/partner recommendations — each result includes whether it has an affiliate relationship.
Parameters (1)
- categorystring
Optional category filter. Available categories: Hosting / Deployment, Monitoring / Error Tracking, Email / Notifications, Authentication / Authorization, Payments / Billing, IDE / Development Tools, Testing, Security, Analytics, Other.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://laraplugins.io/mcp/plugins"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.