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
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
- 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 118 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add gregario-onepiece-oracle -- npx -y onepiece-oracle
codex mcp add gregario-onepiece-oracle -- npx -y onepiece-oracle
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gregario-onepiece-oracle": {
"type": "local",
"command": [
"npx",
"-y",
"onepiece-oracle"
],
"enabled": true
}
}
} openclaw mcp add gregario-onepiece-oracle --command npx --arg -y --arg onepiece-oracle
mcp_servers:
gregario-onepiece-oracle:
command: "npx"
args: ["-y", "onepiece-oracle"] {
"mcpServers": {
"gregario-onepiece-oracle": {
"command": "npx",
"args": [
"-y",
"onepiece-oracle"
]
}
}
} 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.
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.
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.
analyze_cost_curve ~67
Analyze the cost curve of a One Piece TCG deck list. Shows cost distribution, color breakdown, and card type spread.
| Name | Type | Req | Description |
|---|---|---|---|
| deck_list | string | yes | Deck 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max cards to show when browsing a set |
| set_name | string | — | Set 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.
| Name | Type | Req | Description |
|---|---|---|---|
| card_name | string | — | Card name to look up (e.g., "Monkey.D.Luffy") |
| card_number | string | — | Card 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | Filter by color: Red, Blue, Green, Purple, Yellow, Black |
| cost_max | number | — | Maximum cost for counter cards |
| limit | number | — | Max 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.
| Name | Type | Req | Description |
|---|---|---|---|
| attribute | string | — | Attribute: Slash, Strike, Ranged, Special, Wisdom |
| card_type | string | — | Card type: LEADER, CHARACTER, EVENT, STAGE |
| color | string | — | Card color: Red, Blue, Green, Purple, Yellow, Black |
| cost | number | — | Exact cost value |
| cost_max | number | — | Maximum cost |
| cost_min | number | — | Minimum cost |
| has_counter | boolean | — | Filter cards with/without counter value |
| limit | number | — | Max results (default 10) |
| offset | number | — | Offset for pagination |
| power_max | number | — | Maximum power |
| power_min | number | — | Minimum power |
| query | string | — | Search card name, number, effect text, or character type |
| rarity | string | — | Rarity: C, UC, R, SR, SEC, L, SP CARD, P, TR |
| set | string | — | Set name or code (e.g., "OP-01", "ROMANCE DAWN") |
| type | string | — | Character type (e.g., "Straw Hat Crew", "Navy", "Supernovas") |
No output schema declared.
No examples provided.