SDKs and MCP

Language SDKs and an MCP server that wrap the Ours Privacy Platform REST API for Node.js, Go, the command line, and AI assistants.

SDKs and MCP

Prefer not to call the REST API directly? The Ours Privacy platform ships with language SDKs and an MCP server that wrap every endpoint documented in this section. All are generated from the same OpenAPI specification and authenticate with the same Platform API keys.


Available wrappers

ToolBest forDocs
MCP ServerDriving your account from Claude, ChatGPT, Codex, and other AI assistantsMCP Server (platform)
Node.js / TypeScript SDKBackend services, scripts, and Next.js / Node automationNode.js SDK (platform)
Go SDKGo services and infrastructure toolingGo SDK (platform)
CLIOne-off commands, shell scripts, CI/CD pipelinesCLI (platform)
OpenAPI specGenerating your own client in any languagePlatform OpenAPI Schema

For a high-level comparison of all SDK families — including client and ingest SDKs — see the SDK Overview.


When to pick which

  • AI assistant in the loop? Use the MCP Server. Connect Claude Code, Claude Desktop, ChatGPT, or Codex to https://ai.oursprivacy.com/mcp and manage destinations, mappings, and experiments through natural language.
  • Writing application code? Use the Node.js or Go SDK. Both are typed, auto-generated, and track the OpenAPI spec.
  • Scripting from the shell or CI? Use the CLI — every resource is reachable as a subcommand.
  • Need a language we don't ship yet? Generate a client from the OpenAPI spec.

Next Steps

How is this guide?

On this page