Integrate Toucan into your own AI chat
Goal
How it works
┌──────────────┐ user msg ┌─────────────────┐
│ Your chat │ ──────────► │ Your backend │
│ (UI) │ ◄────────── │ + your LLM │
└──────────────┘ envelope └────────┬────────┘
│ MCP
▼
┌─────────────────┐
│ Toucan MCP │
│ (orchestrator, │
│ query, charts) │
└─────────────────┘Prerequisites
Steps
1. Generate a Toucan embed token on your backend
2. Connect to the Toucan MCP endpoint
3. Attach the tool to your LLM call
4. Render visualizations in your UI
5. Test
Response envelope reference
Current scope and limits
Conclusion
Last updated
Was this helpful?