io.github.nicholsonpeter/acumatica✓
io.github.nicholsonpeter/acumatica · v0.9.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nicholsonpeter/acumatica",
"description": "Connect AI assistants to Acumatica ERP — 28 tools for queries, mutations, GIs, attachments.",
"repository": {
"url": "https://github.com/nicholsonpeter/acumatica-mcp",
"source": "github"
},
"version": "0.9.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}