{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.devotel/orbit-cpaas",
  "description": "Orbit by Devotel MCP server: drive Orbit CPaaS (SMS, WhatsApp, Email, Voice, Contacts) via MCP.",
  "version": "0.1.0",
  "homepage": "https://docs.orbit.devotel.io/guides/mcp-claude-cursor",
  "documentation": "https://docs.orbit.devotel.io/guides/mcp-claude-cursor",
  "repository": {
    "url": "https://github.com/dddFEDDDDDd/devotel-cpaas",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@devotel-orbit/mcp-server",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.orbit.devotel.io/api/v1/mcp"
    }
  ],
  "install": {
    "command": "npx",
    "args": ["-y", "@devotel-orbit/mcp-server"],
    "env": {
      "ORBIT_API_KEY": "dv_test_sk_xxxxxxxxxxxxxxxx"
    },
    "note": "Set ORBIT_API_KEY to a sandbox key (dv_test_sk_*) to try every tool with zero real charges, or a live key (dv_live_sk_*) to send for real. Generate one at Orbit Dashboard -> Settings -> API Keys."
  },
  "_meta": {
    "io.devotel/publishing": {
      "namespaceStatus": "placeholder",
      "note": "This file is a self-hosted discovery manifest only (served from orbit.devotel.io/.well-known/mcp.json) so MCP-aware clients can auto-detect the server. It is NOT a submission to the official MCP registry: that publish is separately owner-gated on npm-publish + `io.devotel` namespace confirmation — see apps/mcp-server/server.json `_meta` and apps/mcp-server/REGISTRY_LISTINGS.md."
    },
    "io.devotel/hosted-remote": {
      "note": "The `remotes` entry above documents Orbit's hosted Streamable-HTTP MCP server (`POST /api/v1/mcp`) as a distinct, non-owner-gated surface — no local process, callers bring their own Orbit API key. Also served machine-readably (no gate) at https://api.orbit.devotel.io/api/v1/public/mcp/.well-known/mcp.json."
    }
  }
}
