Skip to content

3aKHP/prts-mcp

vts/v1.5.0 Feature

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

Published 10d 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 three stage data tools and expanded tool surface to 24.

Changes in this release

Feature Medium

Adds three new tools: list_stages, get_stage_info, search_stages.

Adds three new tools: list_stages, get_stage_info, search_stages.

Source: llm_adapter@2026-05-25

Confidence: low

Feature Medium

Expands tool surface from 21 to 24 tools.

Expands tool surface from 21 to 24 tools.

Source: llm_adapter@2026-05-25

Confidence: low

Feature Medium

Updates list_search_scopes with stages and enemies entries.

Updates list_search_scopes with stages and enemies entries.

Source: llm_adapter@2026-05-25

Confidence: low

Feature Medium

Adds stage_table.json and zone_table.json to sync manifests for integrity validation.

Adds stage_table.json and zone_table.json to sync manifests for integrity validation.

Source: llm_adapter@2026-05-25

Confidence: low

Full changelog

Added

  • Stage data domain. Three new tools — list_stages, get_stage_info,
    search_stages — sourced from stage_table.json (3319 stages) and
    zone_table.json (434 zones) in ArknightsGameData. list_stages supports
    zone and stage-type filters with pagination; get_stage_info returns
    detailed per-stage data (drops, unlocks, related variants); search_stages
    performs regex search across names, codes, descriptions, and types.
  • Tool surface expanded from 21 to 24. list_search_scopes updated with
    stages and enemies entries.
  • stage_table.json and zone_table.json added to sync manifests for
    integrity validation.

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]