Skip to main content
Glama
AaroYazilim

AARO ERP MCP Server

by AaroYazilim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
erp_token_alB

ERP sisteminden geçici erişim anahtarı (token) alır. Tarayıcıyı açar, kullanıcının şifre girmesini bekler ve #anahtar elementinden token'i alır.

erp_token_silA

Cache'deki token'ı siler. Yeni API çağrıları için yeni token alınması gerekecek.

erp_token_manuel_ekleC

Manuel olarak token bilgilerini parse edip cache'e ekler. Token metni HTML formatında olabilir.

erp_stok_listeleB

ERP sisteminden stok listesini getirir. Filtreleme parametreleri ile arama yapabilirsiniz.

erp_cari_listeleB

ERP sisteminden cari listesini getirir. Filtreleme parametreleri ile arama yapabilirsiniz.

erp_depo_listeleC

ERP sisteminden depo listesini getirir.

erp_seri_lot_listeleC

ERP sisteminden seri/lot listesini getirir.

erp_barkod_listeleC

ERP sisteminden barkod listesini getirir.

erp_doviz_listeleC

ERP sisteminden döviz listesini getirir.

erp_kasa_listeleC

ERP sisteminden kasa listesini getirir.

erp_banka_listeleC

ERP sisteminden banka listesini getirir.

erp_personel_listeleC

ERP sisteminden personel listesini getirir.

erp_stok_olusturC

ERP sisteminde yeni stok kartı oluşturur. oluşturduktan sonra https://erp.aaro.com.tr/Stok/Kalem?id={id} kullanıcıya bu linki sunabilir

erp_cari_olusturC

ERP sisteminde yeni cari kartı oluşturur. oluşturdukdan sonra kullanıcıya bu linki verebilir https://erp.aaro.com.tr/Cari/Kalem?id={id}

erp_siparis_listeleC

ERP sisteminden sipariş hareketlerini listeler.

erp_fatura_listeleC

ERP sisteminden fatura hareketlerini listeler.

erp_stok_hareketleri_listeleC

ERP sisteminden stok hareketlerini listeler.

erp_dekont_listeleC

ERP sisteminden dekont başlıklarını listeler.

erp_personel_mesai_hareketC

AARO ERP'den personellerin mesai hareketlerini çeker bu veriyi pdks cihazından çeker hangi personel kaç saat çalıştı bunu listeler

erp_dekont_olusturC

ERP sisteminde yeni dekont başlığı oluşturur (Sipariş, Teklif, Fatura vb.). Görüntülemek için: https://erp.aaro.com.tr/Fatura/Kalem?id={DekontID}

erp_dekont_kalem_ekleC

Dekonta stok kalemi ekler

erp_dekont_tamamlaC

Dekontu tamamlar ve işlemi sonlandırır. Görüntülemek için: https://erp.aaro.com.tr/Fatura/Kalem?id={DekontID}

erp_dekont_duzenleC

ERP sisteminden dekont başlıklarını düzenler. Alınan sipariş, verilen sipariş, verilen teklif, alınan teklif, satış fatura, alış fatura düzenler

erp_test_webhookC

Test amaçlı webhook URL'sine ERP API request'i gönderir. Aynı header ve body bilgileri ile test endpoint'ine istek atar.

erp_test_hookC

Test amaçlı kullanılmaktadır hooklar test edilir. Harici URL'ye istek gönderir.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 25 tools

Disambiguation4/5

Most tools have distinct purposes targeting specific ERP resources like banks, customers, orders, and inventory, with clear action verbs. However, erp_test_hook and erp_test_webhook overlap significantly in purpose (both for testing webhooks), which could cause confusion for an agent trying to choose between them.

Naming Consistency5/5

All tool names follow a consistent erp_verb_noun pattern in snake_case, with verbs like listele, olustur, duzenle, and ekle applied uniformly across resources. This predictability makes the set easy to navigate and understand.

Tool Count3/5

With 25 tools, the count is on the high side for an ERP server, bordering on heavy. While ERP systems are complex, some tools like erp_test_hook and erp_test_webhook seem redundant, and the set might benefit from consolidation to reduce cognitive load.

Completeness4/5

The toolset covers core ERP operations well, including CRUD for key resources (e.g., cari, stok, dekont), listing functions, and workflow steps like completing documents. Minor gaps exist, such as no update or delete tools for resources like banks or warehouses, but agents can likely work around these with the available tools.

Maintenance

ActivityInactive
ResponsivenessNo issues