# io.laraplugins/mcp (remote · laraplugins.io)

Validated Laravel plugin data - health scores, compatibility and vendor trust

- Trust score: 63/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `laraplugins.io`: 63/100 (this document), [markdown](https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins.md), [page](https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins)

## Channel facts

- Endpoint: `https://laraplugins.io/mcp/plugins`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 836 tokens (~209/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-laraplugins-mcp https://laraplugins.io/mcp/plugins
```

### Codex

```toml
[mcp_servers.io-laraplugins-mcp]
url = "https://laraplugins.io/mcp/plugins"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-laraplugins-mcp": {
      "type": "remote",
      "url": "https://laraplugins.io/mcp/plugins",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-laraplugins-mcp --url https://laraplugins.io/mcp/plugins --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-laraplugins-mcp:
    url: "https://laraplugins.io/mcp/plugins"
```

### Other

```json
{
  "mcpServers": {
    "io-laraplugins-mcp": {
      "type": "http",
      "url": "https://laraplugins.io/mcp/plugins"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +47)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 14, −46)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 60, 0)

- [cosmetic] “search-plugin-tool” added an optional parameter “php_version”
- [cosmetic] “search-plugin-tool” dropped the optional parameter “php_compatibility”

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (4)

### `search-plugin-tool` (~221 tokens)

Search Plugin Tool

This tool enables the search of packagist packages that support laravel with advanced filters. When presenting results, ALWAYS include the laraplugins_url alongside the plugin name so the user can consult the full health report.

Input parameters:

- `health_score` (string|null): Search by plugin health score.
- `is_secure` (boolean|null): Filter by LaraPlugins Secure badge. true to only show secure plugins.
- `laravel_compatibility` (string|null): Search by plugin's laravel compatibility where there is at least one version supporting that laravel version (eg 10).
- `page` (integer|null): Page number to return.
- `php_version` (string|null): Search by plugin php compatibility where there is at least one version supporting that php version (eg 8.5).
- `return_archived` (boolean|null): Return archived plugins as well in the results?.
- `text_search` (string|null): Search by text in plugin name or description.
- `vendor_filter` (string|null): Search by plugin vendor name. (eg: spatie)

Output parameters:

- `data` (array)

### `search-plugin-semantic-tool` (~129 tokens)

Search Plugin Semantic Tool

Search Laravel plugins by describing what you need in natural language. RECOMMENDED for use-case-driven queries. Example: "a package for PDF invoices with custom templates". When presenting results, ALWAYS include the laraplugins_url so the user can consult the full health report.

Input parameters:

- `limit` (integer): Maximum number of results to return (1-25, default 10)
- `query` (string, required): Natural language description of the plugin you need, e.g. "a package for PDF invoices with custom templates" or "something like spatie/laravel-permission but for media"

Output parameters:

- `data` (array)
- `limit` (integer): Number of results requested
- `similarity_method` (string): How results were ranked: "vector" (AI embedding cosine similarity), "rerank" (AI reranking API), or "fulltext_fallback" (downloads sort when no AI available)
- `total_candidates` (integer): Total candidates found before reranking

### `get-plugin-details-tool` (~117 tokens)

Get Plugin Details Tool

Fetch detailed information for a specific plugin given its vendor/package name, including security advisories, readme, and version history.

Input parameters:

- `include_readme` (boolean): Whether to include the full README markdown content in the response.
- `include_security_advisories` (boolean): Whether to include security advisory information (CVEs, active advisories) in the response.
- `include_versions` (boolean): Whether to include the versions array in the response.
- `package` (string): Full Composer package name in the form "vendor/package".

Output parameters:

- `data` (object)

### `get-curated-tool-recommendations` (~108 tokens)

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.

Input parameters:

- `category` (string): Optional category filter. Available categories: Hosting / Deployment, Monitoring / Error Tracking, Email / Notifications, Authentication / Authorization, Payments / Billing, IDE / Development Tools,…

Output parameters:

- `data` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 14
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 59

## Links

- Remote endpoint: https://laraplugins.io/mcp/plugins
- Changelog RSS feed: https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-laraplugins-mcp/mcp-plugins
