Phonotheca
Phonotheca MCP 服务器
面向 Phonotheca 的远程 MCP 服务器,Phonotheca 是录制访谈的档案库。将 Claude 或任何 MCP 客户端连接到您的工作区,搜索所有转录稿,浏览项目和访谈,并阅读带时间戳的说话人标注转录稿。返回的段落会附带说话人、访谈、项目和时间戳,因此引文会随附引用信息。
该连接为只读。它无法上传音频、启动转录、编辑转录稿或删除任何内容。
端点
https://phonotheca.com/api/mcpStreamable HTTP,无状态。身份验证使用在设置中创建的 Bearer 令牌,该令牌仅显示一次,可随时在那里撤销。免费账户即可试用;档案、搜索和导出功能永久开放。
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"
}]工具
工具 | 功能 |
| 跨所有转录稿进行全文搜索,可选用项目筛选。返回带引用的段落。 |
| 工作区的项目及其访谈数量。 |
| 项目的访谈,包含时长、语言和状态。 |
| 带时间戳的说话人标注转录稿,长访谈分页显示。 |
数据处理
请求会访问与工作区相同的位于欧盟的应用和数据库。返回给 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