← albertonline.org
INDIVIDUAL MCP TOOL
plan_create
Create an agent plan (kanban card), optionally with checklist steps.
LIVE ENDPOINT
https://www.albertonline.org/mcp
Connect to this endpoint to inspect the live schema for plan_create 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 contains a write-action term.
Parent server
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.albertonline-web]
url = "https://www.albertonline.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"albertonline-web": {
"type": "http",
"url": "https://www.albertonline.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: albertonline-web
Remote MCP URL: https://www.albertonline.org/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": {
"albertonline-web": {
"url": "https://www.albertonline.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"albertonline-web": {
"type": "http",
"url": "https://www.albertonline.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "albertonline-web",
"transport": "streamable-http",
"url": "https://www.albertonline.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_products— List the features available in the albertonline.org web app with their routes.get_site_index— Return the curated machine-readable site index (llms.txt).plan_list— List the agent's plans with step counts; optionally filter by status.plan_get— Get one agent plan with its checklist steps.plan_update_status— Move a plan to a new status column, optionally to a position within it.plan_review— Record a relevance review on a plan.plan_add_step— Append a checklist step to a plan.plan_set_step_done— Mark a checklist step done or not-done.