Catalog
Opc MCP Server
Officialby Steveser1989
OPC Suite — CRM, sales, inventory, accounting, HRM, payroll, claims, projects from any AI agent.
Integrated business suite for CRM, sales, inventory, accounting, and HR.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
OPC_API_TOKENrequiredsecretPersonal API Token generated at /dashboard/settings/developer (starts with opc_pat_).
OPC_BASE_URLdefault https://www.myopc.ioBase URL of your OPC workspace. Defaults to https://www.myopc.io.
OPC_AGENT_KINDdefault customAgent identifier used for audit logs (claude, codex, cursor, hermes, etc.).
claude_desktop_config.json
{
"mcpServers": {
"opc-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tsa-ai/opc-mcp-server@0.3.2"
],
"env": {
"OPC_API_TOKEN": "<YOUR_OPC_API_TOKEN>",
"OPC_BASE_URL": "https://www.myopc.io",
"OPC_AGENT_KIND": "custom"
}
}
}
}