Query product codes and live stock levels from internal inventory systems.
This MCP tool has a narrow stated purpose and declares no secrets or public remote endpoints, with no clear high-risk red flags found. However, it runs locally and accesses an unspecified internal API, while documentation and maintenance signals are sparse, so it should be reviewed carefully before production use.
The material states that no keys or environment variables are required, and no explicit API tokens, account passwords, or third-party credentials are requested, so direct secret exposure appears low. Still, verify that access to the internal API does not rely on implicit trust or inherited host credentials.
Although no remote host is declared, the description explicitly says it queries inventory and stock levels via an internal API, which indicates outbound requests to an internal network service. The exact endpoints, payloads, and trust boundaries are undocumented, so confirm whether user queries or business data are sent to unlisted internal systems.
This project is an MCP server and the system flags it as executes-code, meaning it will run a local service process. That is a normal capability for this tool type, and the available material does not show requests for privileged system actions beyond what its inventory-query purpose would normally require.
The stated data scope is mainly internal business information such as product codes, inventory items, and current quantities, with no documented local file, database, or broad system resource access. However, because it can reach ERP/inventory-related data, the query scope should still be constrained under least-privilege principles.
A positive factor is that it is open source and the code is auditable. However, it comes from a third-party registry, the repository has 0 stars, maintenance status is unknown, the license is undeclared, and there is no README, so community validation and governance signals are weak; review the code and dependencies before adoption.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "vanam-erp-mcp" yet — see the docs or source repo.
Please check the current stock for product code SKU-1024 and return the product name, code, and available quantity.
Returns the specified product's name, code, and current stock quantity.
Please find inventory items with names containing "wireless mouse" and list their product codes and current stock levels.
Returns a list of matching items with product codes and stock information.
Please check stock for these product codes: SKU-1001, SKU-1002, and SKU-1003, then summarize them in a list.
Returns a stock summary list for multiple items for auditing or verification.
Manage product inventory and run CRUD and stock analytics queries.
Manage product inventory and run analytics with SQLite-backed CRUD operations.
Manage inventory records and analyze stock value in a SQLite database.
Manage e-commerce products with CRUD, AI descriptions, and MySQL via MCP.
Connect to an ERP via REST API to manage clients, quotes, and templates.
Connect to e-commerce systems to query products, orders, and store data.