Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.cwhited26/pocket-agent-mcp

io.github.cwhited26/pocket-agent-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
844ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

describe_pocket_agent

One-shot description of Pocket Agent: what it 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 …

list_public_personas

The public persona template registry that ships in Pocket Agent: slug, name, role, description, a sample question, and the apps each role uses by default. Use get_persona for a full spec.

get_persona

A single public persona template by slug: role, tone, starter prompt, default apps, the full 12-section spec, and which sections an owner customizes when cloning it.

list_public_apps

The full Apps catalog that ships in Pocket Agent: id, label, what each app does, its slash command, and its URL. Apps are the workflows personas run.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cwhited26/pocket-agent-mcp": {
      "url": "https://aipocketagent.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}