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.
# 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. Authentication, rate limiting, response envelopes, and the Context Capsule endpoint.
- Authentication & API Keys — Generating API keys, configuring scopes (
seeds:read,sources:write,skills:read), and connecting via OAuth 2.1 with PKCE. - 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 |