What is SMOC MCP and how do I connect it to Claude, Cursor, or VS Code?
Category: Data Integrations
SMOC MCP (Model Context Protocol) exposes your company's SMOC data to AI clients over https://v2.api.smoc.ai/mcp. Access is read-only and confined to your tenant.
Supported clients include:
- Claude Desktop — typically via mcp-remote and a local bridge (see the eGuide for HTTP config).
- Claude Code, Cursor, VS Code, Windsurf, and other MCP-capable editors.
Setup summary:
- Generate an integration key under Settings → Integrations → API in SMOC Console — the same key type used for the REST API.
- Add the MCP server URL and key to your client's MCP configuration following that client's format.
- Clients discover available tools via mcp_capabilities and skills_search, or you can ask in plain language.
Full setup steps are in the MCP connection eGuide.