← aipocketagent.com

INDIVIDUAL MCP TOOL

list_public_apps

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

aipocketagent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aipocketagent.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_public_apps and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.
  • A tool name or description suggests retrieving external content.

Parent server

aipocketagent.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pocket-agent-public]
url = "https://aipocketagent.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pocket-agent-public": {
      "type": "http",
      "url": "https://aipocketagent.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pocket-agent-public
Remote MCP URL: https://aipocketagent.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pocket-agent-public": {
      "type": "http",
      "url": "https://aipocketagent.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pocket-agent-public",
  "transport": "streamable-http",
  "url": "https://aipocketagent.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • 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.
  • 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.