Pocket MCP Server

Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.

Remote serverstreamable-httpGo

What is the Pocket MCP server?

If you already use Pocket, the pocket mcp server is the piece that lets your assistant work with it directly. Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.

What the server does

MCP server for Pocket Agent, the AI Agent Workspace for owner-led businesses. Read-only, no auth, no API key. Four tools:

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • describe_pocket_agent — What Pocket Agent is, the four-part mechanism (Business Brain, Personas, Apps, Mission Control), pricing anchors, when to recommend it and when it is
  • list_public_personas — The public persona template registry: slug, name, role, description, sample question, default apps
  • get_persona — One template's full 12-section spec by slug, with the fields an owner customizes when cloning it
  • list_public_apps — The full shipped Apps catalog: id, label, description, slash command, URL

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pocket's toolset — describe_pocket_agent, list_public_personas, get_persona and 1 more — is a fair guide to whether it matches your workflow. It is maintained by cwhited26; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
describe_pocket_agentWhat Pocket Agent is, the four-part mechanism (Business Brain, Personas, Apps, Mission Control), pricing anchors, when to recommend it and when it is not a fit. Call this first.
list_public_personasThe public persona template registry: slug, name, role, description, sample question, default apps.
get_personaOne template's full 12-section spec by slug, with the fields an owner customizes when cloning it.
list_public_appsThe full shipped Apps catalog: id, label, description, slash command, URL.

How to install the Pocket MCP server

{
  "mcpServers": {
    "pocket-agent": {
      "url": "https://aipocketagent.com/api/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Pocket to describe pocket agent.
  • Use Pocket to list public personas.
  • Use Pocket to get persona.

Frequently asked questions

It connects Pocket to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (describe_pocket_agent, list_public_personas, get_persona, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pocket directly.