← MCP Drift Registry
Mermaid Chart ok platform unidentified 25 tools 1 recorded changes

Mermaid Chart

https://mcp.mermaidchart.com/mcp
Fingerprint 712ac35479ceda6b · first seen 2026-09-09 · last checked 2026-09-09. Vendor documentation.

Provenance Read from the declared URL with no redirect, over a direct POST. The response was an SSE-framed JSON-RPC result.

01Change history

Everything this registry has observed for this endpoint.

2026-09-09 10:24Z
additive Mermaid Chart
Mermaid Chart added to the registry — baseline recorded with 25 tools

02Current contract

As returned by tools/list on the last successful pulse. Read from the declared URL with no redirect, over a direct POST. The response was an SSE-framed JSON-RPC result.

create_issue schema 7d79dd80bcd7452d

Create an issue in a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with issues write if creating issues in private repos.

  • bodystring
  • clientNamestringrequired
  • labelsarray
  • ownerstringrequired
  • repostringrequired
  • titlestringrequired
create_pr schema a57baa12736f7f56

Create a new branch (git ref), one commit from the base tree with your file changes, then open a pull request in the same repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with `contents: write` (and no existing branch with the…

  • baseBranchstring
  • bodystringrequired
  • clientNamestringrequired
  • commitMessagestringrequired
  • filesarrayrequired
  • headBranchstringrequired
  • ownerstringrequired
  • repostringrequired
  • titlestringrequired
generate_jira_kanban_board schema d12cf6204de55e82

Generate a Mermaid kanban board from Jira issues. Issues are grouped into columns by their current status and ordered by workflow stage (To Do → In Progress → Done). Each card shows the issue summary and is a clickable link to the ticket,…

  • assigneestring
  • clientNamestringrequired
  • issueTypestring
  • maxResultsinteger
  • projectKeystringrequired
  • sprintstring
generate_ticket_dependency_tree schema 4998db62fabca937

Generate a Mermaid flowchart that visualises Jira issue dependency links for a project. Each node shows the ticket key, summary, and status, and is a clickable link to the ticket. Dashed nodes represent issues linked from outside the…

  • assigneestring
  • clientNamestringrequired
  • colorModestring
  • createdAfterstring
  • createdBeforestring
  • maxResultsinteger
  • projectKeystringrequired
  • reporterstring
  • sprintstring
  • statusstring
  • useUrlShortenerboolean
generate_ticket_diagram schema e7426b4736bdad62

Generate a Mermaid flowchart centred on a single Jira ticket. Fetches the ticket's subtasks, parent, issue links, and recent comments in one call. The focal ticket is highlighted in indigo; subtasks are grouped in a subgraph; issue links…

  • clientNamestringrequired
  • colorModestring
  • ticketKeystringrequired
generate_ticket_timeline schema 7a37ce6859e6e05b

Generate a Mermaid diagram showing the history of a single Jira ticket using its changelog. Two views are available: - **state**: stateDiagram-v2 showing all status transitions with dates and authors, nodes coloured by status category. -…

  • clientNamestringrequired
  • ticketKeystringrequired
  • viewstring
get_diagram_summary schema 2e44cd434a42e533

Generate a concise summary for a Mermaid diagram based on its content. This tool provides prompts for the LLM to generate a brief summary (2-4 sentences) highlighting the primary flow, key decisions, and outcomes.

  • clientNamestringrequired
  • contextHintstring
  • diagramContentstringrequired
get_diagram_title schema d0554e233edc5291

Generate a descriptive title for a Mermaid diagram based on its content. This tool analyzes the diagram structure and content to suggest an appropriate title.

  • clientNamestringrequired
  • currentTitlestring
  • diagramContentstringrequired
  • diagramTypestring
get_issue_comments schema 186f2337ef8a7049

List comments on an issue by issue number. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • issue_numberintegerrequired
  • ownerstringrequired
  • pageinteger
  • per_pageinteger
  • repostringrequired
get_mermaid_syntax_document schema ea423da742058107

Get comprehensive syntax documentation and examples for a specific Mermaid diagram type. Returns the official Mermaid.js documentation with syntax rules, examples, and usage instructions for the requested diagram type.

  • clientNamestringrequired
  • diagramTypestringrequired
get_notion_mermaid_diagram_by_block_id schema 97a454c1555375f6

Retrieve a single Mermaid diagram block by its block ID. Returns the diagram code and optional caption.

  • blockIdstringrequired
  • clientNamestringrequired
get_notion_page_mermaid_diagrams schema 624ea92aed2a90b5

Extract all Mermaid code blocks from a Notion page. Returns block ID, diagram code, and optional caption for each block.

  • clientNamestringrequired
  • pageUrlstringrequired
get_pull_comments schema 718e548e174cb4a2

Get all pull request comments: both issue/PR thread comments and inline review comments, with a `type` of `issue_thread` or `review` per item. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • ownerstringrequired
  • pageinteger
  • per_pageinteger
  • pull_numberintegerrequired
  • repostringrequired
insert_notion_mermaid_diagram schema 5ce41914f84289c2

Append a Mermaid diagram as a code block to a Notion page. The block is added at the end of the page content.

  • captionstring
  • clientNamestringrequired
  • codestringrequired
  • pageUrlstringrequired
list_branches schema 512657e7de1d68d3

List or resolve branch names. **List mode (default):** one `GET /repos/.../branches?per_page=100&page=1` — at most 100 names, A–Z sorted in the response; `has_more` if a full page was returned. **Resolve mode:** set `branch_name` for a…

  • branch_namestring
  • clientNamestringrequired
  • ownerstringrequired
  • repostringrequired
list_issues schema f191fd69ecabaa62

List issues for a repository (excludes pull requests). REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • directionstring
  • labelsstring
  • ownerstringrequired
  • pageinteger
  • per_pageinteger
  • repostringrequired
  • sincestring
  • sortstring
  • statestring
list_mermaid_files schema 2bb9988367aab757

List .mmd Mermaid files in a GitHub repository (code search with tree fallback). REQUIRES: `Github-Token` header (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • ownerstringrequired
  • refstring
  • repostringrequired
list_pulls schema 25365a45f80ea648

List pull requests for a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • ownerstringrequired
  • pageinteger
  • per_pageinteger
  • repostringrequired
  • statestring
list_repos schema 6eb3af6d262e4180

List GitHub repositories for the authenticated user, or for an organization when `org` is set. REQUIRES: `Github-Token` header (HTTP) or `GITHUB_TOKEN` / `GH_TOKEN` in the server environment.

  • clientNamestringrequired
  • orgstring
  • pageinteger
  • per_pageinteger
  • typestring
list_tools schema 25a63fb273b576cb

Lists all available MCP servers and their tools in the workspace.

  • clientNamestring
push_file schema d24423996f95344f

Create or update a single file on a given branch in a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with contents write access.

  • branchstringrequired
  • clientNamestringrequired
  • contentstringrequired
  • messagestringrequired
  • ownerstringrequired
  • pathstringrequired
  • repostringrequired
  • shastring
read_mermaid_file schema 6f1b72713855087f

Read a single .mmd file from a GitHub repository. Only paths ending in .mmd are allowed. REQUIRES: `Github-Token` header (HTTP) or GITHUB_TOKEN / GH_TOKEN.

  • clientNamestringrequired
  • ownerstringrequired
  • pathstringrequired
  • refstring
  • repostringrequired
search_mermaid_icons schema c575e3fa0791fda2

Search for available Mermaid icons by provider or name. Returns icons in ready-to-use format with provider prefixes (e.g., 'aws:arch-amazon-ec2'). PERFORMANCE TIP: For faster searches, start with limit=10 and specific queries. If no…

  • clientNamestringrequired
  • limitnumber
  • providerstring
  • querystringrequired
update_notion_mermaid_diagram schema 52ae853439f70a05

Update the Mermaid source code (and optional caption) of an existing mermaid code block by its block ID.

  • blockIdstringrequired
  • captionstring
  • clientNamestringrequired
  • codestringrequired
validate_and_render_mermaid_diagram schema 6cfe2a2f5f2c29df

SIMPLE RENDER TOOL - Renders Mermaid diagrams directly (Mermaid automatically validates during rendering). If successful, returns diagram image. If Mermaid validation fails, returns error details for fixing. One tool, one call, simple…

  • clientNamestringrequired
  • diagramTypestringrequired
  • mermaidCodestringrequired
  • promptstringrequired
  • useUrlShortenerboolean

03Machine access

GET https://he110.github.io/mcp-drift-registry/api/servers/mermaid-chart.json