Skip to content

3aKHP/prts-mcp

vts/v1.4.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 16d MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent anthropic arknights claude fanfiction game-data
+5 more
mcp mcp-server model-context-protocol prts prts-wiki

Summary

AI summary

Added PRTS template data extraction and three enemy handbook tools.

Changes in this release

Feature Low

`get_prts_template(page_title)` extracts structured key-value data from top-level MediaWiki templates on a page.

`get_prts_template(page_title)` extracts structured key-value data from top-level MediaWiki templates on a page.

Source: granite4.1:8b-q6_K@2026-05-19

Confidence: high

Feature Low

Three new enemy handbook tools: `list_enemies`, `get_enemy_info`, and `search_enemies` with optional combat stats merge.

Three new enemy handbook tools: `list_enemies`, `get_enemy_info`, and `search_enemies` with optional combat stats merge.

Source: granite4.1:8b-q6_K@2026-05-19

Confidence: high

Full changelog

Added

  • PRTS template data extraction. get_prts_template(page_title) returns
    structured key-value data from MediaWiki template calls on a page via
    action=parse&prop=parsetree. Only top-level templates are returned;
    nested templates inside values are stripped.
  • Enemy handbook tools. Three new tools backed by enemy_handbook_table.json
    with optional combat-stats merge from levels/enemydata/enemy_database.json:
    • list_enemies(threat_level?, limit, offset, full) — paginated listing
      with boss / elite / normal filter. Defaults to first 50 entries.
    • get_enemy_info(name) — handbook entry merged with HP / ATK / DEF / RES,
      immunities, and skill list with blackboard params.
    • search_enemies(pattern, max_results) — regex search across enemy
      names, descriptions, and abilities.

Install

# Run directly (Streamable HTTP on :3000)
npx prts-mcp-ts

# Or install globally
npm install -g [email protected]

MCP endpoint: http://localhost:3000/mcp

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track 3aKHP/prts-mcp

Get notified when new releases ship.

Sign up free

About 3aKHP/prts-mcp

MCP Server for Arknights, querying the PRTS Wiki API and serving auto-synced operator archives and voice lines from game data. Designed for fan-creation (同人創作) AI agents. Python (stdio/Docker) and TypeScript (Streamable HTTP) implementations.

All releases →

Related context

Earlier breaking changes

  • vts/v1.0.0 Public tool surface frozen; 9 MCP tool names, parameters, and response formats locked.

Beta — feedback welcome: [email protected]