{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ink.riftl/rift",
  "title": "Riftl.ink MCP Server",
  "description": "Create, inspect, update, list, and delete Rift deep links over MCP using the Streamable HTTP transport.",
  "version": "0.1.0",
  "homepage": "https://riftl.ink",
  "documentationUrl": "https://riftl.ink/docs/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.riftl.ink/mcp",
      "headers": [
        {
          "name": "x-api-key",
          "description": "Rift secret API key with the rl_live_ prefix",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}