Platoon AI — Claude Connector
Platoon AI turns your interviews and meetings into searchable, AI-generated notes and transcripts. This connector gives Claude read-only access to your own Platoon content so you can summarize, search, and reference it directly in Claude.
What data the connector accesses
- Your interviews (list + metadata) in projects you belong to
- AI-generated notes (Key Summary, Q&A Script, Full Note, and more)
- Interview transcripts (with or without speaker labels)
It is strictly read-only — nothing is created, edited, or deleted. Access is scoped per user to projects you are a direct member of; there is no organization-wide or admin access through the connector. Platoon never receives your Claude conversation data.
Tools
| Tool | What it does |
|---|---|
list_projects | Lists the projects you're a member of (id and name) |
list_interviews | Lists your interviews, most recent first (id, name, project, type, status, date, duration) |
get_interview | Returns an interview's metadata and its list of available notes |
get_notes | Returns AI-generated notes for an interview as structured markdown (optionally filtered by note type) |
get_transcript | Returns an interview's transcript, with or without speaker labels |
Authentication
Per-user OAuth 2.0 (Authorization Code + PKCE) through Platoon’s identity provider. Each user authorizes individually, and the connector only ever exposes what that user is already permitted to see in Platoon.
Security & privacy
- Least-privilege, read-only access
- Organization + project-membership checks enforced server-side on every request
- Encryption in transit (TLS 1.2+) and at rest (AES-256)
- Privacy Policy: https://www.pltn.ai/privacy
Requirements
A Platoon account with at least one processed interview.