← Registry

Productivity

albertonline.org

Manages agent plans and provides site index information for the albertonline.org web app.

1 endpoint10 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://www.albertonline.org/mcp

No auth detected

MCP server metadata

Name
albertonline-web
Version
1.0.0
Capabilities
tools
Server instructions

Discovery + agent-plan tools for the albertonline.org web app. plan_* tools require the x-internal-rpc-token header.

Known tools 10

list_products

List the features available in the albertonline.org web app with their routes.

Inferred read-only
get_site_index

Return the curated machine-readable site index (llms.txt).

Inferred read-only
plan_create

Create an agent plan (kanban card), optionally with checklist steps.

Potential side effects
plan_list

List the agent's plans with step counts; optionally filter by status.

Inferred read-only
plan_get

Get one agent plan with its checklist steps.

Inferred read-only
plan_update_status

Move a plan to a new status column, optionally to a position within it.

Inferred read-only
plan_review

Record a relevance review on a plan.

Inferred read-only
plan_add_step

Append a checklist step to a plan.

Inferred read-only
plan_set_step_done

Mark a checklist step done or not-done.

Inferred read-only
plan_report_step_outcome

Report 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-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for albertonline.org was fetched 2026-08-21T18:40:00.487Z.

Trust status Neutral

albertonline.org 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.