If you're running Acumatica ERP and want your AI assistant to read or write data directly, this gives you 28 tools to work with. You get query and mutation operations for standard CRUD, access to Generic Inquiries for custom reports, and attachment handling for documents. It connects over stdio and speaks the Acumatica REST API under the hood. Reach for this when you need to automate data entry, pull financial reports, check inventory levels, or manipulate business objects without building custom integrations yourself. The tool set covers the typical read/write/update patterns you'd expect from an ERP connector.
ACUMATICA_URL*Acumatica instance URL (e.g. https://mycompany.acumatica.com)
ACUMATICA_COMPANY*Company / tenant name
ACUMATICA_USERAPI username (basic auth — alternative to OAuth)
ACUMATICA_PASSsecretAPI password (basic auth)
ACUMATICA_CLIENT_IDOAuth 2.0 Client ID from SM303010 (alternative to basic auth)
ACUMATICA_CLIENT_SECRETsecretOAuth 2.0 Client Secret