{
  "markdown": "# Timeline Pulse ◉\n\n**The machine went quiet. The stories didn't.**\n\nTimeline Pulse is an open-source MCP server and interactive atlas of\ntimeline-shift folklore, Mandela Effect reports, collider-era myths, and\nsymbolic reality stories — every claim labeled, every source graded.\n\nOn 2026-06-29 the LHC was switched off for Long Shutdown 3, and won't collide\nagain until ~2030 ([CERN](https://home.cern/cern-bids-farewell-to-the-lhc-and-enters-long-shutdown-3/)).\nCommunities tell stories around machines like this. This project files those\nstories properly: official facts on one shelf (always cited), beliefs and\nsymbols on another (always labeled), and tools so humans *and* AI agents can\nexplore both without confusing them.\n\n> Timeline Pulse treats its material as cultural, symbolic, experiential, and\n> speculative storytelling. It does not claim that CERN, the LHC, particle\n> physics, timelines, or Mandela Effects prove supernatural or physical\n> timeline manipulation.\n\n- **Site:** https://timeline-pulse.vercel.app\n- **Package:** `timeline-pulse` on npm — no keys, no backend, read-only\n- **Built end-to-end with Claude** (Claude Code + Claude in the browser\n  designed, documented, and implemented this repo), reviewed by a human\n\n## Use it as an MCP server\n\n```json\n{\n  \"mcpServers\": {\n    \"timeline-pulse\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"timeline-pulse\"]\n    }\n  }\n}\n```\n\nThe seed corpus ships inside the package: 20 reports, 17 motifs (24\nco-occurrence edges), 6 Mandela catalog items, 8 story threads, 9 timeline\nevents with 5 officially-sourced CERN anchors.\n\n## HTTP (v2 stateless)\n\nDefault is **stdio**. Optional Streamable HTTP — no session id, JSON responses, loopback only:\n\n```bash\nnpx -y timeline-pulse --http\n# GET  http://127.0.0.1:3000/health\n# POST http://127.0.0.1:3000/mcp   (sessionless)\n```\n\nEnv: `TIMELINE_PULSE_HOST`, `TIMELINE_PULSE_PORT`, `TIMELINE_PULSE_TRANSPORT=http`.\n\n## MCP tools\n\n| Tool | Purpose |\n| --- | --- |\n| `timeline_agent_manifest` | The rules of the corpus: safe language, citation policy, first calls. Call this first. |\n| `timeline_search_reports` | Search reports by text, motif, phenomenon, source type, date, stance, or evidence grade. Paginated. |\n| `timeline_get_report` | One full report with labeled claims, anchors, related reports, safety flags, and recommended phrasing. |\n| `timeline_mandela_catalog` | Mandela Effect items: remembered vs on-record variants, community and mainstream notes side by side. |\n| `timeline_motif_map` | Recurring symbols and their co-occurrence graph — the constellation, as JSON. |\n| `timeline_story_threads` | Curated arcs written three ways: belief, neutral archive, skeptical. |\n| `timeline_events` | Official science milestones and community waves on one axis, never blended. |\n| `timeline_compare_sources` | Belief / neutral / skeptical framings for one topic, plus officially-sourced shared facts. |\n| `timeline_deepen_story` | Research prompts and follow-up angles — never fabricated sources. |\n| `timeline_stats` | Corpus totals by phenomenon, motif, source type, year, grade — and what still needs sources. |\n\nEvery tool is read-only (`readOnlyHint: true`), local-first, and returns\nstructured JSON with uncertainty made visible.\n\n## The site\n\nhttps://timeline-pulse.vercel.app is the same corpus as a public instrument:\n\n- **Archive** — searchable reports with evidence-grade filters and a full-record drawer.\n- **Timeline** — official CERN anchors above the line, community waves and symbolic anchors below. One axis, never one claim.\n- **Motifs** — an interactive constellation of 17 recurring symbols (machine silence, rainbow bridge, serpent time, heart collider…).\n- **Mandela Catalog** — classic memory variants with the mainstream explanation always attached.\n- **Story Threads** — eight arcs, each readable through a belief / neutral / skeptic lens switch.\n- **For agents** — MCP install, raw JSON endpoints, `llms.txt`, and the language rules.\n\nPlus one honest easter egg: press `M` and the site quietly Mandela-affects\nitself. See if you notice everything that changed.\n\n## Raw data endpoints (CORS-open)\n\n`/reports.json` · `/mandela-items.json` · `/motifs.json` · `/events.json` ·\n`/story-threads.json` · `/sources.json` · `/llms.txt` · `/openapi.json`\n\nThe site serves the exact JSON files the npm package ships — one corpus, three\ndoors (site, MCP, raw JSON).\n\n## Evidence grades\n\n| Grade | Meaning |\n| --- | --- |\n| `official` | Published by the institution itself — always linked |\n| `firsthand` | A person reporting their own experience |\n| `reported` | Shared accounts: forums, polls, threads |\n| `interpretive` | Community meaning-making on top of events |\n| `symbolic` | Allegory and teaching language, filed as such |\n| `speculative` | Unverified conjecture, clearly flagged |\n\n## Development\n\n```bash\nnpm install\nnpm test        # policy guard + build + corpus validation + site-sync check + MCP smoke test\nnpm run build   # compile the server to dist/\nnpm run sync-site  # copy data/ JSON into site/ after editing the corpus\nnpx serve site  # run the site locally\n```\n\nThe repo enforces its own content policy in CI: official claims must carry\nofficial URLs, speculative claims must carry safety flags, and one symbolic\nsource family is never named — checked by hash, so the name appears nowhere,\nincluding in the check itself (`scripts/check-policy.mjs`).\n\n## Contributing\n\nReports, corrections, and motifs are welcome — see\n[CONTRIBUTING.md](CONTRIBUTING.md) and the issue templates. The fastest way to\nhelp: find official sources for anything flagged `⚑ needs source`.\n\n## Documentation map\n\n- [Project brief](docs/PROJECT_BRIEF.md)\n- [MCP tool spec](docs/MCP_TOOL_SPEC.md)\n- [Data model](docs/DATA_MODEL.md)\n- [Site spec](docs/SITE_SPEC.md)\n- [Source and content policy](docs/SOURCE_POLICY.md) ← the contract\n- [Seed corpus notes](docs/SEED_CORPUS.md)\n- [Roadmap](docs/ROADMAP.md)\n- [Design reference](design/README.md)\n\n## License\n\nCode is [MIT](LICENSE). Data: original summaries and metadata authored by the\nproject; official facts link to their institutional sources; excerpts stay\nshort and attributed. Details in [docs/SOURCE_POLICY.md](docs/SOURCE_POLICY.md).\n\n---\n\n*EST. 2026 · SEED CORPUS v0.1 · NO PHYSICS WERE HARMED ◉*\n",
  "bytes": 6280,
  "sha": "3e9dc12f73a5ed00f9005c30ec64d1848106fe3e2d9382a9359c81d4fa487b57",
  "repo_slug": "davidmosiah/timeline-pulse",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_davidmosiah_timeline_pulse_81c2ccc9/readme"
}