MCP Integration

Stage: platform (MCP server) · What it does: expose your catalog, data, and models to AI agents through the Model Context Protocol (MCP) — the open standard Claude/Copilot-class agents use to reach tools and data.


Why it matters


How to use

  1. Deploy/start the platform's MCP server for your tenant.
  2. Connect an MCP client (Claude, Copilot, your own agent runtime) to the server.
  3. Grant the agent access to the data sources you choose (scoped by role/permission).
  4. The agent can now query/call your data and your models through the same governed surface.

Real-world examples

🧑‍💼 SaaS — support agent with the actual product data

A support team wires their agent (via MCP) to the product's support catalog and documentation. The agent answers with their content, not a generic model's guess — and the access is scoped, so it can't reach customer PII.

🏦 Financial services — analyst copilot over governed sources

Analysts use a copilot that reaches the internal data catalog through MCP. The copilot can only touch datasets the analyst's role permits — the agent inherits RBAC, so "ask the copilot" never becomes "the copilot has a master key."

🛒 Retail — agentic merchandising

A merchandising agent reads current inventory/sales via MCP and drafts restock notes using the team's fine-tuned model via the inference gateway — two governed surfaces, one workflow.


Gotchas