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

io.github.gregario/onepiece-oracle

NPM · ONEPIECE-ORACLE · SCANNED AUG 3

One Piece TCG MCP server with card search, deck analysis, and set browsing

Available components

+44 this week 70 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 642 tokens (~107/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.

npm · onepiece-oracle

# add to Claude Code
claude mcp add gregario-onepiece-oracle -- npx -y onepiece-oracle
# add to Codex CLI
codex mcp add gregario-onepiece-oracle -- npx -y onepiece-oracle
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gregario-onepiece-oracle": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "onepiece-oracle"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gregario-onepiece-oracle --command npx --arg -y --arg onepiece-oracle
# ~/.hermes/config.yaml
mcp_servers:
  gregario-onepiece-oracle:
    command: "npx"
    args: ["-y", "onepiece-oracle"]
// mcp.json
{
  "mcpServers": {
    "gregario-onepiece-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "onepiece-oracle"
      ]
    }
  }
}
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.

  • 3 Aug 26 +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.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 +31
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −35
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • License: pass → unverified functional
    • Dependency health: partial → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 28 Jul 26 +54
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 27 Jul 26 26

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~642 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
analyze_cost_curve ~67

Analyze the cost curve of a One Piece TCG deck list. Shows cost distribution, color breakdown, and card type spread.

NameTypeReqDescription
deck_liststringyesDeck list as text. Format: "4 Monkey.D.Luffy" or "4x OP01-001" per line.

No output schema declared.

No examples provided.

browse_leaders ~52

Browse all One Piece TCG Leader cards. Filter by color to find leaders for a specific deck color.

NameTypeReqDescription
colorstringFilter by color: Red, Blue, Green, Purple, Yellow, Black

No output schema declared.

No examples provided.

browse_sets ~80

Browse One Piece TCG sets. List all sets with card counts, or view cards in a specific set.

NameTypeReqDescription
limitnumberMax cards to show when browsing a set
set_namestringSet name or code to browse (e.g., "OP-01", "ROMANCE DAWN"). Omit to list all sets.

No output schema declared.

No examples provided.

card_versions ~79

Show all printings/versions of a One Piece TCG card, including alternate art variants. Search by card name or card number.

NameTypeReqDescription
card_namestringCard name to look up (e.g., "Monkey.D.Luffy")
card_numberstringCard number to look up (e.g., "OP01-001")

No output schema declared.

No examples provided.

find_counters ~76

Find One Piece TCG cards with counter values. Useful for building defensive deck strategies. Filter by color and cost.

NameTypeReqDescription
colorstringFilter by color: Red, Blue, Green, Purple, Yellow, Black
cost_maxnumberMaximum cost for counter cards
limitnumberMax results

No output schema declared.

No examples provided.

search_cards ~288

Search One Piece TCG cards by name, color, type, cost, power, rarity, attribute, character type, or set. Returns card details with effects.

NameTypeReqDescription
attributestringAttribute: Slash, Strike, Ranged, Special, Wisdom
card_typestringCard type: LEADER, CHARACTER, EVENT, STAGE
colorstringCard color: Red, Blue, Green, Purple, Yellow, Black
costnumberExact cost value
cost_maxnumberMaximum cost
cost_minnumberMinimum cost
has_counterbooleanFilter cards with/without counter value
limitnumberMax results (default 10)
offsetnumberOffset for pagination
power_maxnumberMaximum power
power_minnumberMinimum power
querystringSearch card name, number, effect text, or character type
raritystringRarity: C, UC, R, SR, SEC, L, SP CARD, P, TR
setstringSet name or code (e.g., "OP-01", "ROMANCE DAWN")
typestringCharacter type (e.g., "Straw Hat Crew", "Navy", "Supernovas")

No output schema declared.

No examples provided.