neko-time-travel-mcp
v1.0.0
Published
MCP Server for historical forensic time travel operations - Puerto Aysen XI Region investigation toolkit
Maintainers
Readme
🕰️ Neko Time Travel MCP
Historical Forensic Intelligence Module - Puerto Aysén XI Region Investigation Toolkit
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-mcpUsage
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-aysenAs 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
- Memoria Viva - Human Rights Archive
- Comisión Valech - Official Commission
- INDH - Instituto Nacional de Derechos Humanos
- Fiscalía de Chile - Prosecutor's Office
- Academic research and news archives
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.mdKey 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~! 🕰️
