Phonotheca
Phonotheca MCPサーバー
Phonotheca(録音インタビューのアーカイブ)向けのリモートMCPサーバーです。Claudeまたは任意のMCPクライアントをワークスペースに接続して、すべてのトランスクリプトを検索し、プロジェクトやインタビューを閲覧し、話者ラベルとタイムスタンプが付いたトランスクリプトを読むことができます。パッセージには話者、インタビュー、プロジェクト、タイムスタンプが添付されて返されるため、引用文には出典が付いてきます。
この接続は読み取り専用です。音声のアップロード、文字起こしの開始、トランスクリプトの編集、削除はできません。
エンドポイント
https://phonotheca.com/api/mcpStreamable HTTP、ステートレス。認証は、設定で作成されるベアラートークンです。トークンは一度だけ表示され、いつでもそこで取り消すことができます。試すには無料アカウントで十分です。アーカイブ、検索、エクスポートは永続的に利用できます。
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"
}]ツール
ツール | 説明 |
| すべてのトランスクリプトにわたる全文検索。オプションのプロジェクトフィルター。引用付きのパッセージを返します。 |
| ワークスペースのプロジェクトをインタビュー数とともに表示します。 |
| プロジェクトのインタビューを、再生時間、言語、ステータスとともに表示します。 |
| 話者ラベル付きのトランスクリプトをタイムスタンプ付きで返します。長いインタビューではページングされます。 |
データの取り扱い
リクエストは、ワークスペースと同じEU域内に存在するアプリケーションとデータベースに到達します。MCPクライアントに返されたトランスクリプトテキストは、接続したアシスタントに送られ、そのアシスタントの利用規約に従います。トークンを取り消すと、アクセスは直ちに終了します。詳細: phonotheca.com/mcp。
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceFull-text search over Claude Code conversation history using SQLite FTS5, exposing indexed transcripts as MCP tools for searching, browsing, and reading turns.3
- AlicenseAqualityCmaintenanceRead-only access to your Gilbert meetings, transcripts and summaries over MCP — list, search, and fetch transcripts and summaries.51021MIT
- AlicenseAqualityBmaintenanceProvides 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.43Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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