All collaboration roles Dev teams, agencies, and partners building on top of Sinqro

Build on top of Sinqro — MCP, REST, and OpenAI tools.

One tool registry, three surfaces. Plug Sinqro into Claude, ChatGPT, Cursor, your own backend — and bring your own LLM tokens.

Sinqro exposes its operational primitives — orders, menus, inventory, sales, venues, connectors — as a single tool registry served over three surfaces. MCP (Model Context Protocol) is the cross-vendor standard supported by Claude, Claude Code, ChatGPT (Custom Connectors / Developer Mode), Cursor, Windsurf, and other MCP-aware clients. REST is the universal HTTP/JSON fallback for any backend, orchestrator, or language. OpenAI function-calling is the legacy adapter for ChatGPT integrations, custom GPTs, and Agents SDK setups still on that spec. Build chat experiences, automations, scheduled reports, or full custom workflows. You bring the assistant and the LLM tokens; Sinqro brings the operational surface.

One registry, three surfaces

Pick the surface that fits the assistant you already use.

All three surfaces expose the same operational tool registry — orders, menus, inventory, sales, venues, connectors — and share the same Sinqro authentication. MCP is the cross-vendor standard; REST is the universal HTTP fallback; the OpenAI adapter is for clients still on function-calling.

MCP

MCP server

Model Context Protocol — the cross-vendor standard. Works natively with Claude, Claude Code, ChatGPT (Custom Connectors / Developer Mode), Cursor, Windsurf, Zed, Cline, and any other MCP-aware client. Connect once with a bearer token; the assistant calls Sinqro tools natively. LLM tokens stay on your account with the LLM vendor you pick.

Open MCP docs
REST API

REST API

HTTP + JSON. The lowest common denominator. Use it from any backend, any language, any orchestrator. Auth via API key per integration.

Open REST docs
OpenAI tools

OpenAI function-calling

Legacy JSON-schema adapter for ChatGPT integrations, custom GPTs, and Agents SDK setups that have not migrated to MCP yet. Same tool registry as the MCP server, exposed in OpenAI's function-calling wire format.

Open OpenAI docs