Productivity
albertonline.org
Manages agent plans and provides site index information for the albertonline.org web app.
ENDPOINT 1
https://www.albertonline.org/mcp
MCP server metadata
- Name
- albertonline-web
- Version
- 1.0.0
Discovery + agent-plan tools for the albertonline.org web app. plan_* tools require the x-internal-rpc-token header.
Known tools 10
list_productsList the features available in the albertonline.org web app with their routes.
Inferred read-onlyplan_createCreate an agent plan (kanban card), optionally with checklist steps.
Potential side effectsplan_update_statusMove a plan to a new status column, optionally to a position within it.
Inferred read-onlyplan_report_step_outcomeReport a checklist step outcome ("done" completes it, "todo" reopens it); maps onto the step's done flag via the same path as plan_set_step_done.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for albertonline.org was fetched 2026-08-21T18:40:00.487Z.
albertonline.org 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.