Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

43 Trust /100
Trust breakdown (6 categories)

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.

Install

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 bundle
Changelog

Every 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.

Diagnostics

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
MCP tools · 4 exposed · ~652 tokens

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.

Tool Tokens
get_news ~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.

NameTypeReqDescription
categorystringKeep only items tagged this way, matched case-insensitively.
editionstringRegional edition. They differ mostly in release and licensing coverage.
feedstringWhich feed to read. 'all' is the busiest.
limitintegerHow many stories to return.
NameTypeReqDescription
editionstringyes
feedstringyes
itemsarrayyes
notesarrayyes
total_availableintegeryesItems in the feed after 'category' was applied, before 'limit'.

No examples provided.

get_title ~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'.

NameTypeReqDescription
idintegeryesEncyclopedia id, from search_titles.
kindstringyesWhich lookup the id belongs to, from search_titles.
max_charsintegerCharacter budget for the plot summary.
offsetintegerWhere to resume the plot summary.
sectionsarrayWhich parts to return. 'basic' is usually enough. Adding 'cast' or 'news' can multiply the size of the answer.
NameTypeReqDescription
alt_titlesarrayyes
castarray
cast_languagesarrayEvery 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.
companiesarray
ending_themesarrayyes
episode_countstring|nullyes
episodesarray
genresarrayyes
newsarray
next_offsetyesPass as 'offset' to read the rest.
notesarrayyes
objectionable_contentstring|nullyes
official_websitesarrayyes
offsetintegeryes
opening_themesarrayyes
picture_urlstring|nullyes
plot_summarystring|nullyes
ratingsyes
relatedarray
releasesarray
returned_charsintegeryes
reviewsarray
running_timestring|nullyes
staffarray
themesarrayyes
titleobjectyes
total_charsintegeryesLength of the full plot summary.
truncatedbooleanyes

No examples provided.

list_recent ~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.

NameTypeReqDescription
kindstringWhich catalogue to list.
limitintegerHow many rows to return.
offsetintegerHow many rows to skip, for paging.
starts_withstringSingle letter. Switches to an alphabetical browse of titles. Anime and manga only.
NameTypeReqDescription
kindstringyes
modestringyes'recent' is by date added, 'browse' is alphabetical.
next_offsetyesPass as 'offset' for the next page. Null when the last page came back short.
notesarrayyes
offsetintegeryes
rowsarrayyes

No examples provided.

search_titles ~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.

NameTypeReqDescription
kindstringRestrict results to one kind. The encyclopedia returns both by default.
limitintegerHow many rows to return.
querystringyesTitle or part of one, for example 'cowboy bebop'.
NameTypeReqDescription
notesarrayyes
querystringyes
resultsarrayyes
total_availableintegeryesMatches before 'limit' was applied. Higher than results.length means narrow the query.

No examples provided.