io.roadflow/roadflow

MCPCommunitylive
v1.0.0io.roadflowUnknownAktualisiert vor 1 Mon.

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

Endpunkt-Statuslive
geprüft vor 3 Tagen · 835 ms
100 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorio.roadflow
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
✓Im Forge-Index gelistet+10/10
—Publisher-Identität verifiziert+0/30
→ Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
—Domain-Verifizierung+0/10
→ Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
✓Prompt-Injection-Scan · sauber+30/30
✓Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain—
Herkunft—
AbhängigkeitenNicht auditiert
Tool-Oberfläche43 Tools · 4 privilegiert
Sicherheits-Scan✓ Saubervlive · vor 3 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert11. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

43 Tools · 4 privilegiert
Live am Endpunkt des Anbieters beobachtet3d ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://roadflow.io/mcp43 Tools · 835 ms
roadflow_newCreate an ephemeral in-memory roadflow workspace (default). Optional seed JSON and/or markup. No cloud id until create_shared.

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

ParameterTypBeschreibung
json—Optional seed state (same shape as serializeState)
markupstringOptional friendly markup to apply after seed/empty
roadflow_statusReturn mode, ids, URLs, and road/step counts for the current MCP session workspace.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

roadflow_getReturn the current workspace as JSON and/or markup.

Return the current workspace as JSON and/or markup.

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

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

ParameterTypBeschreibung
json—Full or partial map state object, or JSON string
mergebooleanIf true, deep-ish merge timeline/display and replace roads from payload
roadflow_apply_markupReplace roads via friendly markup (same as the editor panel). Shared edit mode auto-saves.

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

ParameterTypBeschreibung
markup*stringFriendly roadflow markup text
roadflow_open_sharedLoad a cloud map by edit or view id into this session. View links are read-only.

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

ParameterTypBeschreibung
id*stringeditId or viewId from a share URL (?id=…)
roadflow_create_sharedPersist 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.

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.

ParameterTypBeschreibung
editIdstringOptional edit id (default: random rm-…)
viewIdstringOptional view id (default: random rm-…)
roadflow_export_jsonExport the current workspace as JSON (serializeState).

Export the current workspace as JSON (serializeState).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

roadflow_export_markupExport the current workspace as friendly markup.

Export the current workspace as friendly markup.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

roadflow_get_versionLoad 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.

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.

ParameterTypBeschreibung
rel*integerRelative version index: -1 = newest checkpoint, -2 = older, …
loadbooleanIf true, also replace the current MCP workspace with this version (does not save to cloud).
roadflow_discardClear the in-memory workspace for this MCP session (does not delete cloud maps).

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
json—Optional seed graph state
artifacts_statusReturn mode, ids, /artifacts/?id= URLs, and node/label counts.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

artifacts_getReturn the current Artifacts workspace as JSON.

Return the current Artifacts workspace as JSON.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
json—Full or partial graph state, or JSON string
mergebooleanIf true, merge nodes/labels arrays from payload onto current state
artifacts_open_sharedLoad a cloud Artifacts graph by edit or view id. View links are read-only.

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

ParameterTypBeschreibung
id*stringeditId or viewId from /artifacts/?id=…
artifacts_create_sharedPersist the current Artifacts workspace to the cloud. Returns editUrl and viewUrl under /artifacts/.

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

ParameterTypBeschreibung
editIdstringOptional edit id (default: random af-…)
viewIdstringOptional view id (default: random af-…)
artifacts_export_jsonExport the current Artifacts workspace as JSON (serializeState).

Export the current Artifacts workspace as JSON (serializeState).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
rel*integerRelative version index: -1 = newest checkpoint
loadbooleanIf true, replace the current MCP Artifacts workspace with this version
artifacts_discardClear the in-memory Artifacts workspace for this MCP session (does not delete cloud graphs or the Plans workspace).

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

model_newCreate a Model project in MySQL (parameter register). Allocates a view id (mv-…) when omitted and returns viewUrl. Optional seed: title, calendar, streams, axes, phases, parameterSets, chains, parameters, observations, edges. Does not persist CALC outputs or FORMULA edges. Binds this MCP session. U…

