Back to Home
HosamUsf icon

nexus-mcp

Verified Safe

by HosamUsf

Overview

Provides an integration layer to an ERP system, exposing core business functionalities as callable tools via a custom 'MCP Protocol' to enable automation or agent interaction.

Installation

Run Command
mvn spring-boot:run

Environment Variables

  • ERP_API_BASE_URL
  • ERP_API_AUTH_TOKEN
  • ERP_API_TIMEOUT

Security Notes

The 'CrossOrigin(origins = "*")' annotation in MCPController is a significant security risk for production environments, allowing requests from any domain; the code notes it's 'For demo purposes - restrict in production'. Error handling in MCPToolService directly exposes 'error.getMessage()' from downstream ERP API calls, which could leak sensitive internal details. Relies on external configuration (erp.api.base-url, erp.api.auth-token, erp.api.timeout) for connecting to the ERP, ensuring the auth-token is securely managed (e.g., via environment variables or a secret management system) is critical. No 'eval' or dynamic code execution found.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-18

Tags

ERP IntegrationToolingSpring BootAPI GatewayAgent Tools