← Registry

AI & Machine Learning

agentplaybooks.ai

Manages AI playbooks, including personas, skills, memory, and connected MCP servers.

1 endpoint49 known toolsFirst detected August 2, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentplaybooks.ai/api/mcp/manage

No auth detected

MCP server metadata

Name
agentplaybooks-management
Version
1.0.0
Capabilities
tools
Server instructions

Manage the authenticated user's AgentPlaybooks, skills, MCP servers, and memory. Use an AgentPlaybooks user API key as a Bearer token.

Known tools 49

list_playbooks

List playbooks owned by or shared with the authenticated user, including access role and content counts.

Inferred read-only
create_playbook

Create a new playbook container for a singleton persona, skills, and memory.

Potential side effects
get_playbook

Get a playbook with its singleton persona, skills, connected MCP servers, and memory.

Inferred read-only
delete_playbook

Permanently delete a playbook and all of its contents (persona, skills, memory, API keys, canvas, and secrets).

Potential side effects
create_persona

Set the playbook's singleton persona name and system prompt.

Inferred read-only
update_persona

Update the singleton persona's name, system prompt, or metadata without resetting to defaults.

Potential side effects
delete_persona

Reset the playbook's singleton persona to the default Assistant name and system prompt.

Inferred read-only
find_tools

Search this playbook's complete tool catalog by keyword: the built-in playbook tools (memory, skills, canvas, workflow runs, secrets) and every connected server's federated tools (names like supabase__execute_sql or cloudflare__search).

Inferred read-only
list_skills

List every skill currently attached to this playbook, returning id, name, description, content, licence, and priority ordered by priority descending.

Inferred read-only
get_skill

Return the full definition of one skill in this playbook, including name, description, content, priority, and attachments.

Inferred read-only
read_memory

Read one memory entry by key and return its value, tags, tier, summary, and metadata.

Inferred read-only
search_memory

Search memories by text, tags, tier, or type.

Inferred read-only
write_memory

Create or overwrite a memory entry by key.

Potential side effects
delete_memory

Permanently delete one memory entry by key from this playbook.

Potential side effects
consolidate_memories

Consolidate related memories under a new parent memory with a summary.

Inferred read-only
promote_memory

Promote a memory to a higher tier or boost its priority for active use.

Inferred read-only
get_memory_context

Get a context-optimized view of memories: full working memory, summaries for contextual, and keys only for longterm.

Inferred read-only
archive_memories

Archive memories from the working or contextual tier into longterm.

Inferred read-only
get_memory_tree

Get a hierarchical tree of memories showing parent-child relationships and per-node status.

Inferred read-only
create_task_graph

Create a hierarchical task plan in one call: a parent plan memory plus a child node per subtask.

Potential side effects
update_task_status

Update the status of a task node in a hierarchical plan.

Potential side effects
list_canvas

List canvas documents in a workflow run.

Inferred read-only
read_canvas

Read a canvas document.

Inferred read-only
write_canvas

Create or fully replace a canvas document.

Potential side effects
patch_canvas_section

Edit a specific section of a canvas document.

Potential side effects
get_canvas_toc

Get the table of contents for a canvas document.

Inferred read-only
lock_canvas_section

Lock a section for exclusive editing so other agents cannot modify it.

Potential side effects
unlock_canvas_section

Unlock a previously locked canvas section so other agents can edit it.

Potential side effects
create_skill

Create a new skill for this playbook.

Potential side effects
update_skill

Update an existing skill in this playbook.

Potential side effects
delete_skill

Permanently delete a skill from this playbook.

Potential side effects
list_skill_versions

List historical versions of a skill for auditing or rollback.

Inferred read-only
rollback_skill

Rollback a skill to a previous version recorded by list_skill_versions.

Inferred read-only
update_playbook

Update this playbook's name, description, visibility, tags, config, singleton persona fields, or always-on project instructions.

Potential side effects
list_mcp_servers

List the MCP and OpenAPI servers connected to this playbook, including transport metadata and discovered capability counts.

Inferred read-only
call_connected_tool

Call a tool on one of this playbook's connected MCP or OpenAPI servers.

Inferred read-only
create_mcp_server

Connect an MCP or OpenAPI server to this playbook by storing its transport configuration.

Inferred read-only
update_mcp_server

Update a connected MCP or OpenAPI server's stored name, description, tools, resources, or transport.

Potential side effects
delete_mcp_server

Disconnect an MCP or OpenAPI server from this playbook.

Inferred read-only
list_runs

List workflow runs for this playbook.

Inferred read-only
create_run

Create a workflow run so this playbook can be applied immediately with isolated context and canvas artifacts.

Potential side effects
update_run

Update a workflow run's name, status, or context.

Potential side effects
delete_run

Permanently delete a workflow run and its isolated canvas artifacts.

Potential side effects
list_secrets

List all secret names and metadata in this playbook.

Inferred read-only
use_secret

Send a GET or HEAD request with a secret injected as a header, and return the response.

Potential side effects
use_secret_write

Send a POST, PUT, PATCH or DELETE request with a secret injected as a header, and return the response.

Potential side effects
store_secret

Store a new encrypted secret.

Inferred read-only
rotate_secret

Rotate an existing secret with a new value.

Inferred read-only
delete_secret

Permanently delete a secret.

Potential side effects

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.agentplaybooks-management]
url = "https://agentplaybooks.ai/api/mcp/manage"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentplaybooks-management": {
      "type": "http",
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentplaybooks-management
Remote MCP URL: https://agentplaybooks.ai/api/mcp/manage

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": {
    "agentplaybooks-management": {
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentplaybooks-management": {
      "type": "http",
      "url": "https://agentplaybooks.ai/api/mcp/manage"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentplaybooks-management",
  "transport": "streamable-http",
  "url": "https://agentplaybooks.ai/api/mcp/manage"
}
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 agentplaybooks.ai was fetched 2026-09-04T01:29:44.892Z.

Trust status Neutral

agentplaybooks.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.