Agent Tools
Back to MCP servers

io.github.alexeibespalov/trident

https://mcp.tridentchart.com/mcp
● healthy

skills: {'id': 'get_trident_spec', 'name': 'get_trident_spec', 'description': 'Returns the complete Trident 2D specification including grammar, syntax rules, coordinate system, containers, nodes, connections, shapes, and icon reference. Use this when you need deep understanding of the Trident DSL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_generator_guide', 'name': 'get_generator_guide', 'description': 'Returns LLM-optimized instructions for generating Trident diagrams, including quick reference, critical rules (especially Y-axis!), spacing guidelines, common patterns, color conventions, and error prevention checklist. Use this before generating any Trident diagram.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_comprehensive_example', 'name': 'get_comprehensive_example', 'description': 'Returns a comprehensive Trident example demonstrating all syntax features including containers, nodes (traditional and bracket-style syntax), diamond/rectangle shapes, icons, connections with labels, routing modes, cards, and text annotations. Use this to see all features in action.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'validate_trident', 'name': 'validate_trident', 'description': 'Returns a comprehensive validation checklist for Trident diagrams covering syntax rules, semantic rules, best practices, and common mistakes to avoid. Use this after generating a diagram to verify correctness.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_quick_start', 'name': 'get_quick_start', 'description': 'Returns a condensed 2-minute quick-start guide with minimal working examples, core syntax reference, and key concepts. Use this for rapid learning when you need to generate simple diagrams quickly.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'open_document', 'name': 'open_document', 'description': 'Opens a live Trident document and returns its full contents as Trident markup DSL — the human-readable text format used to author diagrams. Use this to READ and UNDERSTAND the diagram: its structure, labels, connections, and layout. Do NOT rely on this to enumerate entity IDs for programmatic use — the DSL can be very large and the output may be truncated. To get a complete, structured list of all entity IDs and counts, use get_document_summary instead. Requires a valid access token.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_document_summary', 'name': 'get_document_summary', 'description': 'Returns a complete structured summary of a Trident document as JSON: all node IDs, container IDs, connection IDs, annotation IDs, labels, and entity counts. Use this for PROGRAMMATIC OPERATIONS — it is never truncated regardless of diagram size, so you always get every entity ID. Use this before any bulk update, delete, or enumeration task. To read and understand the diagram as a human-readable diagram, use open_document instead. Requires a valid access token.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_recent_changes', 'name': 'get_recent_changes', 'description': 'Returns the recent change history for a live Trident document. Each entry shows who made the change, what was changed, and when. Useful for understanding what edits have been made by AI agents or human collaborators. Requires a valid access token.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 97.3ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcp.tridentchart.com/mcp
JSON-RPC initialize probe
curl -X POST https://mcp.tridentchart.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://mcp.tridentchart.com/mcp
Listed at (chiark)
https://chiark.ai/agents/f7770a36-1e52-4655-827d-ebcdd32f54a4