Create a Model project in MySQL (parameter register). Allocates a view id (mv-…) when omitted and returns viewUrl. Optional seed: title, calendar, streams, axes, phases, parameterSets, chains, parameters, observations, edges. Does not persist CALC outputs or FORMULA edges. Binds this MCP session. U…

ParameterTypBeschreibung
titlestring—
viewIdstring—
calendar—{ granularity, start, end }
streamsarray—
axesarray—
phasesarray—
parameterSetsarray—
chainsarray—
parametersarrayCatalog rows (parameterId, streamId, role, formula, attrs, …)
observationsarrayFacts: parameterId, scope, setId, value, evidence, source
edgesarrayManual SOURCE/FLOW/INTERFACE only
model_openBind this MCP session to an existing Model project (edit or view id). View ids are read-only.

Bind this MCP session to an existing Model project (edit or view id). View ids are read-only.

ParameterTypBeschreibung
id*stringProject edit id (mp-…) or view id
model_statusCounts, rev, and /model/?id= URLs for the bound project (or pass id).

Counts, rev, and /model/?id= URLs for the bound project (or pass id).

ParameterTypBeschreibung
idstring—
model_getHydrate records from MySQL. include=summary (default counts), dictionaries, parameters, observations, edges, or all. Prefer model_upsert_observation to change one fact — do not treat this as a blob to rewrite.

Hydrate records from MySQL. include=summary (default counts), dictionaries, parameters, observations, edges, or all. Prefer model_upsert_observation to change one fact — do not treat this as a blob to rewrite.

ParameterTypBeschreibung
idstring—
includestringDefault summary
model_discardUnbind the Model project from this MCP session. Does not delete MySQL rows.

Unbind the Model project from this MCP session. Does not delete MySQL rows.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

model_patch_projectprivilegiertUpdate title, calendar, viewId, streams, axes, phases, parameterSets, and/or chains. Send If-Match via rev. Replaces each provided dictionary in full.

Update title, calendar, viewId, streams, axes, phases, parameterSets, and/or chains. Send If-Match via rev. Replaces each provided dictionary in full.

ParameterTypBeschreibung
idstring—
titlestring—
calendar——
viewIdstring | null—
streamsarray—
axesarray—
phasesarray—
parameterSetsarray—
chainsarray—
revintegerExpected project rev (If-Match)
model_list_parametersList parameter catalog rows. Optional filters: streamId, role, layer, primaryOwner.

List parameter catalog rows. Optional filters: streamId, role, layer, primaryOwner.

ParameterTypBeschreibung
idstring—
streamIdstring—
rolestring—
layerstring—
primaryOwnerstring—
model_get_parameterOne catalog row plus its observations (facts).

One catalog row plus its observations (facts).

ParameterTypBeschreibung
idstring—
parameterId*stringStable id, e.g. PRJ.FACILITY_MW
model_upsert_parameterCreate or patch one parameter definition (not observations). Pass rev for If-Match on update.

Create or patch one parameter definition (not observations). Pass rev for If-Match on update.

ParameterTypBeschreibung
idstring—
parameterId*string—
streamIdstring—
rolestring—
layerstring—
primaryOwnerstring—
formulastring—
attrs—name, definition, unit, scopeAxes, SBC fields, comments, …
namestring—
definitionstring—
unitstring—
valueTypestring—
scopeAxesarray—
prioritystring—
canonicalIdstring—
domainIdstring—
commentstring—
assignedWsstring—
economicClassstring—
qtyParameterIdstring—
rateParameterIdstring—
rateComponentsarray—
adjustmentKindstring—
revinteger—
model_upsert_parametersCreate or patch many catalog rows (cap 400). Same body shape as model_upsert_parameter. continueOnError returns per-row errors; otherwise one transaction.

Create or patch many catalog rows (cap 400). Same body shape as model_upsert_parameter. continueOnError returns per-row errors; otherwise one transaction.

