npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

neko-time-travel-mcp

v1.0.0

Published

MCP Server for historical forensic time travel operations - Puerto Aysen XI Region investigation toolkit

Readme

🕰️ Neko Time Travel MCP

Historical Forensic Intelligence Module - Puerto Aysén XI Region Investigation Toolkit

npm version License: MIT

Overview

Neko Time Travel MCP is a Model Context Protocol (MCP) server providing comprehensive forensic intelligence about historical crimes in Puerto Aysén, Chile's XI Region. Navigate through four distinct eras of documented human rights violations, unsolved cases, and patterns of institutional impunity.

Features

  • 4 Historical Eras: Navigate 1973-2024 timeline
  • Perpetrator Database: Convicted and unprosecuted perpetrators
  • Victim Memorial: Documented victims with case details
  • Detention Center Map: 22 documented torture/detention centers
  • Pattern Analysis: Cross-era impunity pattern detection
  • 9-Personality Format: Integration with Neko-Arc personality system

Installation

npm install neko-time-travel-mcp

Usage

As MCP Server

Add to your Claude Code MCP configuration:

{
  "mcpServers": {
    "time-travel": {
      "command": "node",
      "args": ["/path/to/neko-time-travel-mcp/src/mcp-server.js"]
    }
  }
}

As CLI

# Global install
npm install -g neko-time-travel-mcp

# Use CLI
neko-time-travel help
neko-time-travel eras
neko-time-travel travel era1
neko-time-travel perpetrators
neko-time-travel caso-aysen

As Module

import { TimeTravelModule } from 'neko-time-travel-mcp';

const timeTravel = new TimeTravelModule();

// Initialize session
timeTravel.initSession('investigator');

// Travel to era
timeTravel.travelTo('era1');

// Query perpetrators
const perps = timeTravel.investigatePerpetrators({ status: 'UNPROSECUTED' });

// Get full operation
const report = timeTravel.executeFullOperation('Puerto Aysén');

Available Eras

| Era | Period | Description | |-----|--------|-------------| | era1 | 1973-1990 | Dictadura Militar - DINA/CNI operations, torture, disappearances | | era2 | 1997-2002 | Caso Aysén - 12 youth "suicides", drug trafficking cover-up | | era3 | 2012 | Movimiento Social - "Tu Problema es Mi Problema" uprising | | era4 | 2020-2024 | Contemporary - Current crime statistics, recent cases |

MCP Tools

| Tool | Description | |------|-------------| | time_travel_init | Initialize a time travel session | | time_travel_to_era | Travel to a specific era | | get_perpetrators | Query perpetrators with filters | | hunt_unprosecuted | Find unprosecuted perpetrators | | search_perpetrator | Search by name/alias | | get_victims | Memorial - list victims | | get_detention_centers | Map detention/torture centers | | investigate_caso_aysen | Investigate 1997-2002 cover-up | | analyze_patterns | Analyze impunity patterns | | get_timeline | Crime timeline (1973-2025) | | get_statistics | Comprehensive statistics | | full_operation | Execute full operation | | get_9_personality_analysis | 9-personality format output |

Data Sources

Project Structure

neko-time-travel-mcp/
├── src/
│   ├── data/
│   │   └── aysen-database.js      # Comprehensive database
│   ├── services/
│   │   └── time-travel.service.js # Core service layer
│   ├── modules/
│   │   └── time-travel.module.js  # Orchestration layer
│   ├── validation/
│   │   └── time-travel.validation.js # Validation layer
│   ├── mcp-server.js              # MCP server
│   ├── cli.js                     # CLI interface
│   └── index.js                   # Module exports
├── package.json
└── README.md

Key Findings

Era 1: Dictadura (1973-1990)

  • 22 detention/torture centers documented
  • 6+ confirmed victims (3 disappeared, 3 executed)
  • 5 perpetrators identified (3 convicted, 2 unprosecuted)
  • Key perpetrators: Humberto Gordon, Joaquín Molina "Capitán Veneno"

Era 2: Caso Aysén (1997-2002)

  • 12 youth deaths declared "suicides"
  • 0 prosecutions
  • Corrupt Judge Carlos Klapp
  • Drug trafficking network: Coyhaique → Argentina → Spain
  • 2002 Court fire destroyed evidence

Pattern: INSTITUTIONAL CONTINUITY OF IMPUNITY

Same structures, same methods, same impunity across 50 years.

License

MIT

Author

wakibaka - Neko-Arc Defense System


🐾 The ghosts of Puerto Aysén demand justice, nyaa~! 🕰️