Skip to main content
Glama

Phonotheca MCP 서버

Phonotheca용 원격 MCP 서버로, 녹음된 인터뷰의 아카이브입니다. Claude 또는 모든 MCP 클라이언트를 워크스페이스에 연결하여 모든 대본을 검색하고, 프로젝트와 인터뷰를 탐색하며, 화자 라벨과 타임스탬프가 포함된 대본을 읽을 수 있습니다. 인용문은 화자, 인터뷰, 프로젝트, 타임스탬프와 함께 반환되므로 인용에는 출처가 포함됩니다.

연결은 읽기 전용입니다. 오디오를 업로드하거나, 전사를 시작하거나, 대본을 편집하거나, 어떤 것도 삭제할 수 없습니다.

엔드포인트

https://phonotheca.com/api/mcp

Streamable HTTP, 무상태(stateless). 인증은 설정에서 생성된 베어러 토큰으로, 한 번만 표시되며 언제든지 해당 페이지에서 폐기할 수 있습니다. 무료 계정으로도 충분히 사용해 볼 수 있으며, 아카이브, 검색, 내보내기는 영구적으로 열려 있습니다.

Related MCP server: gilbert-mcp

연결

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"
}]

도구

도구

기능

search_transcripts

모든 대본에 대한 전체 텍스트 검색, 선택적 프로젝트 필터. 출처가 포함된 인용문을 반환합니다.

list_projects

워크스페이스의 프로젝트와 인터뷰 수.

list_interviews

프로젝트의 인터뷰와 길이, 언어, 상태.

get_transcript

화자 라벨과 타임스탬프가 포함된 대본, 긴 인터뷰는 페이지 단위로 제공됩니다.

데이터 처리

요청은 워크스페이스와 동일한 EU 소재 애플리케이션 및 데이터베이스로 전송됩니다. MCP 클라이언트에 반환된 대본 텍스트는 연결된 어시스턴트로 전달되며, 해당 어시스턴트의 약관이 적용됩니다. 토큰을 폐기하면 즉시 접근이 종료됩니다. 자세한 내용: phonotheca.com/mcp.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Full-text search over Claude Code conversation history using SQLite FTS5, exposing indexed transcripts as MCP tools for searching, browsing, and reading turns.
    3
  • A
    license
    A
    quality
    C
    maintenance
    Read-only access to your Gilbert meetings, transcripts and summaries over MCP — list, search, and fetch transcripts and summaries.
    5
    102
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides read-only access to finished meeting transcripts for AI assistants like Claude Code or Codex, enabling them to answer questions or draft summaries based on the transcriptions.
    4
    3
    Apache 2.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.

View all related MCP servers

Related MCP Connectors

  • Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AdesiaHQ/phonotheca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server