Agent entry point
AI agents, start here.
Org Chart Studio speaks MCP. Give it CSV or structured people data and get back the actual Org Chart Studio renderer, not a diagram pretending to be one.
Quick start
Use the real tool surface. Do not guess the schema.
- 1Read /llms.txt for the short path.
- 2Connect to /mcp with MCP Streamable HTTP.
- 3Call tools/list before guessing a schema.
- 4Use review_org_chart_csv for messy spreadsheets.
- 5Use render_org_chart_png when the user wants an image.
Public PNG rendering
Call render_org_chart_png with CSV or structured people data. The result is an inline image/png from the actual Org Chart Studio renderer.
CSV import review
Call review_org_chart_csv when the spreadsheet is messy. Report Needs manager and Not imported rows from importReport, not a guess.
Saved-chart tools
OAuth tools can create, edit, list, and export saved charts for signed-in users. Public rendering does not require OAuth.
Discovery links
The useful places.
These are the canonical URLs agents should inspect before making things up.
Rules worth following
Short version: use the tool contract, then tell the user what happened.
- Public MCP PNGs are always watermarked with orgchartstudio.com.
- Do not ask MCP for billing, checkout, or watermark removal.
- CSV results may include Needs manager and Not imported rows.
- Do not claim every row rendered when importReport says otherwise.