generate_visual
InactiveTool of Fodda Knowledge Graphs
Create a presentation-ready data visualization from research findings. Available chart types: "cultural_shifts" (From→To transitions), "competitive_compass" (brands on 2 axes), "trend_constellation" (network of related trends), "implication_ladder" (Signal→Trend→So What→Do What), "innovation_pathway" (Now→Near-Term→Future), "opportunity_map" (2×2 white space analysis). Returns a branded SVG that renders directly in the chat.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"chart_type",
"data"
],
"properties": {
"data": {
"type": "string",
"description": "JSON string containing the chart data. Structure depends on chart_type. cultural_shifts: {shifts:[{from,to}]}. competitive_compass: {brands:[{name,x,y}], axes:{left,right,top,bottom}}. trend_constellation: {trends:[{name,x,y}], connections:[{from,to,strength}]}. implication_ladder: {signal,trend,so_what,do_what}. innovation_pathway: {now,near_term,future}. opportunity_map: {items:[{name,consumer_desire,market_activity}]}"
},
"chart_type": {
"enum": [
"cultural_shifts",
"competitive_compass",
"trend_constellation",
"implication_ladder",
"innovation_pathway",
"opportunity_map"
],
"type": "string",
"description": "The type of visualization to generate"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fodda Knowledge Graphs
https://github.com/fodda/mcp-server
1/7 registries