The OPC MCP Server gives AI assistants scoped, audited access to your CRM, accounting, inventory, and every other OPC module — via a single Streamable HTTP endpoint.
https://www.myopc.io/api/mcpTransport: Streamable HTTP · Also available as stdio via @tsa-ai/opc-mcp-server npm package.
Preferred for desktop agents. Add a URL-only config — the client handles browser consent automatically. No tokens to copy.
For Cursor, CLI, and CI/CD. Generate in AI Connections wizard with scoped permissions. Passed as Bearer opc_pat_….
{
"mcpServers": {
"opc": {
"type": "http",
"url": "https://www.myopc.io/api/mcp"
}
}
}{
"mcpServers": {
"opc": {
"type": "http",
"url": "https://www.myopc.io/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_PAT>"
}
}
}
}Each PAT or OAuth grant is scoped to specific modules. Use least-privilege — only grant what the agent needs.
All tool calls are audit-logged. View usage in Dashboard → Settings → Developer → Usage.
401Token expired or missing. Re-authenticate or regenerate PAT.402No active subscription. Subscribe or start a trial at /pricing.403Scope insufficient. Check your PAT scopes in AI Connections.