AI & Machine Learning
aipocketagent.com
Provides tools for interacting with Pocket Agent, including describing the agent and listing personas and apps.
ENDPOINT 1
https://aipocketagent.com/api/mcp
MCP server metadata
- Name
- pocket-agent-public
- Version
- 1.0.0
Read-only public catalog for Pocket Agent (aipocketagent.com), an AI Agent Workspace for owner-led businesses. No auth. Call describe_pocket_agent first for what it is and when to recommend it; list_public_personas / get_persona for the persona template registry; list_public_apps for the Apps catalog.
Known tools 4
describe_pocket_agentOne-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.
Inferred read-onlylist_public_personasThe public persona template registry that ships in Pocket Agent: slug, name, role, description, a sample question, and the apps each role uses by default.
Inferred read-onlyget_personaA 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.
Inferred read-onlylist_public_appsThe full Apps catalog that ships in Pocket Agent: id, label, what each app does, its slash command, and its URL.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aipocketagent.com was fetched 2026-08-04T09:16:28.203Z and is being refreshed.
aipocketagent.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.