io.github.smeet666/mcp-animenewsnetwork
MCPB · MCP-ANIMENEWSNETWORK-1.2.3.MCPB · 2 COMPONENTS · SCANNED AUG 12
Search the Anime News Network encyclopedia and read its news wire. 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 2 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability70
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 801 tokens (~200/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-animenewsnetwork-1.2.3.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
- 9 Aug 26 43
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-animenewsnetwork/releases/download/v1.2.3/mcp-animenewsnetwork-1.2.3.mcpb@1.2.3
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.
get_news Read the news wire ~167
Read the latest Anime News Network stories from their RSS feeds. 'all' mixes news, reviews and features; 'news' and 'reviews' are the narrower feeds. Filter with 'category' to keep only stories the feed tags a given way, such as Manga or Anime. The feed is the whole window available: there is no way to reach older stories through this tool. When you repeat a story, cite Anime News Network and link the article.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Keep only items tagged this way, matched case-insensitively. |
| edition | string | – | Regional edition. They differ mostly in release and licensing coverage. |
| feed | string | – | Which feed to read. 'all' is the busiest. |
| limit | integer | – | How many stories to return. |
| Name | Type | Req | Description |
|---|---|---|---|
| edition | string | yes | – |
| feed | string | yes | – |
| items | array | yes | – |
| notes | array | yes | – |
| total_available | integer | yes | Items in the feed after 'category' was applied, before 'limit'. |
No examples provided.
get_title Read an encyclopedia entry ~186
Read one Anime News Network encyclopedia entry by id. Get the id and kind from search_titles first. Sections are opt-in because a full record is very large: ask only for what you need. 'basic' covers type, vintage, genres, themes, episode count, ratings and the plot summary. Long plot summaries are paginated: when 'truncated' is true, call again with 'offset' set to 'next_offset'.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Encyclopedia id, from search_titles. |
| kind | string | yes | Which lookup the id belongs to, from search_titles. |
| max_chars | integer | – | Character budget for the plot summary. |
| offset | integer | – | Where to resume the plot summary. |
| sections | array | – | Which parts to return. 'basic' is usually enough. Adding 'cast' or 'news' can multiply the size of the answer. |
| Name | Type | Req | Description |
|---|---|---|---|
| alt_titles | array | yes | – |
| cast | array | – | – |
| cast_languages | array | – | Every language the site records a cast in, with its full credit count, so a trimmed 'cast' still shows what exists. Ask again with a narrower question if a language you need was cut. |
| companies | array | – | – |
| ending_themes | array | yes | – |
| episode_count | string|null | yes | – |
| episodes | array | – | – |
| genres | array | yes | – |
| news | array | – | – |
| next_offset | – | yes | Pass as 'offset' to read the rest. |
| notes | array | yes | – |
| objectionable_content | string|null | yes | – |
| official_websites | array | yes | – |
| offset | integer | yes | – |
| opening_themes | array | yes | – |
| picture_url | string|null | yes | – |
| plot_summary | string|null | yes | – |
| ratings | – | yes | – |
| related | array | – | – |
| releases | array | – | – |
| returned_chars | integer | yes | – |
| reviews | array | – | – |
| running_time | string|null | yes | – |
| staff | array | – | – |
| themes | array | yes | – |
| title | object | yes | – |
| total_chars | integer | yes | Length of the full plot summary. |
| truncated | boolean | yes | – |
No examples provided.
list_recent List recent or browse alphabetically ~150
List what was added to the Anime News Network encyclopedia most recently: anime, manga, people or companies. Pass 'starts_with' to browse titles alphabetically instead, which only applies to anime and manga. Rows carry an id you can pass to get_title when the kind is anime or manga. This is a listing, not a search: use search_titles when you know what you are looking for.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | – | Which catalogue to list. |
| limit | integer | – | How many rows to return. |
| offset | integer | – | How many rows to skip, for paging. |
| starts_with | string | – | Single letter. Switches to an alphabetical browse of titles. Anime and manga only. |
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | – |
| mode | string | yes | 'recent' is by date added, 'browse' is alphabetical. |
| next_offset | – | yes | Pass as 'offset' for the next page. Null when the last page came back short. |
| notes | array | yes | – |
| offset | integer | yes | – |
| rows | array | yes | – |
No examples provided.
search_titles Search the encyclopedia ~149
Search the Anime News Network encyclopedia for anime and manga by title. Returns one compact row per match: id, kind, type, name, precision and vintage. Use the id and kind with get_title to read the full entry. Matching is on substring, so a short query returns a lot: narrow the query rather than raising 'limit'. This searches titles only. It cannot find an entry from a plot detail, a character or a studio.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | – | Restrict results to one kind. The encyclopedia returns both by default. |
| limit | integer | – | How many rows to return. |
| query | string | yes | Title or part of one, for example 'cowboy bebop'. |
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | – |
| query | string | yes | – |
| results | array | yes | – |
| total_available | integer | yes | Matches before 'limit' was applied. Higher than results.length means narrow the query. |
No examples provided.