← Back to search
40
Partial
Agentic Readiness Score
+25 llms.txt +10 MCP missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtmcpdevtools

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

llms.txt Content

# Agentic Mermaid > Agent-native Mermaid runtime: parse, verify, mutate, and render diagrams through a TypeScript library, CLI, self-hosted MCP, or hosted Streamable HTTP MCP. The website is documentation plus a browser-local editor, not a REST render API. Use Agentic Mermaid when an agent needs to create, edit, verify, describe, or render Mermaid diagrams without depending on a browser. It is strongest for deterministic CI checks, structured diagram edits, read-back of semantic facts, and SVG/PNG/ASCII output from the same source. Do not use the hosted MCP for private diagrams that must stay local; use the library, CLI, or self-hosted stdio MCP instead. Do not call the website as a REST render API; /mcp speaks MCP JSON-RPC only. Safe loop: - Verify before serialize, render, commit, or return. - For task-critical meaning, read back facts with am describe --format facts, hosted describe format="facts", or checkMermaid. - Do not fabricate ValidDiagram objects. Parse first. - Prefer the local library, CLI, or MCP. The hosted /mcp endpoint covers the same core tools with 64KB input caps. - For straightforward edits, prefer mutate/build over execute. Reserve execute for logic the declarative ops do not express. Hosted successful deterministic pure-tool results may be reused by a private server-side compute cache for up to 24 hours. The HTTP response itself is always `cache-control: no-store`; `x-agentic-mermaid-compute-cache` reports private reuse. Styling: every render accepts style (a renderer treatment like hand-drawn, watercolor, or blueprint; a palette name; an inline JSON record; or a stack merged left-to-right) plus seed to re-roll styled ink. Layout never moves. A colors-only style is a palette. ## Start Here - [Agent bootstrap](https://agentic-mermaid.dev/start.md): copy-and-follow workflow for one diagram task. - [Hosted MCP endpoint](https://agentic-mermaid.dev/mcp): stateless Streamable HTTP JSON-RPC with execute, describe_sdk, render_svg, render_asci