Build with Multiplist
Everything you need to connect your AI to Multiplist. 19 curated MCP tools, REST API, extraction skills. Connect via StreamableHTTP + OAuth 2.1.
Extract decisions, frameworks, and insights from your AI conversations — with full provenance. Every claim traces back to exactly what you said.
One meaning layer. Two ways in. This is the build with AI side — MCP, REST, skills, agent-operable tools. The same vault powers the think with AI side at multiplist.ai.
Scope of these docs. The 19 tools below are the starter MCP surface — capture, extraction, search, research, annotation. Multiplist also exposes workspace & operator tools (containers, studios, lanes, cards, routing) and advanced intelligence tools (refinement, deliverable production) that aren't documented here yet. Start with the 19; they cover the lifecycle most agents need.
# Start here
- Getting Started — Connect Multiplist to Claude Desktop or any MCP client in under 5 minutes. Install via npm, configure StreamableHTTP, and make your first vault search.
- MCP Tool Flow Map — "What kind of work am I doing?" → "Which tool gets it done?" 19 curated tools mapped by intent — capture, extract, search, research, annotate.
- MCP Tools Reference — Complete parameter-level reference for the 19 public MCP tools across 6 categories. Schemas, scopes, return types, and code examples for every tool.
# Concepts & integration
- Architecture — How Multiplist's semantic memory works — Sources, Seeds, Containers, Studios, and the semantic extraction engine.
- API Reference — REST API v1 endpoints for headless integrations: extract, seeds, synthesize, batch jobs, plus authentication, rate limiting, and response envelopes.
- Authentication — The two token systems (REST API Keys with
mp_live_prefix vs MCP Tokens withmcp_live_prefix), where each one is valid, plus OAuth 2.1 with PKCE for hosted clients. - Extraction Skills — Create custom extraction skills that teach the system what to look for in your content.
# MCP endpoint
- Endpoint:
https://multiplist.ai/mcp - Transport: StreamableHTTP + OAuth 2.1 with PKCE
- npm package:
@multiplist/mcp-server
# The 19 curated tools
| Category | Tools |
|---|---|
| Capture | create_source, update_source, delete_source |
| Extraction | trigger_extraction, batch_extract, batch_status |
| Custom Skills | create_skill, list_skills, get_skill, match_skills |
| Discovery | get_source, search_vault, search_sources, get_vault_summary, get_vault_gaps |
| Research | request_brief, get_brief_status |
| Annotate | add_annotation, add_marginalia |