Zoom
Meetings
FloConnector is a hosted Pocket MCP server. Securely connect Claude, ChatGPT and other AI clients to Pocket. Ask in plain English; it runs the 11 tools for you, behind one endpoint, with you deciding what it can touch.
Beta. Connect it today and every tool below is live. It is new enough that we are still testing it against real Pocket accounts, so tell us if something looks off and we will fix it fast.
Built in-house. We wrote this connector ourselves and call Pocket directly, with no third party in the path. Nothing in a request or response is retained by anyone but Pocket.
Single connection. One Pocket organisation per workspace. Connect another in a separate workspace.
Tools
11 tools your agent gets the moment Pocket is connected.
11 tools
List Pocket recordings newest first, with title, duration, state, language and tags. Filter by date range or tag ids. Start here to find a recording id for the transcript, summary or action-item tools.
Get one recording's details without its transcript or summary: title, duration, state, language, tags, and which summarizations exist. The cheap call to make before pulling anything large.
Get the speaker-attributed transcript of one recording as timestamped segments. Window it with from_seconds/to_seconds — full transcripts are long. Speaker labels are only present on plans where Pocket ran diarization.
Get the AI-generated summary (the Notes tab) for one recording, as markdown. Pass summarization_id to pick a specific regeneration; otherwise the most recent is used.
Get the mind map Pocket generated for one recording: hierarchical nodes with titles and parent links. Useful for the structure of a long conversation without reading the transcript.
Create a temporary download link for a recording's audio file. The link expires — default one hour, 60 to 86400 seconds. Give the URL to the user; it needs no Pocket credentials to open.
Search across transcripts, summaries and action items for a phrase or topic. Returns the most relevant excerpts with their recording and timestamps. Use this to find where something was discussed; use pocket_list_recordings to browse by date.
List action items Pocket extracted from recordings, with their status, priority, due date and source recording. Filter by date range, status or priority. Reads recordings one by one, so keep the window narrow.
Change an action item in Pocket: mark it done, reprioritise, reschedule, retitle, or reassign. Only the fields you pass are changed. Pass an empty string to clear due_date, context or assignee.
List every tag in the Pocket account, with its usage count. Use these ids with pocket_list_recordings to filter by tag — Pocket's recording filter takes tag ids, not names.
List the account's folders and spaces as a flat list with full paths and recording counts. A space is a top-level folder. Use the ids to narrow pocket_search.
No tools match your search.
Create a FloConnector workspace, connect Pocket once from the dashboard, then add your FloConnector endpoint to Claude as a custom connector. Claude handles the sign-in prompt; there is no server to host and no code to write. The same endpoint works in ChatGPT.
11 tools: 10 that read Pocket data and 1 that change it. Every tool is listed on this page, so you can see exactly what the model is able to call before you connect.
No. FloConnector holds the Pocket credential, encrypted before it is stored, and calls Pocket on the model's behalf. The AI client only ever sees the tools and their results, never the credential behind them.
Yes. Each connection is exposed through a profile, and a profile carries only the tools you switch on. Leave the 1 write tool off and the connection is read-only.
Yes. The endpoint is a standard hosted MCP server, so it works in any client that supports MCP connectors, including Claude and ChatGPT.