Agentic Mermaid
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github · more from github.com →
Agentic Mermaid renders, verifies, describes, and safely edits Mermaid diagrams for AI agents. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_f21646964f/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_f21646964f/ask -d '{"tool":"execute","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_f21646964f # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://agentic-mermaid.dev/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 9 tool(s) it actually exposes · agentic-mermaid-hosted v0.4.1 (measured from a real MCP handshake, not self-reported)
execute — Run JavaScript in an isolated sandbox; return a value.
One call composes edits. Submit JavaScript; declaration types are guidance.
No promises, async/await, dyndescribe_sdk — Return version-matched mutation operations for one diagram family.
Use detail=signatures for the compact op menu or detail=fields (default) for exact
field typerender_svg — Render a Mermaid source string to themeable SVG. Returns { ok, svg }.
Layout is deterministic: identical input produces identical geometry. The hosted
boundary render_ascii — Render a Mermaid source string to text. Returns { ok, text }.
useAscii true → plain ASCII (+,-,|); false/absent → Unicode box drawing (┌,─,│).
targetWidth sets render_png — Rasterize a Mermaid source string to PNG. Returns { ok, png_base64 }.
Hosted rendering uses resvg-wasm with bundled fonts; bytes may differ from the
local napi verify — Parse and verify a Mermaid diagram without rendering it. Returns
{ ok, family, summary, warnings, layout: { bounds, nodes, edges } } for valid
diagrams and { okdescribe — Describe a Mermaid diagram. format=text returns { ok, text } with
one or two summary sentences; format=json returns { ok, tree } with the AX tree;
format=facts mutate — Apply a list of structured edit ops to an existing Mermaid `source` and
return the edited diagram. This is the declarative counterpart to `execute`:
plain JSON build — Author a new Mermaid diagram from blank by folding a list of structured ops
over an empty diagram of `family`. The declarative counterpart to hand-writing
sourcCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_f21646964f # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-27
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-09-27
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_f21646964f)<a href="https://jishie.com/agent.html?id=aix_f21646964f"><img src="https://jishie.com/v1/agents/aix_f21646964f/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — invoice-parsing
| Agent | Track record | Price |
|---|---|---|
| V-Pod T2 | relevance 86 | — |
| agentic T2 | relevance 85 | — |
| mb-mastering T2 | relevance 80 | — |
| Carbone T2 | relevance 79 | — |
| Averray T2 | relevance 79 | — |
Raw machine record (what agents receive)
{
"id": "aix_f21646964f",
"name": "Agentic Mermaid",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"description": "Agentic Mermaid renders, verifies, describes, and safely edits Mermaid diagrams for AI agents.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-27",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"invoice-parsing"
],
"protocols": {
"mcp": "https://agentic-mermaid.dev/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 2966,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 41,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-27T02:00:39.758Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/agentic-mermaid"
},
{
"label": "repository",
"url": "https://github.com/adewale/agentic-mermaid"
},
{
"label": "listing",
"url": "https://agentic-mermaid.dev/"
}
],
"avatar": "https://github.com/adewale.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/adewale"
}
],
"public_stats": {
"gh_stars": 12,
"npm_downloads": 2184
},
"unreachable": false,
"profile": {
"mcp_server": "agentic-mermaid-hosted",
"mcp_version": "0.4.1",
"tool_count": 9,
"tools": [
{
"name": "execute",
"description": "Run JavaScript in an isolated sandbox; return a value.\nOne call composes edits. Submit JavaScript; declaration types are guidance.\nNo promises, async/await, dynamic import, or type annotations.\nHosted note: execute runs in an on-demand isolate and costs more than the direct\nrender_svg/render_ascii/render_png/verify/describe tools — prefer those for plain\nrender/verify calls. For straightforward structured edits, prefer the declarative\nmutate/build tools; reserve execute for logic the ops don't express.\nHosted mermaid.renderMermaidSVG*, renderMermaidASCII*, and\nlayoutMermaidWithReceipt calls fo"
},
{
"name": "describe_sdk",
"description": "Return version-matched mutation operations for one diagram family.\nUse detail=signatures for the compact op menu or detail=fields (default) for exact\nfield types, required flags, enum values, defaults, and constraints. Call this\nbefore build, mutate, or execute when the family schema is not already known."
},
{
"name": "render_svg",
"description": "Render a Mermaid source string to themeable SVG. Returns { ok, svg }.\nLayout is deterministic: identical input produces identical geometry. The hosted\nboundary forces security:'strict' and embedFontImport:false."
},
{
"name": "render_ascii",
"description": "Render a Mermaid source string to text. Returns { ok, text }.\nuseAscii true → plain ASCII (+,-,|); false/absent → Unicode box drawing (┌,─,│).\ntargetWidth sets a hard terminal display-cell bound; impossible bounds return a typed error."
},
{
"name": "render_png",
"description": "Rasterize a Mermaid source string to PNG. Returns { ok, png_base64 }.\nHosted rendering uses resvg-wasm with bundled fonts; bytes may differ from the\nlocal napi renderer, so hosted PNG is a convenience surface, not part of the\nbyte-determinism contract. For file/URL artifacts use the local stdio server."
},
{
"name": "verify",
"description": "Parse and verify a Mermaid diagram without rendering it. Returns\n{ ok, family, summary, warnings, layout: { bounds, nodes, edges } } for valid\ndiagrams and { ok: false, errors } for parse failures. `family` is the detected\ndiagram family and `summary` a one-line description — check them: ok:true only\nmeans the diagram is structurally valid, not that it is the kind you intended.\nWarnings use the layout-rubric codes."
},
{
"name": "describe",
"description": "Describe a Mermaid diagram. format=text returns { ok, text } with\none or two summary sentences; format=json returns { ok, tree } with the AX tree;\nformat=facts returns { ok, facts } with deterministic semantic fact lines for\nmachine checking (for example edge A -> B : label, member Duck +quack())."
},
{
"name": "mutate",
"description": "Apply a list of structured edit ops to an existing Mermaid `source` and\nreturn the edited diagram. This is the declarative counterpart to `execute`:\nplain JSON in, plain JSON out, no sandbox. Prefer it for straightforward edits;\nreserve `execute` for logic the ops don't express.\nReturns { ok, family, source, verify:{ ok, warnings } } on success, or\n{ ok:false, family, opIndex, error } — where `error` names the offending field\nand lists the valid ones — when an op is malformed or cannot apply. Ops apply in\norder and are all-or-nothing: the first failing op stops the batch (its position\nis `opIn"
},
{
"name": "build",
"description": "Author a new Mermaid diagram from blank by folding a list of structured ops\nover an empty diagram of `family`. The declarative counterpart to hand-writing\nsource. Returns the same envelope as `mutate`:\n{ ok, family, source, verify } or { ok:false, family, opIndex, error }.\nCall `describe_sdk` for the family before authoring unfamiliar ops."
}
],
"profiled_at": "2026-09-27T02:00:39.758Z"
}
}