Phonotheca
Claude 또는 모든 MCP 클라이언트에서 인터뷰 기록을 검색하고 읽으세요. 모든 프로젝트에 걸친 전체 텍스트 검색, 화자 라벨이 지정된 타임스탬프 포함 기록, 인용된 구절. 읽기 전용입니다.
문서
Phonotheca MCP server
Remote MCP server for Phonotheca, the archive for recorded interviews. Connect Claude or any MCP client to your workspace and search every transcript, browse projects and interviews, and read speaker-labelled transcripts with timestamps. Passages come back with their speaker, interview, project, and timestamp attached, so a quote arrives with its citation.
The connection is read-only. It cannot upload audio, start transcription, edit a transcript, or delete anything.
Endpoint
https://phonotheca.com/api/mcp
Streamable HTTP, stateless. Authentication is a bearer token created in Settings, shown once and revocable there at any time. A free account is enough to try it; the archive, search, and export stay open permanently.
Connect
Claude Code:
claude mcp add --transport http phonotheca \
https://phonotheca.com/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"
Claude API:
"mcp_servers": [{
"type": "url",
"url": "https://phonotheca.com/api/mcp",
"name": "phonotheca",
"authorization_token": "YOUR_TOKEN"
}]
Tools
| Tool | What it does |
|---|---|
search_transcripts | Full-text search across every transcript, optional project filter. Returns cited passages. |
list_projects | The workspace's projects with interview counts. |
list_interviews | A project's interviews with duration, language, and status. |
get_transcript | A speaker-labelled transcript with timestamps, paged for long interviews. |
Data handling
Requests hit the same EU-resident application and database as the workspace. Transcript text returned to an MCP client goes to whatever assistant you connected, under that assistant's terms. Revoking the token ends access immediately. Details: phonotheca.com/mcp.