Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

62 Trust /100
Trust breakdown (6 categories)

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
Transport & Reachability100
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.

Install

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

# add to Claude Code
claude mcp add --transport http io-roadflow-roadflow https://roadflow.io/mcp
# ~/.codex/config.toml
[mcp_servers.io-roadflow-roadflow]
url = "https://roadflow.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-roadflow-roadflow": {
      "type": "remote",
      "url": "https://roadflow.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-roadflow-roadflow --url https://roadflow.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-roadflow-roadflow:
    url: "https://roadflow.io/mcp"
// mcp.json
{
  "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.

Changelog

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.

Diagnostics

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
MCP tools — 11 exposed · ~464 tokens

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.

Tool Tokens
roadflow_apply_json ~67

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

NameTypeReqDescription
jsonFull or partial map state object, or JSON string
mergebooleanIf true, deep-ish merge timeline/display and replace roads from payload

No output schema declared.

No examples provided.

roadflow_apply_markup ~41

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

NameTypeReqDescription
markupstringyesFriendly roadflow markup text

No output schema declared.

No examples provided.

roadflow_create_shared ~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.

NameTypeReqDescription
editIdstringOptional edit id (default: random rm-…)
viewIdstringOptional view id (default: random rm-…)

No output schema declared.

No examples provided.

roadflow_discard ~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 ~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 ~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 ~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 ~28

Return the current workspace as JSON and/or markup.

NameTypeReqDescription
formatstringDefault both

No output schema declared.

No examples provided.

roadflow_new ~64

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

NameTypeReqDescription
jsonOptional seed state (same shape as serializeState)
markupstringOptional friendly markup to apply after seed/empty

No output schema declared.

No examples provided.

roadflow_open_shared ~49

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

NameTypeReqDescription
idstringyeseditId or viewId from a share URL (?id=…)

No output schema declared.

No examples provided.

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