

Connector
Available ActionsEach successful request consumes credits as outlined below.
search_recordings5crlist_recordings5crget_recording5crget_audio_download_url5crsave_audio_to_files5crupload_recording5crlist_tags5cr
Details
Bring your Pocket recordings into every tool you already use. Pocket captures your conversations, meetings, and calls as recordings, transcripts, and AI summaries — and this makes all of it searchable and workflow-ready for your AI assistant. Search by keyword or meaning, pull full transcripts and summaries, upload new audio for transcription, generate shareable audio links, and organize by tag — then build automations and workflows that turn what was said into follow-up emails, CRM notes, tasks, and shared documents.
Use Cases
Search recordings by topic, Pull meeting transcripts, Get AI summaries of conversations, Upload audio files for transcription, Download recording audio, Browse recordings by date or tag, Feed meeting notes into automations
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPAbout this Product
Turn your Pocket recordings into a searchable, workflow-ready library
Pocket is a personal voice recorder and app that captures your conversations, meetings, and calls and turns them into transcripts, AI summaries, and action items. Pocket Recordings & Transcripts connects that library to your AI agent, so everything you have captured is one message away from search, retrieval, and automation.
What you can do
- Search by keyword or meaning. Find any conversation by what was said, even when you do not remember the title or the date.
- Read transcripts and AI summaries. Open any recording to pull its full transcript, summary, and action items.
- Browse by date and tag. List recent recordings, filter by date range, and organize with your Pocket tags.
- Get shareable audio links. Generate a temporary download link for any recording to share or archive.
- Save audio to your files. Pull a recording's audio into your file storage, ready to attach anywhere.
- Upload new audio for transcription. Send an audio file to Pocket and get back a transcript and summary like any other recording.
Popular workflows
- Find last week's client call and draft the follow-up from its summary and action items.
- Pull the transcript of an interview and extract the key quotes.
- Feed meeting notes into your CRM, task list, or documents automatically.
- Search months of conversations for every mention of a project, person, or decision.
How to connect
Connect with your personal Pocket API key from Pocket Settings, Developer, API Keys. The tool works with your own recordings only. Saving or uploading audio supports files up to 100 MB; for larger recordings, generate a temporary download link instead.
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a4d64831f5ceb98d99ab3d7 ("Pocket"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Can I upload audio that was not recorded on a Pocket device?
Yes. Upload an audio file of up to 100 MB from your file storage and Pocket will transcribe and summarize it just like any other recording.
Do I need a Pocket account?
Yes. You connect with a personal Pocket API key from Pocket Settings, Developer, API Keys. The tool works only with your own recordings.
How does search work?
Search matches your query against the content of your recordings and transcripts, so you can find a conversation by what was said even when you do not remember its title or date.
Is there a limit on audio size?
Saving or uploading audio is limited to 100 MB per file. For larger recordings, generate a temporary download link instead.
What can my agent do with it?
Search your recordings by keyword or meaning, open any recording to read its full transcript and AI summary, list recordings by date or tag, create a temporary shareable audio link, save a recording's audio to your files, and upload new audio for Pocket to transcribe.
What is Pocket Recordings & Transcripts?
It connects your Pocket account to your AI agent so it can search, read, and act on the recordings you capture with Pocket. Pocket is a personal voice recorder and app that turns your conversations, meetings, and calls into transcripts, AI summaries, and action items, and this tool makes that library available inside your workflows.
