
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
acumatica-mcp
Advanced tools
MCP server for Acumatica ERP — 28 tools for queries, mutations, Generic Inquiries, inventory, shipments, reports, attachments, and audit history
mcp-name: io.github.nicholsonpeter/acumatica
An MCP server that connects AI assistants to Acumatica ERP via the Contract-Based REST API. 28 tools covering queries, mutations, Generic Inquiries, inventory, shipments, reports, attachments, and audit history.
git clone https://github.com/nicholsonpeter/acumatica-mcp.git
cd acumatica-mcp/servers
python setup.py # interactive credential setup
Then add to your MCP client configuration (e.g. Claude Desktop):
{
"mcpServers": {
"acumatica": {
"command": "uv",
"args": ["run", "--directory", "/path/to/acumatica-mcp/servers", "python", "server.py"]
}
}
}
The API client (acumatica_client.py) has no MCP dependency and can be imported directly:
from acumatica_client import AcumaticaClient
client = AcumaticaClient() # reads config from .env or environment variables
resp = client.get("/entity/Default/24.200.001/SalesOrder", {"$top": "10"})
orders = resp.json()
Full documentation is in the GitHub repository:
MIT
FAQs
MCP server for Acumatica ERP — 28 tools for queries, mutations, Generic Inquiries, inventory, shipments, reports, attachments, and audit history
The pypi package acumatica-mcp receives a total of 18 weekly downloads. As such, acumatica-mcp popularity was classified as not popular.
We found that acumatica-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.