MCP Server
MCP
io.github.Steveser1989/opc-mcp-server
OPC Suite — CRM, sales, inventory, accounting, HRM, payroll, claims, projects from any AI agent.
Install
npx -y @tsa-ai/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://www.myopc.io/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@tsa-ai/opc-mcp-server",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Personal API Token generated at /dashboard/settings/developer (starts with opc_pat_).",
"isRequired": true,
"isSecret": true,
"name": "OPC_API_TOKEN"
},
{
"description": "Base URL of your OPC workspace. Defaults to https://www.myopc.io.",
"default": "https://www.myopc.io",
"name": "OPC_BASE_URL"
},
{
"description": "Agent identifier used for audit logs (claude, codex, cursor, hermes, etc.).",
"default": "custom",
"name": "OPC_AGENT_KIND"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment