Bonnard Platform
Governed, multi-tenant analytics-as-MCP for B2B SaaS. Documentation coming soon.
Platform docs are in progress. This section will fill out alongside the platform release. For the open-source charting SDK, see MCP Charts.
Bonnard Platform is the governed, multi-tenant product built on top of the open-source
@bonnard/mcp-charts SDK. A client connects a data warehouse; their
end-user AI agents query it over MCP under strict tenant isolation, and results render as interactive
charts and dashboards in the host.
Where the OSS SDK gives you the visualize tool, the widget, and the dashboard/views authoring
surface, the platform adds the governance layer around it:
- Multi-tenant isolation — row-level, schema-per-tenant, or database-per-tenant, enforced at the query boundary.
- Managed connections — connect a warehouse once; the platform manages read-only, least-privilege access and per-query guardrails.
- Auth + identity — OAuth / OIDC for end-user agents, delegated identity from your IdP.
- Observability — every agent query captured for audit, cost, and quality.
Coming soon
Full platform documentation trails the release. In the meantime:
- Overview — how the platform fits together.
- Tenancy models — the isolation modes.
- Or start with the OSS SDK: MCP Charts.