Skip to main content

Google Gemini integration

Use Gemini with CataZenta through a local MCP connector (Gemini CLI or compatible IDE extensions).

Gemini CLI

Add the CataZenta connector to your Gemini MCP config (path varies by CLI version):

{
"mcpServers": {
"catazenta": {
"command": "<path-to-mcp-connector-from-onboarding>",
"env": {
"CATAZENTA_USERNAME": "you@company.com",
"CATAZENTA_PASSWORD": "***",
"CATAZENTA_API_BASE_URL": "https://api.catazenta.com"
}
}
}
}

Google AI Studio API

The hosted Gemini API does not run MCP directly. Use either:

  • Gemini CLI + MCP connector (recommended), or
  • Your own backend that calls CataZenta REST APIs with function calling

Verify

Search active products and show three SKUs.

See also