Skip to content

Releases: aureuserp/mcp

v1.0.3

03 Mar 05:36

Choose a tag to compare

πŸ› Fixes

  • Tool activation now depends on the plugin installation.

v1.0.2

02 Mar 11:13

Choose a tag to compare

πŸ› Fixes

  • Fixed issues

v1.0.1

02 Mar 10:41

Choose a tag to compare

πŸ› Fixes

  • Fixed passport version issue

v1.0.0

02 Mar 10:23

Choose a tag to compare

πŸš€ AureusERP MCP Plugin β€” Initial Release

MCP integration plugin for AureusERP, enabling AI clients (MCP Inspector, coding agents, ERP assistants) to securely interact with your ERP system via the Model Context Protocol.

✨ What's included

πŸ›  Dev Agent Server

Connect coding agents (VS Code Copilot, Cursor, Claude Code, etc.) to your AureusERP instance for contextual development assistance.

  • stdio transport via php artisan mcp:dev β€” no auth required, ideal for local agents
  • HTTP transport via POST /mcp/dev β€” OAuth Bearer token protected
  • 7 tools: search_docs, list_plugins, plugin_summary, route_list, filament_resource_list, plugin_model_list, api_resource_list
  • 1 resource: DevGuideResource β€” developer guidance and quick commands
  • 1 prompt: DevCodingPrompt β€” build coding task prompts targeting a specific plugin

πŸ“Š ERP Agent Server

Business intelligence server for AI assistants β€” all tools are READ-ONLY.

  • HTTP transport via POST /mcp/erp β€” OAuth Bearer token protected
  • 34 tools across 6 domains: Sales, Purchases, Invoices, Accounting, Inventory, Projects
  • 5 prompts: Sales, Purchase, Invoice, Inventory, Project summary guides
  • OAuth discovery + registration endpoints via Mcp::oauthRoutes()

πŸ“¦ Installation

composer require aureuserp/mcp
php artisan mcp:install