Acumatica ships a versioned Contract-Based REST API exposing 200+ business objects plus OData reads, webhooks, and OAuth 2.0. There is no self-serve sandbox: access requires a licensed tenant and license tiers cap concurrent requests. The JSON wrapper forces a .value accessor on every field.
Acumatica scores D+ on Supergood's API Report Card. Acumatica ships a versioned Contract-Based REST API exposing 200+ business objects plus OData reads, webhooks, and OAuth 2.0. There is no self-serve sandbox: access requires a licensed tenant and license tiers cap concurrent requests. The JSON wrapper forces a .value accessor on every field.
Without a usable official API, teams fall back on manual exports, file drops, or one-off vendor integrations. The other option is an unofficial API layer like Supergood that automates the authenticated web app directly. Site terms may apply to any integration approach, and how they apply is a determination each team makes for itself.
Acumatica is a browser-native, multi-tenant Cloud ERP (also available in private-cloud and on-prem deployments) built from scratch on the C#/.NET xRP platform.
Vertical: Enterprise/HR/ERP, specifically Cloud ERP for the mid-market. Finance teams live in Acumatica running AR, AP, GL, bank reconciliation, multi-entity and multi-currency consolidation, fixed assets, deferred revenue schedules, recurring transactions, and month/quarter/year-end close, with sub-ledgers for projects, manufacturing, distribution, and field service all flowing into GL.
Acumatica is consistently named alongside Oracle NetSuite, Microsoft Dynamics 365 Business Central / F&O, Sage Intacct, SAP Business One, Epicor Kinetic, Infor CloudSuite, and Workday Adaptive in mid-market cloud ERP RFPs.
Yes, Acumatica is the operational system of record for essentially every revenue-, production-, inventory-, and finance-critical dataset at a customer.
Acumatica was founded in 2008 in Bellevue, WA, on a from-scratch C#/.NET browser-native architecture (the xRP platform).
Contract-Based REST API JSON wrapper forces a `.value` accessor on every field, 'doubling the complexity of transformation logic' and adding significant boilerplate to every integration. Underlying architecture is effectively stateful (cookie/login session per API call sequence) even with OAuth 2.0 Bearer tokens, contradicting standard REST expectations and creating reconnection/session-management overhead. Full sourced list under Sources below.
Common alternatives include Oracle NetSuite, Microsoft Dynamics 365 Business Central, Sage Intacct, SAP Business One / SAP S/4HANA Cloud Public Edition, Epicor Kinetic, Infor CloudSuite (Industrial/SyteLine, Distribution, Construction). Graded alternatives appear under "More from the report card" below.
Supergood's grades measure one thing: can a customer's engineering team get their own data out programmatically? Supergood checks six things (whether a real API exists, how access is gated, data coverage, auth quality, docs and developer experience, and stability) and rolls them into a letter grade. Supergood re-verifies grades, and they only move on evidence.
Yes, via a managed API layer. Supergood builds REST APIs and MCP servers for authenticated enterprise web apps, so AI agents and internal tools can read and write data programmatically. Site terms may apply to any integration approach, and how they apply is a determination each team makes for itself.
Acumatica has partial MCP support. Community MCP servers for Acumatica exist, including acumatica-mcp on PyPI with 28 tools, listed in the official MCP registry and updated April 2026, plus a read only connector from CData. Acumatica itself publishes no official MCP server.
Partially. MCP support for Acumatica exists but is incomplete, so what MCP clients like Claude, Cursor, and Codex can reach depends on what the available server covers.