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.
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.
The open MCP standard developed by Anthropic — natively supported by every modern AI client (Claude, ChatGPT, Gemini). Set it up once, it works everywhere.
The AI can only access your ERP data with your secret API key. No password sharing, no third parties — every request is authenticated.
Partners, invoices, orders, stock, sales statistics, offers — all your ERP data is accessible to the AI through natural questions.
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).
2. Set up your AI client
Paste the MCP server configuration into your favorite AI client (Claude, ChatGPT, Cursor, etc.) — see the guide below.
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.
Choose the AI client you use and follow the steps.
Replace API_KEY with your own key, and TENANT with your unique registered identifier.
{
"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.
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.
{
"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.
Google Gemini and AI Studio can access the MCP HTTP endpoint directly — no proxy tool needed.
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.
For developers: connect the Logzi ERP MCP server to your code editor, and ask ERP questions directly from the chat window.
~/.cursor/mcp.json.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.
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
get_offer_sheet)get_order_list)get_sales_summary)Example AI response
Mit csinál az AI
get_stock_list)AI válasz példa
Mit csinál az AI
get_sales_summary)AI válasz példa
Mit csinál az AI
get_invoice_list)AI válasz példa
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 |
Logzi ERP implements the MCP 2024-11-05 protocol, based on JSON-RPC 2.0. Stateless mode, with cursor-based pagination.
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.
Register for free, request an API key, and within minutes start asking natural-language questions about your ERP data.
Free registration Request a demo