Ask AI about

Connect your favorite AI assistant – Claude, ChatGPT, Gemini or Cursor – to Logzi ERP with a single configuration line. Ask about your business data in natural language and get instant answers based on real ERP data.

What is MCP and why does it matter?

MCP (Model Context Protocol) is an open standard that lets AI assistants securely connect to external systems. Through the Logzi ERP MCP server, the AI gets real-time, up-to-date data — not just general knowledge.

Standard protocol

The open MCP standard developed by Anthropic — natively supported by every modern AI client (Claude, ChatGPT, Gemini). Set it up once, it works everywhere.

Secure API key

The AI can only access your ERP data with your secret API key. No password sharing, no third parties — every request is authenticated.

50+ ERP tools

Partners, invoices, orders, stock, sales statistics, offers — all your ERP data is accessible to the AI through natural questions.

How does it work?

Connect the AI assistant to Logzi ERP in three simple steps. No programming knowledge required.

1. Get an API key

Register with Logzi ERP, and under Settings → API generate a secret API key (e.g. ABC123XYZ).

  • 01

2. Set up your AI client

Paste the MCP server configuration into your favorite AI client (Claude, ChatGPT, Cursor, etc.) — see the guide below.

  • 02

3. Ask in plain language

Ask the AI any ERP question in natural language. The AI fetches the real data and gives a clear answer.

  • 03

Setup for AI platforms

Choose the AI client you use and follow the steps. Replace API_KEY with your own key, and TENANT with your unique registered identifier.

Claude Desktop

  1. Install the Claude Desktop app
  2. Download the Logzi ERP server script
  3. Open: Claude → Settings → Developer → Edit Config
  4. Paste the JSON configuration below (alongside any other entries)
  5. Save, then restart Claude
  6. Logzi ERP appears in the toolbar
{
  "mcpServers": {
    "logzi-erp": {
      "command": "php",
      "args": [
        "https://TENAN.logzi.com/index.php",
        "mcp/myserver/index/API_KEY"
      ]
    }
  }
}

The TENANT is your company name (e.g. kovacskft), and API_KEY is the key generated in your account.

Claude Desktop – online HTTP server

If Logzi ERP is running online (https://TENANT.logzi.com), npx mcp-remote provides a bridge between Claude Desktop and the online MCP HTTP server.

  1. Install Node.js (required for the npx command)
  2. Open: Claude → Settings → Developer → Edit Config
  3. Paste the configuration below
  4. Save and restart
{
  "mcpServers": {
    "logzi-erp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://TENANT.logzi.com/mcp/general/API_KEY"
      ]
    }
  }
}

The TENANT is your company name (e.g. kovacskft), and API_KEY is the key generated in your account.

Gemini / Google AI Studio

Google Gemini and AI Studio can access the MCP HTTP endpoint directly — no proxy tool needed.

  1. Open AI Studio
  2. Click the Tools & extensions menu on the left
  3. Choose: Add MCP server
  4. Paste the MCP URL
  5. Save — done!
MCP server URL:

https://TENANT.logzi.com/mcp/general/API_KEY

Type: HTTP (Streamable HTTP / SSE)
Authentication: API key in the URL

Some Gemini-based apps label this field "Remote MCP server URL".

The TENANT is your company name (e.g. kovacskft), and API_KEY is the key generated in your account.

Cursor IDE / VS Code

For developers: connect the Logzi ERP MCP server to your code editor, and ask ERP questions directly from the chat window.

  1. Open Cursor → Settings → MCP tab
  2. Click Add New MCP Server
  3. Paste the configuration below into ~/.cursor/mcp.json
  4. Restart Cursor
VS Code (Copilot): paste the same configuration into .vscode/mcp.json.
{
  "mcpServers": {
    "logzi-erp": {
      "url": "https://TENANT.logzi.com/mcp/general/API_KEY",
      "type": "http"
    }
  }
}

Cursor and GitHub Copilot use the url + type format instead of STDIO.

Example questions and answers

See what questions the AI can answer about your ERP data — and the kind of real ERP-data-based answers it gives.

What the AI does

  • Fetches the offer data (get_offer_sheet)
  • Checks the partner's past order history (get_order_list)
  • Compares it with competitor prices if available
  • Analyzes the offer's margin level (get_sales_summary)

Example AI response

"Your offer works with a 28% margin, above the usual 22% for customer K. Based on their past orders they're price-sensitive — a 5% discount would likely close the deal. Available free stock is 47 units, so the delivery deadline is realistic."

Mit csinál az AI

  • Fetches stock levels for all products (get_stock_list)
  • Compares them with the configured minimum stock values
  • Sorts by urgency
  • Suggests reorder quantities

AI válasz példa

"3 products are below the minimum level: A4 paper (2 packs, min. 10), Toner HP 78A (0 units – order immediately!), Insulating tape (1 roll, min. 5). Would you like a reorder suggestion?"

Mit csinál az AI

  • Fetches Q1 turnover data by salesperson (get_sales_summary)
  • Compares revenue and margin
  • Ranks the colleagues

AI válasz példa

"Q1 top salespeople:
🥇 Péter Kiss – 4.82M HUF (31.2% margin)
🥈 Ágnes Nagy – 3.61M HUF (28.7% margin)
🥉 Bálint Kovács – 2.99M HUF (35.1% margin)

By margin, Bálint Kovács performed best."

Mit csinál az AI

  • Fetches the list of overdue invoices (get_invoice_list)
  • Groups them by partner
  • Sorts by amount and due date
  • Suggests an order for payment reminders

AI válasz példa

"5 partners with a total of 2.34M HUF overdue:
Most critical: Minta Ltd. – 890,000 HUF, overdue by 47 days. I recommend starting with a phone call. Would you like a reminder email text?"

Technical reference

The MCP server is available in both HTTP and STDIO mode — choose the one that fits your project's needs.

Type Endpoint / Command Protocol Recommended for
HTTP POST https://TENANT.logzi.com/mcp/general/API_KEY MCP over HTTP Claude.ai, Gemini, ChatGPT, custom client
STDIO php https://TENANT.logzi.com/index.php mcp/myserver/index/API_KEY MCP over STDIO Claude Desktop (local), developer testing
mcp-remote npx mcp-remote https://TENANT.logzi.com/mcp/general/API_KEY HTTP → STDIO bridge Claude Desktop + online ERP combination
MCP version

Logzi ERP implements the MCP 2024-11-05 protocol, based on JSON-RPC 2.0. Stateless mode, with cursor-based pagination.

Security

The API key is passed in the URL. HTTPS is required. The key can be revoked at any time in your Logzi account. No OAuth, no password sharing.

Connect AI to your business

Register for free, request an API key, and within minutes start asking natural-language questions about your ERP data.

Free registration Request a demo