io.github.smeet666/mcp-metacritic
MCPB · MCP-METACRITIC-1.2.0.MCPB · 2 COMPONENTS · SCANNED AUG 12
Search Metacritic films, shows and games, read scores and critic reviews. No API key.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security13
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability65
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1115 tokens (~278/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · mcp-metacritic-1.2.0.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 7 Aug 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 12 Aug 2026 · Analysed mcpb/https://github.com/smeet666/mcp-metacritic/releases/download/v1.2.0/mcp-metacritic-1.2.0.mcpb@1.2.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
browse_titles Browse rankings ~227
List films, shows or games by score, by release date or by current popularity. Use this when there is no specific title to look up: best rated, newest, what people are looking at now. Filter by genre with a single name such as Horror, Comedy or Action. Sorting by score returns the all-time ranking, which is dominated by older titles: combine with a genre to narrow it. Scores come back on their own scales, 100 for critics and 10 for users. Paging is approximate: Metacritic does not order tied entries stably, so an entry can appear on two consecutive pages. Deduplicate by slug rather than counting rows.
| Name | Type | Req | Description |
|---|---|---|---|
| genre | string | – | Single genre name, such as Horror. Omit for all genres. |
| kind | string | – | Which catalogue to list. |
| limit | integer | – | How many rows to return. |
| offset | integer | – | How many rows to skip, for paging. |
| sort | string | – | 'score' is the critic ranking, 'recent' is by release date, 'popular' is current attention. |
| Name | Type | Req | Description |
|---|---|---|---|
| genre | string|null | yes | – |
| kind | string | yes | – |
| next_offset | – | yes | Pass as 'offset' for the next page. Tied entries are not ordered stably upstream, so deduplicate by slug across pages. |
| notes | array | yes | – |
| offset | integer | yes | – |
| results | array | yes | – |
| sort | string | yes | – |
| total_available | integer | yes | How many entries match upstream, which is the size of what this samples. |
No examples provided.
get_reviews Read reviews ~258
Read individual reviews of a Metacritic entry, from critics or from users. Get the slug and kind from search_titles first. Filter with 'sentiment' to read only what praised or panned it, which Metacritic groups itself. Metacritic returns a fixed sample rather than the full list, so 'total_available' is usually far larger than what comes back, and there is no way to page past the sample. Critic reviews carry the publication and a link to the original article: quote them with both. Critic scores run to 100 and user scores to 10, so do not average the two together.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | Which catalogue the entry belongs to. Pass it back with the slug. |
| limit | integer | – | How many reviews to return from the sample Metacritic publishes. |
| offset | integer | – | How many of the sampled reviews to skip. The sample itself cannot be paged past. |
| sentiment | string | – | Which slice to read. Metacritic groups reviews this way itself. |
| slug | string | yes | Identifier from search_titles, such as 'the-matrix'. |
| source | string | – | 'critic' is the professional press, 'user' is the audience. |
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | – |
| next_offset | – | yes | Pass as 'offset' for the next page. |
| notes | array | yes | – |
| offset | integer | yes | – |
| reviews | array | yes | – |
| sentiment | string | yes | – |
| slug | string | yes | – |
| source | string | yes | – |
| source_url | string | yes | Metacritic page these reviews belong to. Cite it when an article link is missing. |
| total_available | integer | yes | How many reviews Metacritic counts in total. Usually far more than it serves here. |
No examples provided.
get_title Read an entry ~238
Read one Metacritic entry by slug and kind, both from search_titles. Sections are opt-in because a full entry is large: 'basic' and 'scores' are the default and cover most questions. 'scores' fetches the critic and audience breakdowns, each with its own scale, so never compare the two numbers directly. Sections gate the payload: asking for 'scores' alone returns no description, and 'basic' alone returns no scores. 'networks' lists the broadcasters of a show; 'where_to_watch' costs an extra request and covers films and shows only. A long description paginates: when 'truncated' is true, call again with 'offset' set to 'next_offset'.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | Which catalogue the entry belongs to. Pass it back with the slug. |
| max_chars | integer | – | Character budget for the description. |
| offset | integer | – | Where to resume the description. |
| sections | array | – | Which parts to return. Each extra section beyond the default costs a request. |
| slug | string | yes | Identifier from search_titles, such as 'the-matrix'. |
| Name | Type | Req | Description |
|---|---|---|---|
| awards | array | – | One tally per ceremony. Metacritic publishes no per-category detail. |
| critic_score | – | yes | – |
| description | string|null | yes | – |
| duration_minutes | – | yes | Runtime in minutes for a film, or the length of a typical episode for a show. |
| genres | array | yes | – |
| imdb_id | string|null | yes | IMDb identifier, usable to cross-reference other sources. |
| networks | array | – | Broadcasters, for shows. |
| next_offset | – | yes | Pass as 'offset' to read the rest. |
| notes | array | yes | – |
| offset | integer | yes | – |
| production | array | – | – |
| returned_chars | integer | yes | – |
| tagline | string|null | yes | – |
| title | object | yes | – |
| total_chars | integer | yes | Length of the full description. |
| truncated | boolean | yes | – |
| user_score | – | yes | – |
| where_to_watch | array | – | – |
No examples provided.
search_titles Search Metacritic ~187
Search Metacritic for films, shows and games by title. Returns one compact row per match, carrying the critic Metascore, so a question about the critical verdict needs no second call. Search rows carry no audience score: use get_title for that, or browse_titles, which does return it. Use the slug and kind with get_title for the full entry, or with get_reviews for what critics wrote. There is no paging: 'limit' is the only lever, and results always start from the most relevant match. This searches titles only. It cannot find an entry from a plot detail, a person or a studio.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | – | Restrict results to one catalogue. Metacritic searches all three at once. |
| limit | integer | – | How many rows to return. |
| query | string | yes | Title or part of one, for example 'the matrix'. |
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | – |
| query | string | yes | – |
| results | array | yes | – |
| total_available | integer | yes | How many entries Metacritic counted. For a query of several words it counts entries matching any one of them, so the number is far larger than the useful matches and should not be read as a match cou… |
No examples provided.