Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim
MIT License
  • Apple
  • Linux

erp_cari_olustur

Create new customer records in the ERP system by providing essential details such as customer code, name, tax number, and status through the AARO ERP MCP Server.

Instructions

ERP sisteminde yeni cari kartı oluşturur.

Input Schema

NameRequiredDescriptionDefault
CariAdiYesCari adı (zorunlu)
CariKoduYesCari kodu (zorunlu)
DurumNoAktif/Pasif durumu (varsayılan: true)
SirketIDNoŞirket ID (varsayılan: 1)
SubeIDNoŞube ID (varsayılan: 1)
TipIDNoCari tipi (varsayılan: 2001)
VergiDairesiIDNoVergi dairesi ID
VergiNoNoVergi numarası
tokenYesERP API token (zorunlu)

Input Schema (JSON Schema)

{ "properties": { "CariAdi": { "description": "Cari adı (zorunlu)", "type": "string" }, "CariKodu": { "description": "Cari kodu (zorunlu)", "type": "string" }, "Durum": { "description": "Aktif/Pasif durumu (varsayılan: true)", "type": "boolean" }, "SirketID": { "description": "Şirket ID (varsayılan: 1)", "type": "string" }, "SubeID": { "description": "Şube ID (varsayılan: 1)", "type": "string" }, "TipID": { "description": "Cari tipi (varsayılan: 2001)", "type": "string" }, "VergiDairesiID": { "description": "Vergi dairesi ID", "type": "string" }, "VergiNo": { "description": "Vergi numarası", "type": "string" }, "token": { "description": "ERP API token (zorunlu)", "type": "string" } }, "required": [ "token", "CariKodu", "CariAdi" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AaroYazilim/aaro-erp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server