MCP
Give an approved agent client a filtered set of Floral tools for questions and actions.
Public API
Build a server-side JSON integration against the stable
/api/v1 contract.Choose MCP when
- a person will use Floral through ChatGPT, Claude, or another MCP client;
- the client can discover tools and call them as part of a conversation;
- the available tool set should follow that user’s access automatically.
Choose the public API when
- your software needs deterministic HTTP requests;
- you need the published OpenAPI schema, idempotency, ETags, and stable error codes;
- your integration uses the currently published company, person, briefing, or summary operations.
