Your ERP, finally AI-native.

Connect to Logo Tiger, DIA, Odoo, or ERPNext in minutes. Claude reads your real stock, orders, and production data — and acts on it. Keep your ERP. Add AI. Migrate when you’re ready.

Connect your ERP — freeSee it in actionLog in

Logo Tiger · Mikro · DIA · Netsis · Odoo · ERPNext · Paraşüt

500+ MCP tools7 ERP connectorsOn-prem option0 forced migrations
T
Talos AI
talos.works

THE PROBLEM

Your ERP has the data. But nobody can get answers.

Manufacturing ERPs are powerful databases — but getting a simple answer like ‘what can I invoice today?’ means clicking through 5 screens, running 3 reports, and doing mental math. Your team wastes hours on questions that AI can answer in seconds.

THE SOLUTION

Connect your ERP. Ask anything.

Talos connects to your existing ERP via MCP and exposes 500+ tools to Claude, ChatGPT, or any AI agent. Your data stays in your ERP — Talos just makes it accessible to AI.

THE JOURNEY

Most customers never ask to migrate. They just stop opening their old ERP.

01

Connect your ERP

Talos reads your existing system — directly from the database, REST API, or ODBC. Nothing moves. Nothing breaks. Your team keeps working exactly as before.

02

AI operates your ERP

Ask Claude what you can invoice this week. Find which materials are blocking production. Send an RFQ without opening your email client. Your real ERP data, answered in seconds.

03

Talos becomes your ERP

When you decide you’re ready — not when we ask you to — Talos becomes your system of record. AI validates every record in the migration. No consultant. No 6-month project.

What AI can do with your ERP

Not just queries. Full operations.

📩

Create orders through AI

"Create a production order for 500m NHXMH 3x2.5" — AI creates the work order in your ERP, checks BOM availability, and flags missing materials. One sentence, done.

💰

BOM cost & commodity tracking

Track copper, aluminum, steel and polymer prices daily. AI calculates commodity cost per product, identifies loss-making items, and runs what-if scenarios when raw material prices change.

📊

Automated RFQs & procurement

AI reads your BOM, finds which materials are short, looks up supplier contacts, drafts the RFQ email with quantities and specs, and sends it — all from a single prompt.

📦

Smart procurement

"Order 200kg copper rod from Sarkuysan" — AI creates the purchase order in your ERP, compares prices across suppliers, and flags anomalies. Or ask it to suggest reorder quantities based on actual consumption.

🔧

Quality & compliance

Run checklists, track non-conformances, manage calibration schedules — all accessible to AI for trend analysis and reporting.

📁

Document search

"Find the certificate for material 9300100543" — AI searches your file server, locates the PDF, and returns it in seconds.

💬

Team knowledge base

AI reads your wiki, chat history, and internal docs to answer questions about processes, specs, and company standards.

📷

Inventory traceability

Scan QR labels to track material from entrance to shipment. Every box has a full history — who received it, where it was used, and when it shipped.

🖥️

Service monitoring

All your background services report to one place. Check if ERP sync, commodity prices, and material tracking ran successfully — from dashboard, mobile, or CLI.

DATA SECURITY

Your data, your rules.

We built this for manufacturers who ask hard questions about where their data goes. Here are the honest answers.

RECOMMENDED

Talos Cloud

Your MCP server runs locally on your machine or server. Only the specific query results Claude needs to reason over go to Anthropic — not your full database, not your customer list, not your pricing. Anthropic’s API has contractual zero training data retention.

NO VPN

Cloudflare Tunnel

MCP server runs on your premises. Cloudflare creates an outbound-only HTTPS connection — no open firewall ports, no VPN software, no agent installed on user devices. You already trust Cloudflare with your domain name.

AIR-GAPPED

Full On-Prem + Local LLM

Everything stays inside your building. MCP server plus a local AI model run on your own hardware. Zero data leaves your network. We help you size the hardware and get it running.

Full transparency

In Cloud mode, query results go to Anthropic’s servers for reasoning. Anthropic does not use API data for model training and does not retain it beyond 30 days per their enterprise policy. If this is not acceptable for your operation, use On-Prem + Local LLM mode. We’ll help you set it up.

Model Context Protocol

500+ tools. Any LLM. Five minutes.

One MCP server turns your entire ERP into tools that Claude, GPT, Cursor, or any AI agent can call. Read stock, create orders, send RFQs — through natural language.

~/.claude.json

{
  "mcpServers": {
    "talos": {
      "command": "talcli",
      "args": ["mcp", "serve"]
    }
  }
}
talos_materials_search

Search materials by code, name, or properties

talos_sales_orders_list

List and filter sales orders with status

talos_email_send

Send emails through your connected mailbox

talos_erp_sync

Trigger ERP sync and check status

talos_invoice_lines

Get invoice line items and payment history

talos_files_ls

Browse your company file server

...and 194 more tools across orders, quality, suppliers, wiki, chat, and more

On Logo Tiger? We already speak the language.

We’ve mapped Logo Tiger’s full database schema — materials, stock movements, orders, invoices, production. Connect in minutes with your MSSQL credentials. No Objects API license. No IT project. When you decide you want to move off Logo Tiger, we run the migration. AI checks every record. You approve before anything changes.

Connect Logo Tiger — free

MOBILE

Available on Mobile

Take your manufacturing intelligence everywhere. Scan QR codes, track inventory, manage production orders, and get AI-powered insights — all from your phone.

Download on the
App Store
Get it on
Google Play

Ready to talk to your ERP?

Connect in 10 minutes. Free forever for read-only. No credit card.

Connect your ERP — freeSee it in actionDownload CLI

Download talcli

Version 1.0.0 — CLI + MCP server

Connect Claude, GPT, or any AI agent to your company data with 200+ tools

macOS (Apple Silicon)
v1.0.0
macOS (Intel)
v1.0.0
Linux (x64)
v1.0.0
Linux (ARM64)
v1.0.0
Windows (x64)
v1.0.0
Windows (ARM64)
v1.0.0

Package Managers

Homebrew (macOS / Linux)
brew tap kivanccakmak/talos && brew install talcli
APT (Debian / Ubuntu)
echo "deb [trusted=yes] https://talos.works/apt stable main" | sudo tee /etc/apt/sources.list.d/talos.list sudo apt update && sudo apt install talcli
RPM (Fedora / RHEL) — x86_64
sudo rpm -i https://talos.works/downloads/talcli_1.0.0_x86_64.rpm
RPM (Fedora / RHEL) — ARM64
sudo rpm -i https://talos.works/downloads/talcli_1.0.0_aarch64.rpm
Arch Linux (AUR)
curl -fsSL https://talos.works/downloads/PKGBUILD -o PKGBUILD && makepkg -si
Quick install (macOS / Linux)
curl -fsSL https://talos.works/downloads/talos-install.sh | sh
Quick install (Windows PowerShell)
irm https://talos.works/downloads/talos-install.ps1 | iex
Auto-update (all platforms)
talcli update