ParameterTypBeschreibung
idstring—
parameters*arrayCatalog rows (parameterId + same fields as model_upsert_parameter)
continueOnErrorboolean—
model_delete_parameterprivilegiertDelete a parameter and its observations (cascade).

Delete a parameter and its observations (cascade).

ParameterTypBeschreibung
idstring—
parameterId*string—
model_list_observationsList facts. Filter by parameterId, setId, evidenceStatus. Sets are a column (Base/Downside/Upside), not an axis.

List facts. Filter by parameterId, setId, evidenceStatus. Sets are a column (Base/Downside/Upside), not an axis.

ParameterTypBeschreibung
idstring—
parameterIdstring—
setIdstring—
evidenceStatusstring—
model_upsert_observationCreate or replace one fact (parameterId + scope + setId). Example: Base P2 facility MW. Do not write CALC-computed values; only IN facts or CALC overrides (valueOverride). Pass rev for If-Match.

Create or replace one fact (parameterId + scope + setId). Example: Base P2 facility MW. Do not write CALC-computed values; only IN facts or CALC overrides (valueOverride). Pass rev for If-Match.

ParameterTypBeschreibung
idstring—
parameterId*string—
scopeobjectaxisId → memberId, e.g. { "Phase_ID": "P2" }
scopeKeystring—
setIdstringBase (default), Downside, Upside, or custom
value——
evidenceStatusstring—
valueLockedboolean—
valueOverrideboolean—
source—{ sourceId, locator, date, owner, allowedUse }
revinteger—
model_upsert_observationsCreate or replace many facts (cap 400). Same body shape as model_upsert_observation. Rejects CALC outputs unless valueOverride. continueOnError returns per-row errors; otherwise one transaction.

Create or replace many facts (cap 400). Same body shape as model_upsert_observation. Rejects CALC outputs unless valueOverride. continueOnError returns per-row errors; otherwise one transaction.

ParameterTypBeschreibung
idstring—
observations*arrayFacts (parameterId, scope, setId, value, …)
continueOnErrorboolean—
model_delete_observationprivilegiertDelete one fact by parameterId + scope/scopeKey + setId.

Delete one fact by parameterId + scope/scopeKey + setId.

ParameterTypBeschreibung
idstring—
parameterId*string—
scopeobject—
scopeKeystring—
setIdstring—
model_list_edgesManual lineage edges only (SOURCE/FLOW/INTERFACE). FORMULA edges are derived from formulas on load — not stored.

Manual lineage edges only (SOURCE/FLOW/INTERFACE). FORMULA edges are derived from formulas on load — not stored.

ParameterTypBeschreibung
idstring—
fromIdstring—
toIdstring—
edgeTypestring—
model_upsert_edgeCreate or patch a manual SOURCE, FLOW, or INTERFACE edge. FORMULA is rejected.

Create or patch a manual SOURCE, FLOW, or INTERFACE edge. FORMULA is rejected.

ParameterTypBeschreibung
idstring—
edgeId*string—
fromIdstring—
toIdstring—
edgeTypestring—
conditionstring—
labelstring—
ownerstring—
revinteger—
model_delete_edgeprivilegiertDelete a manual edge by edgeId.

Delete a manual edge by edgeId.

ParameterTypBeschreibung
idstring—
edgeId*string—
model_evaluateRead-only computeModel. Does not write MySQL. View ids allowed. Default period is calendar start (not today). periodId and range* are mutually exclusive. Cell cap 2000.

Read-only computeModel. Does not write MySQL. View ids allowed. Default period is calendar start (not today). periodId and range* are mutually exclusive. Cell cap 2000.

ParameterTypBeschreibung
idstring—
setIdstring—
periodIdstring—
rangeStartstring—
rangeEndstring—
sliceobject—
parameterIdsarray—
includeInputsboolean—
includeEmptyboolean—
model_list_dictionariesStreams, axes (members), phases, parameter sets, chains, and calendar. Period members may be derived from calendar.

Streams, axes (members), phases, parameter sets, chains, and calendar. Period members may be derived from calendar.

ParameterTypBeschreibung
idstring—

43 von 43 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.