Semiotic
io.github.nteract/semioticVerified React chart generation: select, validate, repair, render, and inspect charts through MCP.
Tools · 5
Select, validate, diagnose, render, and prove a static-data Semiotic chart. This is the default public workflow.
Diagnose a chart configuration, assess data fit, and propose repairs or variants.
Return reader grounding: chart description, communicative intent, and navigable data structure.
Run design diagnostics plus accessibility and mobile audits, returning prioritized structured findings.
Return canonical Semiotic prop-schema guidance for code editing and advanced configuration.
Resources · 8
Read-only deployment identity for this Semiotic MCP server.
semiotic://build-info
Machine-readable JSON schema for all Semiotic AI chart components.
semiotic://schema
Renderable/browser-only component index with MCP categories.
semiotic://components
Generated inventory of schema components, AI exports, MCP renderability, tools, resources, and prompts.
semiotic://surface-manifest
Agent-visible semantic rules for color precedence, required prop combinations, streaming refs, and renderability.
semiotic://behavior-contracts
Compact implementation guidance for AI assistants building with Semiotic.
semiotic://system-prompt
On-demand copy-paste examples for common Semiotic chart data shapes.
semiotic://examples
MCP Apps widget template for interactive Semiotic chart previews inside ChatGPT.
ui://semiotic/chart-widget.html
Prompts · 2
Workflow for choosing a chart, validating props, and rendering a preview.
Workflow for diagnosing bad props, rendering failures, and chart-quality issues.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"semiotic": {
"url": "https://semiotic-mcp-server-481507046413.us-west1.run.app/mcp",
"transport": "streamable-http"
}
}
}