We're live in beta — earn up to 12,000 credits by signing up today. Get started

Pocket MCP
for AI agents

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

Everything your AI can do in Pocket

11 tools your agent gets the moment Pocket is connected.

11 tools

  • list_recordings read

    List recordings

    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_recording read

    Get a recording

    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_transcript read

    Get a recording transcript

    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_summary read

    Get a recording summary

    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_mind_map read

    Get a recording mind map

    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.

  • get_audio_url read

    Get a recording audio link

    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 read

    Search recordings

    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 read

    List action items

    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.

  • update_action_item write

    Update an action item

    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_tags read

    List tags

    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_folders read

    List folders and spaces

    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.

Questions, answered

How do I connect Pocket to Claude?

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.

What can Claude do in Pocket?

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.

Does the AI see my Pocket password or API keys?

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.

Can I stop it changing anything in Pocket?

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.

Does this work with ChatGPT as well as Claude?

Yes. The endpoint is a standard hosted MCP server, so it works in any client that supports MCP connectors, including Claude and ChatGPT.