← Back to Plugins
MCP Server MCP

io.github.nicholsonpeter/acumatica

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to Acumatica ERP — 28 tools for queries, mutations, GIs, attachments.

Homepage Verified source GitHub

Install

uvx acumatica-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "acumatica-mcp",
      "version": "0.9.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Acumatica instance URL (e.g. https://mycompany.acumatica.com)",
          "isRequired": true,
          "format": "string",
          "name": "ACUMATICA_URL"
        },
        {
          "description": "Company / tenant name",
          "isRequired": true,
          "format": "string",
          "name": "ACUMATICA_COMPANY"
        },
        {
          "description": "API username (basic auth — alternative to OAuth)",
          "format": "string",
          "name": "ACUMATICA_USER"
        },
        {
          "description": "API password (basic auth)",
          "format": "string",
          "isSecret": true,
          "name": "ACUMATICA_PASS"
        },
        {
          "description": "OAuth 2.0 Client ID from SM303010 (alternative to basic auth)",
          "format": "string",
          "name": "ACUMATICA_CLIENT_ID"
        },
        {
          "description": "OAuth 2.0 Client Secret",
          "format": "string",
          "isSecret": true,
          "name": "ACUMATICA_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...