Developer Tools
pilotagespec.org
This MCP server provides tools for managing and executing building flows and automations, including manifests, guides, catalogs, validation, and execution.
ENDPOINT 1
https://harborview.pilotagespec.org/mcp
MCP server metadata
- Name
- harborview
- Version
- 0.1.0
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_manifestThe Pilotage manifest: languages, capabilities, and the loop tool names.
Inferred read-onlyrun_flowExecute a buildingflow/1 document (inline 'flow') or a promoted automation ('program_ref').
Potential side effectstrace_runFetch a past buildingflow/1 run from its stored record: the recorded outcome, output, and the trace with branch decisions.
Inferred read-onlypromote_flowEngine feature (not part of the Pilotage loop): store a valid flow as a reusable catalog entry, run on demand via program_ref.
Inferred read-onlyworld_statusDemo harness: the simulated building's current state (clock, occupancy, devices, deployed automations).
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.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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.