{
  "name": "somewhere",
  "description": "Backend platform for AI agents — database, auth, payments, email, file storage, custom domains, and deploys, exposed as MCP tools.",
  "url": "https://mcp.somewhere.tech/mcp",
  "transports": ["streamable_http", "stdio"],
  "stdio_command": "somewhere mcp",
  "auth": ["oauth", "bearer", "cli_config"],
  "docs": "https://somewhere.tech/mcp",
  "install": {
    "codex": "codex mcp add somewhere -- somewhere mcp",
    "claude-code": "npm i -g @somewhere-tech/cli && somewhere login",
    "cursor": "somewhere mcp install cursor",
    "cli": "npm i -g @somewhere-tech/cli && somewhere login && somewhere mcp install <host>"
  },
  "verify": "somewhere mcp doctor",
  "notes": "Most MCP hosts load tools only at session start — open a new session after configuring. The stdio bridge (somewhere mcp) reads auth from the CLI login; the remote URL needs host-managed OAuth or a bearer key."
}
