INDIVIDUAL MCP TOOL
delete_custom_field
Delete a custom field definition and all values stored under its stable id.
LIVE ENDPOINT
https://www.orgchartstudio.com/mcp
Connect to this endpoint to inspect the live schema for delete_custom_field and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.org-chart-studio]
url = "https://www.orgchartstudio.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"org-chart-studio": {
"type": "http",
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: org-chart-studio
Remote MCP URL: https://www.orgchartstudio.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"org-chart-studio": {
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"org-chart-studio": {
"type": "http",
"url": "https://www.orgchartstudio.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "org-chart-studio",
"transport": "streamable-http",
"url": "https://www.orgchartstudio.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
render_org_chart_png— Create a watermarked org chart PNG from CSV text or structured people data.review_org_chart_csv— Review CSV text for org chart import readiness.review_org_chart_xlsx— Review a base64-encoded .xlsx workbook for org chart import readiness.list_templates— List built-in industry org chart templates with canonical URLs and markdown URLs.get_template— Get one template's variants, canonical Studio URL, markdown URL, and a suggested starting prompt.get_subscription_status— Check whether the account has an active pass and how much time remains.list_charts— List saved org charts for the signed-in account.get_chart— Load a saved chart by ID including its latest snapshot.