The AureusERP MCP plugin exposes two distinct MCP (Multi-Client Protocol) servers within the AureusERP ecosystem, enabling seamless interaction with AI clients and coding agents. The Dev Agent Server provides essential developer tools via stdio (for local coding agents) and HTTP, allowing agents to search documentation, inspect plugins, discover routes, and analyze models. The ERP Agent Server, accessible only via authenticated HTTP, offers read-only business insights across critical modules like Sales, Purchases, Invoices, Accounting, Inventory, and Projects, ensuring secure data access for AI assistants without modification capabilities. This setup facilitates enhanced productivity for both developers building on AureusERP and business users seeking data-driven insights.
Key Features
01Exposes Dev Agent server for local and remote coding agents with introspection tools
02Provides ERP Agent server for read-only business insights across multiple modules
03Supports stdio and HTTP transports for flexible integration with AI clients
04Includes OAuth discovery and registration endpoints for secure client authentication
05Automated installation and setup via Artisan command or web plugin manager
061 GitHub stars
Use Cases
01Enabling local AI coding agents (e.g., Cursor, GitHub Copilot) to interact with AureusERP development tools
02Allowing remote AI assistants to securely query business performance data and generate insights
03Integrating with MCP-compatible editors and AI agents for enhanced developer workflow and ERP data analysis