Back to Home
ZCAD-Products icon

mcp-jobboss2-server

Verified Safe

by ZCAD-Products

Overview

Integrate AI assistants with JobBOSS2 ERP for managing manufacturing operations, including orders, customers, quotes, materials, and employee attendance.

Installation

Run Command
npm start

Environment Variables

  • JOBBOSS2_API_URL
  • JOBBOSS2_API_KEY
  • JOBBOSS2_API_SECRET
  • JOBBOSS2_OAUTH_TOKEN_URL
  • API_TIMEOUT

Security Notes

The server uses standard OAuth2 for authentication, managing tokens securely. API calls are made using `axios` (TypeScript) or `httpx` (Python), both well-regarded libraries. The `apiCall` method correctly prefixes endpoints with `/api/v1/` and uses `encodeURIComponent` for path parameters, mitigating basic path traversal and injection risks. No direct `eval` or `child_process` execution, or hardcoded sensitive credentials were found. The `custom_api_call` tool allows arbitrary API interaction, which grants broad access and necessitates careful control over the AI's capabilities and trust in its use.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2
Stars0
Forks0
Last Update2025-12-17

Tags

ERP IntegrationManufacturingAI AssistantAPI ProxyJobBOSS2