Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.roadflow/roadflow

io.roadflow/roadflow

Create and edit roadmaps with JSON or markup; share edit and view links from AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
230ms
last probe
Tools
23
callable
Resources
0
readable
Prompts
0
available

Tools · 23

roadflow_new

Create an ephemeral in-memory roadflow workspace (default). Optional seed JSON and/or markup. No cloud id until create_shared.

roadflow_status

Return mode, ids, URLs, and road/step counts for the current MCP session workspace.

roadflow_get

Return the current workspace as JSON and/or markup.

roadflow_apply_json

Replace workspace state with normalized JSON (serializeState shape). In shared edit mode, saves to the cloud automatically.

roadflow_apply_markup

Replace roads via friendly markup (same as the editor panel). Shared edit mode auto-saves.

roadflow_open_shared

Load a cloud map by edit or view id into this session. View links are read-only.

roadflow_create_shared

Persist the current workspace to the cloud (permanent share). Returns editUrl (play/edit/share further) and viewUrl (visual canvas, read-only). Prefer viewUrl when the user only needs to see the map.

roadflow_export_json

Export the current workspace as JSON (serializeState).

roadflow_export_markup

Export the current workspace as friendly markup.

roadflow_export_csv

Export steps as CSV (road, goal, lane, step, notes, type, status, position, date).

roadflow_list_versions

List shared-map version checkpoints (newest first). Relative indexes: -1 = newest. Requires a shared edit workspace (not view-only).

roadflow_get_version

Load one shared-map version by relative index (e.g. -1 newest, -2 previous). Returns JSON state. Does not change the live map or workspace unless load=true.

roadflow_discard

Clear the in-memory workspace for this MCP session (does not delete cloud maps).

artifacts_new

Create an ephemeral in-memory Artifacts graph workspace. Optional seed JSON (serializeState shape: nodes + labels). No cloud id until artifacts_create_shared.

artifacts_status

Return mode, ids, /artifacts/?id= URLs, and node/label counts.

artifacts_get

Return the current Artifacts workspace as JSON.

artifacts_apply_json

Replace (or merge) the Artifacts graph with normalized JSON. Shared edit mode auto-saves to the cloud.

artifacts_open_shared

Load a cloud Artifacts graph by edit or view id. View links are read-only.

artifacts_create_shared

Persist the current Artifacts workspace to the cloud. Returns editUrl and viewUrl under /artifacts/.

artifacts_export_json

Export the current Artifacts workspace as JSON (serializeState).

artifacts_list_versions

List shared Artifacts version checkpoints (newest first). Requires a shared edit workspace.

artifacts_get_version

Load one shared Artifacts version by relative index (-1 newest). Optional load=true replaces the MCP workspace (does not save).

artifacts_discard

Clear the in-memory Artifacts workspace for this MCP session (does not delete cloud graphs or the Plans workspace).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.roadflow/roadflow": {
      "url": "https://roadflow.io/mcp",
      "transport": "streamable-http"
    }
  }
}