# Multiplist

Multiplist is an IP vault with citations, acting as an interoperable source of truth for agents. It extracts decisions, frameworks, and key passages from docs and AI conversations with character‑leve…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add multiplistos/Multiplist

# Browse available tools
npx -y @smithery/cli@latest tool list multiplistos/Multiplist

# Get full schema for a tool
npx -y @smithery/cli@latest tool get multiplistos/Multiplist search_vault

# Call a tool
npx -y @smithery/cli@latest tool call multiplistos/Multiplist search_vault '{}'
```

## Direct MCP Connection

Endpoint: `https://multiplist.run.tools`

## Tools (20)

- `search_vault` — Search the vault for meaning AND for sources in one call. Use this as the default "search" tool when the user asks to f…
- `create_source` — Save a conversation, document, or transcript to the vault. Sources always live in the vault — they are never owned by c…
- `trigger_extraction` — Run Neuron extraction on a source. Uses default 9-category extraction, or a specific skill for targeted extraction. Whe…
- `get_vault_gaps` — Analyze the vault's coverage — categories with low density, topics mentioned but unexplored, unextracted sources. Use t…
- `batch_extract` — Start a batch extraction across multiple sources. Processes them sequentially using efficient unified mode. Returns a j…
- `batch_status` — Check the progress of a batch extraction job.
- `list_skills` — List available skills. Skills are domain-specific instructions that govern how sources become seeds — replacing the one…
- `create_skill` — Create a new skill. Skills define WHAT to extract from specific content types — custom fields, scoring criteria, domain…
- `get_skill` — Read a skill's full instructions and schema. Use this to understand what a skill extracts before applying it to a sourc…
- `match_skills` — Given a source, find which extraction skills apply. Matches against trigger conditions (container, source type, domain …
- `get_source` — Read a saved conversation or document from the vault. Shows the summary, extracted meaning (decisions, frameworks, key …
- `request_brief` — Synthesize a research document across the entire vault on any topic. Produces a citable brief with provenance. Use when…
- `get_brief_status` — Check the status of an Archivist research brief. Returns status and, when complete, the sourceId of the finished brief …
- `search_sources` — Search for Sources in the vault by title, date, type, or keyword. Returns source-level metadata: title, truncated abstr…
- `get_vault_summary` — Returns a high-level snapshot of the entire vault: source count, seed count, category distribution, recent sources, and…
- `add_marginalia` — Write marginalia to an existing source — a correction, tension flag, evolution narrative, or commentary by a later mind…
- `add_annotation` — Write an annotation to a source — a real-time extraction-style note by the source's own author while they are working o…
- `update_source` — Update a saved conversation with new content. Supports two modes: 'append' (default, safer — adds new content to the en…
- `delete_source` — Soft-delete a source. Seeds extracted from this source are NOT deleted — they retain provenance.
- `get_capabilities` — Introspect the current MCP session — which scopes are granted, which tool tier is active, and which capabilities can ex…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get multiplistos/Multiplist <tool-name>
```

## Prompts (14)

- `save-conversation` — Save this conversation to your vault. Multiplist extracts decisions, frameworks, and insights automatically — with full…
- `show-seed-doc` — Pull a Seed Doc — your thinking organized into decisions, frameworks, golden passages, and more. The shareable artifact.
- `show-decisions` — Search your vault for decisions on a specific topic — pulled from all past conversations with exact citations.
- `show-frameworks` — Surface the mental models and structured approaches you've developed across all conversations.
- `show-golden-passages` — Find your best insights — phrases and ideas worth keeping exactly as you said them.
- `show-definitions` — Find terms, concepts, and ideas you've defined or coined across your conversations.
- `show-exemplars` — Surface quality standards, examples, and benchmarks you've identified as worth replicating.
- `show-actions` — Find open action items, tasks, and commitments across all your saved conversations.
- `show-questions` — Surface unresolved questions and open loops from across your vault.
- `show-offers` — Find opportunities, proposed next steps, and invitations from your conversations.
- `show-emergence` — Discover patterns forming across your conversations — connections you might not have noticed.
- `research-topic` — Synthesize across your entire vault on any topic. Produces a citable research document tracing how your thinking has ev…
- `browse-recent` — Browse everything saved in the last week — by date, type, or keyword.
- `vault-summary` — Get a complete overview of your vault — how many sources, what categories are covered, recent activity, and what's miss…
