Phonotheca
Phonotheca MCP-Server
Remote-MCP-Server für Phonotheca, das Archiv für aufgezeichnete Interviews. Verbinden Sie Claude oder einen beliebigen MCP-Client mit Ihrem Workspace und durchsuchen Sie jedes Transkript, browsen Sie durch Projekte und Interviews und lesen Sie sprechergekennzeichnete Transkripte mit Zeitstempeln. Passagen werden mit ihrem Sprecher, Interview, Projekt und Zeitstempel zurückgegeben, sodass ein Zitat mit seiner Quellenangabe ankommt.
Die Verbindung ist schreibgeschützt. Sie kann kein Audio hochladen, keine Transkription starten, kein Transkript bearbeiten und nichts löschen.
Endpoint
https://phonotheca.com/api/mcpStreamable HTTP, zustandslos. Die Authentifizierung erfolgt über ein Bearer-Token, das in Settings erstellt wird, dort nur einmal angezeigt wird und jederzeit widerrufen werden kann. Ein kostenloses Konto reicht zum Ausprobieren; das Archiv, die Suche und der Export bleiben dauerhaft geöffnet.
Related MCP server: gilbert-mcp
Verbinden
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 | Funktion |
| Volltextsuche über alle Transkripte, optionaler Projektfilter. Gibt zitierte Passagen zurück. |
| Die Projekte des Workspace mit Interview-Anzahl. |
| Die Interviews eines Projekts mit Dauer, Sprache und Status. |
| Ein sprechergekennzeichnetes Transkript mit Zeitstempeln, paginiert für lange Interviews. |
Datenverarbeitung
Anfragen treffen auf dieselbe in der EU ansässige Anwendung und Datenbank wie der Workspace. Transkripttext, der an einen MCP-Client zurückgegeben wird, geht an den jeweiligen Assistenten, den Sie verbunden haben, unter den Bedingungen dieses Assistenten. Das Widerrufen des Tokens beendet den Zugriff sofort. Details: 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