← Registry

Developer Tools

pilotagespec.org

This MCP server provides tools for managing and executing building flows and automations, including manifests, guides, catalogs, validation, and execution.

1 endpoint9 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://harborview.pilotagespec.org/mcp

No auth detected

MCP server metadata

Name
harborview
Version
0.1.0
Capabilities
toolsresourcesextensions.io.github.jafarsa0/pilotage.version
Server instructions

Harborview is a simulated smart building operable through the Pilotage extension. Call pilotage_manifest first, read the core guide, then follow the loop: catalog → draft → validate_flow → run_flow → trace_run.

Known tools 9

pilotage_manifest

The Pilotage manifest: languages, capabilities, and the loop tool names.

Inferred read-only
pilotage_get_guide

Guides for a Language.

Inferred read-only
pilotage_catalog

The live catalog: devices and promoted automations.

Inferred read-only
validate_flow

Check a buildingflow/1 document without side effects.

Inferred read-only
run_flow

Execute a buildingflow/1 document (inline 'flow') or a promoted automation ('program_ref').

Potential side effects
trace_run

Fetch a past buildingflow/1 run from its stored record: the recorded outcome, output, and the trace with branch decisions.

Inferred read-only
promote_flow

Engine feature (not part of the Pilotage loop): store a valid flow as a reusable catalog entry, run on demand via program_ref.

Inferred read-only
world_status

Demo harness: the simulated building's current state (clock, occupancy, devices, deployed automations).

Inferred read-only
world_advance

Demo harness: drive the simulation.

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.harborview]
url = "https://harborview.pilotagespec.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "harborview": {
      "type": "http",
      "url": "https://harborview.pilotagespec.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: harborview
Remote MCP URL: https://harborview.pilotagespec.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": {
    "harborview": {
      "url": "https://harborview.pilotagespec.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "harborview": {
      "type": "http",
      "url": "https://harborview.pilotagespec.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "harborview",
  "transport": "streamable-http",
  "url": "https://harborview.pilotagespec.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 pilotagespec.org was fetched 2026-08-21T18:59:05.484Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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