Back to Home
jonathansalzer icon

arena-mcp-server

Verified Safe

by jonathansalzer

Overview

Enables Claude to interact with Arena PLM for searching and retrieving product lifecycle management data via a natural language interface.

Installation

Run Command
docker run -i --rm -e ARENA_EMAIL=your-email -e ARENA_PASSWORD=your-pass -e ARENA_WORKSPACE_ID=your-workspace arena-mcp-server

Environment Variables

  • ARENA_EMAIL
  • ARENA_PASSWORD

Security Notes

The server uses environment variables for sensitive Arena PLM credentials (email, password), which is a good security practice. API calls are made to a specific, hardcoded base URL. Input to tools is defined with `inputSchema`, providing some level of validation. No 'eval' or other dynamic code execution patterns were found. The `_wrap_wildcard` function is for search query formatting, not an injection vector. Operational limitations like lack of session expiration handling or retry logic are noted but not direct security vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

PLMAPI IntegrationProduct Data ManagementEnterpriseAutomation