io.roadflow/roadflow
REMOTE · ROADFLOW.IO · SCANNED AUG 3
Create and edit roadmaps with JSON or markup; share edit and view links from AI agents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 464 tokens (~42/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · roadflow.io
claude mcp add --transport http io-roadflow-roadflow https://roadflow.io/mcp
[mcp_servers.io-roadflow-roadflow] url = "https://roadflow.io/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-roadflow-roadflow": {
"type": "remote",
"url": "https://roadflow.io/mcp",
"enabled": true
}
}
} openclaw mcp add io-roadflow-roadflow --url https://roadflow.io/mcp --transport streamable-http
mcp_servers:
io-roadflow-roadflow:
url: "https://roadflow.io/mcp" {
"mcpServers": {
"io-roadflow-roadflow": {
"type": "http",
"url": "https://roadflow.io/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 62
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://roadflow.io/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=roadflow.io | CN=YR1,O=Let's Encrypt,C=US | 13 Jul 2026 | 11 Oct 2026 | RSA 2048 | SHA256-RSA | 52757e1da1587c7655eb7d6f69bf34dddd8 |
| SANs: roadflow.io, www.roadflow.io | ||||||
| CN=YR1,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | a20253f15f2691c05dc1ce13b9bcca4e |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
DNSSEC insecure
Validation of roadflow.io. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| io. | present | 57355 | 8 | Verified |
| roadflow.io. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://roadflow.io/mcp | Verified | 200 | |
| http (plaintext) | http://roadflow.io/mcp | HTTPS enforced | 301 | https://roadflow.io:443/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
roadflow_apply_json Apply JSON state ~67
Replace workspace state with normalized JSON (serializeState shape). In shared edit mode, saves to the cloud automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| json | — | — | Full or partial map state object, or JSON string |
| merge | boolean | — | If true, deep-ish merge timeline/display and replace roads from payload |
No output schema declared.
No examples provided.
roadflow_apply_markup Apply markup ~41
Replace roads via friendly markup (same as the editor panel). Shared edit mode auto-saves.
| Name | Type | Req | Description |
|---|---|---|---|
| markup | string | yes | Friendly roadflow markup text |
No output schema declared.
No examples provided.
roadflow_create_shared Create shared roadflow ~90
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.
| Name | Type | Req | Description |
|---|---|---|---|
| editId | string | — | Optional edit id (default: random rm-…) |
| viewId | string | — | Optional view id (default: random rm-…) |
No output schema declared.
No examples provided.
roadflow_discard Discard workspace ~26
Clear the in-memory workspace for this MCP session (does not delete cloud maps).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roadflow_export_csv Export CSV ~33
Export steps as CSV (road, goal, lane, step, notes, type, status, position, date).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roadflow_export_json Export JSON ~20
Export the current workspace as JSON (serializeState).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roadflow_export_markup Export markup ~18
Export the current workspace as friendly markup.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roadflow_get Get workspace snapshot ~28
Return the current workspace as JSON and/or markup.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Default both |
No output schema declared.
No examples provided.
roadflow_new New roadflow workspace ~64
Create an ephemeral in-memory roadflow workspace (default). Optional seed JSON and/or markup. No cloud id until create_shared.
| Name | Type | Req | Description |
|---|---|---|---|
| json | — | — | Optional seed state (same shape as serializeState) |
| markup | string | — | Optional friendly markup to apply after seed/empty |
No output schema declared.
No examples provided.
roadflow_open_shared Open shared roadflow ~49
Load a cloud map by edit or view id into this session. View links are read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | editId or viewId from a share URL (?id=…) |
No output schema declared.
No examples provided.
roadflow_status Workspace status ~28
Return mode, ids, URLs, and road/step counts for the current MCP session workspace.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.