# Packrift MCP Client Config

Release: PACKRIFT-MCP-CLIENT-CONFIG-R13
Generated: 2026-05-20T21:12:06.073Z
Endpoint: https://mcp.packrift.com/mcp
Transport: streamable-http

Smallest copy-ready Packrift MCP install bundle for agent hosts, IDEs, directory reviewers, and developers. It is a thin config surface for the existing hosted endpoint, not a separate CLI or buyer surface.

## Copy-Ready MCP JSON

```json
{
  "mcpServers": {
    "packrift": {
      "type": "http",
      "url": "https://mcp.packrift.com/mcp"
    }
  }
}
```

## Copy-Ready Cline MCP JSON

```json
{
  "mcpServers": {
    "packrift": {
      "type": "streamableHttp",
      "url": "https://mcp.packrift.com/mcp",
      "disabled": false,
      "timeout": 60
    }
  }
}
```

## Copy-Ready Stdio Bridge MCP JSON

```json
{
  "mcpServers": {
    "packrift": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.packrift.com/mcp"
      ]
    }
  }
}
```

## Source-Attributed Config Links

Template: `https://mcp.packrift.com/r/config/{source}`

- official_registry: https://mcp.packrift.com/r/config/official_registry?utm_source=official_registry&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcpservers_org: https://mcp.packrift.com/r/config/mcpservers_org?utm_source=mcpservers_org&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- glama_connector: https://mcp.packrift.com/r/config/glama_connector?utm_source=glama_connector&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcp_directory: https://mcp.packrift.com/r/config/mcp_directory?utm_source=mcp_directory&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- anthropic_connectors_directory: https://mcp.packrift.com/r/config/anthropic_connectors_directory?utm_source=anthropic_connectors_directory&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- smithery: https://mcp.packrift.com/r/config/smithery?utm_source=smithery&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- cline_mcp_marketplace: https://mcp.packrift.com/r/config/cline_mcp_marketplace?utm_source=cline_mcp_marketplace&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcp_so: https://mcp.packrift.com/r/config/mcp_so?utm_source=mcp_so&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcpmarket_com: https://mcp.packrift.com/r/config/mcpmarket_com?utm_source=mcpmarket_com&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- cursor_directory: https://mcp.packrift.com/r/config/cursor_directory?utm_source=cursor_directory&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcpcentral: https://mcp.packrift.com/r/config/mcpcentral?utm_source=mcpcentral&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- mcpfinder: https://mcp.packrift.com/r/config/mcpfinder?utm_source=mcpfinder&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config
- generic: https://mcp.packrift.com/r/config/generic?utm_source=generic&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config

## Source-Aware Install Examples

Endpoint template: `https://mcp.packrift.com/mcp?packrift_mcp_source={source}&packrift_mcp_target={target}`

```json
{
  "generic": {
    "start_url": "https://mcp.packrift.com/start?utm_source=generic",
    "tracked_config_url": "https://mcp.packrift.com/r/config/generic?utm_source=generic&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/generic/generic_streamable_http?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/generic/stdio_mcp_remote?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/generic/claude_code?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/generic/codex?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/generic/cline?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/generic/generic_streamable_http?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  },
  "browse_sh": {
    "start_url": "https://mcp.packrift.com/start?utm_source=browse_sh",
    "tracked_config_url": "https://mcp.packrift.com/r/config/browse_sh?utm_source=browse_sh&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/browse_sh/generic_streamable_http?utm_source=browse_sh&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/browse_sh/stdio_mcp_remote?utm_source=browse_sh&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/browse_sh/claude_code?utm_source=browse_sh&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/browse_sh/codex?utm_source=browse_sh&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/browse_sh/cline?utm_source=browse_sh&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=browse_sh&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/browse_sh/generic_streamable_http?utm_source=browse_sh&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  },
  "cline_mcp_marketplace": {
    "start_url": "https://mcp.packrift.com/start?utm_source=cline_mcp_marketplace",
    "tracked_config_url": "https://mcp.packrift.com/r/config/cline_mcp_marketplace?utm_source=cline_mcp_marketplace&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/cline_mcp_marketplace/generic_streamable_http?utm_source=cline_mcp_marketplace&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/cline_mcp_marketplace/stdio_mcp_remote?utm_source=cline_mcp_marketplace&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/cline_mcp_marketplace/claude_code?utm_source=cline_mcp_marketplace&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/cline_mcp_marketplace/codex?utm_source=cline_mcp_marketplace&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/cline_mcp_marketplace/cline?utm_source=cline_mcp_marketplace&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=cline_mcp_marketplace&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/cline_mcp_marketplace/generic_streamable_http?utm_source=cline_mcp_marketplace&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  },
  "mcp_so": {
    "start_url": "https://mcp.packrift.com/start?utm_source=mcp_so",
    "tracked_config_url": "https://mcp.packrift.com/r/config/mcp_so?utm_source=mcp_so&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/mcp_so/generic_streamable_http?utm_source=mcp_so&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/mcp_so/stdio_mcp_remote?utm_source=mcp_so&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/mcp_so/claude_code?utm_source=mcp_so&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/mcp_so/codex?utm_source=mcp_so&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/mcp_so/cline?utm_source=mcp_so&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_so&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/mcp_so/generic_streamable_http?utm_source=mcp_so&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  },
  "glama_connector": {
    "start_url": "https://mcp.packrift.com/start?utm_source=glama_connector",
    "tracked_config_url": "https://mcp.packrift.com/r/config/glama_connector?utm_source=glama_connector&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/glama_connector/generic_streamable_http?utm_source=glama_connector&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/glama_connector/stdio_mcp_remote?utm_source=glama_connector&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/glama_connector/claude_code?utm_source=glama_connector&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/glama_connector/codex?utm_source=glama_connector&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/glama_connector/cline?utm_source=glama_connector&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=glama_connector&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/glama_connector/generic_streamable_http?utm_source=glama_connector&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  },
  "mcp_marketplace_io": {
    "start_url": "https://mcp.packrift.com/start?utm_source=mcp_marketplace_io",
    "tracked_config_url": "https://mcp.packrift.com/r/config/mcp_marketplace_io?utm_source=mcp_marketplace_io&utm_medium=directory_config&utm_campaign=packrift_mcp_install&utm_content=client_config",
    "tracked_install_urls": {
      "generic_streamable_http": "https://mcp.packrift.com/r/install/mcp_marketplace_io/generic_streamable_http?utm_source=mcp_marketplace_io&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/r/install/mcp_marketplace_io/stdio_mcp_remote?utm_source=mcp_marketplace_io&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/r/install/mcp_marketplace_io/claude_code?utm_source=mcp_marketplace_io&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code",
      "codex": "https://mcp.packrift.com/r/install/mcp_marketplace_io/codex?utm_source=mcp_marketplace_io&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex",
      "cline": "https://mcp.packrift.com/r/install/mcp_marketplace_io/cline?utm_source=mcp_marketplace_io&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline"
    },
    "source_aware_endpoints": {
      "generic_streamable_http": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=generic_streamable_http",
      "stdio_mcp_remote": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=stdio_mcp_remote",
      "claude_code": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=claude_code",
      "codex": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=codex",
      "cline": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=cline"
    },
    "remote_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "http",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=generic_streamable_http"
        }
      }
    },
    "stdio_mcp_remote_json": {
      "mcpServers": {
        "packrift": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=stdio_mcp_remote"
          ]
        }
      }
    },
    "cline_mcp_json": {
      "mcpServers": {
        "packrift": {
          "type": "streamableHttp",
          "url": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=cline",
          "disabled": false,
          "timeout": 60
        }
      }
    },
    "commands": {
      "stdio_mcp_remote": "npx -y mcp-remote 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=stdio_mcp_remote'",
      "claude_code": "claude mcp add --transport http packrift 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=claude_code'",
      "codex": "codex mcp add packrift --url 'https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=codex'"
    },
    "first_useful_run": {
      "endpoint": "https://mcp.packrift.com/mcp?packrift_mcp_source=mcp_marketplace_io&packrift_mcp_target=generic_streamable_http",
      "tracked_run_url": "https://mcp.packrift.com/r/run/mcp_marketplace_io/generic_streamable_http?utm_source=mcp_marketplace_io&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http"
    }
  }
}
```

## Tracked Install Actions

Template: `https://mcp.packrift.com/r/install/{source}/{target}`

- generic_streamable_http: https://mcp.packrift.com/r/install/generic/generic_streamable_http?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=generic_streamable_http
- stdio_mcp_remote: https://mcp.packrift.com/r/install/generic/stdio_mcp_remote?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=stdio_mcp_remote
- claude_code: https://mcp.packrift.com/r/install/generic/claude_code?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=claude_code
- codex: https://mcp.packrift.com/r/install/generic/codex?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=codex
- cursor_windsurf_vscode: https://mcp.packrift.com/r/install/generic/cursor_windsurf_vscode?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cursor_windsurf_vscode
- cline: https://mcp.packrift.com/r/install/generic/cline?utm_source=generic&utm_medium=install_action&utm_campaign=packrift_mcp_install&utm_content=cline

## Tracked First-Run Actions

Template: `https://mcp.packrift.com/r/run/{source}/{target}`

- generic_streamable_http: https://mcp.packrift.com/r/run/generic/generic_streamable_http?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=generic_streamable_http
- stdio_mcp_remote: https://mcp.packrift.com/r/run/generic/stdio_mcp_remote?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=stdio_mcp_remote
- claude_code: https://mcp.packrift.com/r/run/generic/claude_code?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=claude_code
- codex: https://mcp.packrift.com/r/run/generic/codex?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=codex
- cursor_windsurf_vscode: https://mcp.packrift.com/r/run/generic/cursor_windsurf_vscode?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=cursor_windsurf_vscode
- cline: https://mcp.packrift.com/r/run/generic/cline?utm_source=generic&utm_medium=first_run_action&utm_campaign=packrift_mcp_activation&utm_content=cline

## Legacy AI Discovery

Use these only for agents, crawlers, or marketplaces that probe OpenAPI or plugin manifests before MCP.

OpenAPI: https://mcp.packrift.com/openapi.json

Well-known OpenAPI: https://mcp.packrift.com/.well-known/openapi.json

AI plugin manifest: https://mcp.packrift.com/ai-plugin.json

Well-known AI plugin manifest: https://mcp.packrift.com/.well-known/ai-plugin.json

```json
{
  "purpose": "Use these only when an agent host, crawler, or marketplace probes OpenAPI or plugin-style manifests before it understands MCP. They all route back to the hosted Packrift MCP endpoint.",
  "openapi_json": "https://mcp.packrift.com/openapi.json",
  "well_known_openapi_json": "https://mcp.packrift.com/.well-known/openapi.json",
  "ai_plugin_json": "https://mcp.packrift.com/ai-plugin.json",
  "well_known_ai_plugin_json": "https://mcp.packrift.com/.well-known/ai-plugin.json",
  "canonical_mcp_endpoint": "https://mcp.packrift.com/mcp",
  "key_paths": [
    "/mcp",
    "/ai/mcp-client-config.json",
    "/ai/mcp-agent-adoption-progress.json",
    "/ai/mcp-agent-host-rollout.json",
    "/ai/mcp-agent-host-rollout-tasks.jsonl",
    "/ai/mcp-agent-host-rollout-tasks.csv",
    "/ai/mcp-source-activation-queue.json",
    "/ai/mcp-external-activation-brief.json",
    "/ai/mcp-eval-pack.json",
    "/r/install/{source}/{target}",
    "/r/run/{source}/{target}",
    "/r/activate/{source}",
    "/r/order/{source}"
  ],
  "no_duplicate_surface_rule": "OpenAPI and plugin manifests are discovery adapters only; live price, inventory, exact-spec search, and cart handoff still happen through Packrift MCP."
}
```

## Activation Surfaces

- agent_adoption_progress: https://mcp.packrift.com/ai/mcp-agent-adoption-progress.json
- agent_host_rollout: https://mcp.packrift.com/ai/mcp-agent-host-rollout.json
- agent_host_rollout_tasks_jsonl: https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.jsonl
- agent_host_rollout_tasks_csv: https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.csv
- source_activation_queue: https://mcp.packrift.com/ai/mcp-source-activation-queue.json
- external_activation_brief: https://mcp.packrift.com/ai/mcp-external-activation-brief.json
- reviewer_activation: https://mcp.packrift.com/ai/mcp-reviewer-activation.json
- eval_pack: https://mcp.packrift.com/ai/mcp-eval-pack.json

## Install Commands

Stdio bridge: `npx -y mcp-remote https://mcp.packrift.com/mcp`

Claude Code: `claude mcp add --transport http packrift https://mcp.packrift.com/mcp`

Codex: `codex mcp add packrift --url https://mcp.packrift.com/mcp`

## Host Notes

- For Cursor, Windsurf, VS Code, Roo-style hosts, Claude Desktop, and generic MCP clients, use the config.mcpServers.packrift object.
- For stdio-only MCP hosts that cannot call remote HTTP directly, use stdio_mcp_remote_config; it runs npx mcp-remote and still forwards every call to the hosted Packrift MCP endpoint.
- For Cline and the Cline MCP Marketplace review path, use cline_config or the tracked Cline target at /r/install/{source}/cline and /r/run/{source}/cline.
- If a host asks for transport, choose HTTP or Streamable HTTP.
- Do not ask buyers for Packrift API keys; the hosted endpoint requires no buyer-side auth.
- After install, run the required post-install verification sequence for SKU 1066; it returns a measured cart URL only and does not place an order.
- For real buyer workflows, use prepare_purchase_handoff for exact SKU prep, then create cart handoffs only after buyer confirmation.
- Use /r/config/{source} when sharing the config from a directory, partner, campaign, or agent workflow so config fetches can be attributed.
- Use /r/install/{source}/{target} when sharing a target-specific command or config so install-intent can be attributed before tool calls arrive.
- When the source is known, copy from aliases.source_aware_examples or /start?utm_source={source} so real tools/list and tools/call events are attributed to that source.
- When a legacy agent asks for OpenAPI or plugin metadata, provide aliases.openapi_json or aliases.ai_plugin_json, then send actual live MCP calls to the canonical endpoint.

## Required Post-Install Verification

Run the first_useful_run sequence after adding Packrift MCP. It confirms exact SKU, live price, live inventory, and a measured cart handoff URL.

Endpoint: `https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=client_config`

Required final tool: `create_cart_url`

```json
[
  {
    "jsonrpc": "2.0",
    "id": "tools",
    "method": "tools/list"
  },
  {
    "jsonrpc": "2.0",
    "id": "candidate-1066",
    "method": "tools/call",
    "params": {
      "name": "get_cart_handoff_candidates",
      "arguments": {
        "sku": "1066",
        "limit": 1,
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "price-1066",
    "method": "tools/call",
    "params": {
      "name": "get_pricing",
      "arguments": {
        "variant_ids": [
          "53472879935856"
        ],
        "quantity": 1,
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "inventory-1066",
    "method": "tools/call",
    "params": {
      "name": "check_inventory",
      "arguments": {
        "variant_ids": [
          "53472879935856"
        ],
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "cart-1066",
    "method": "tools/call",
    "params": {
      "name": "create_cart_url",
      "arguments": {
        "sku": "1066",
        "quantity": 1,
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic",
        "mcp_source_context": "generic",
        "mcp_install_target": "client_config",
        "utm_term": "1066"
      }
    }
  }
]
```

Pasteable curl script:

```sh
#!/usr/bin/env bash
set -euo pipefail

PACKRIFT_MCP_ENDPOINT='https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=client_config'
PACKRIFT_MCP_USER_AGENT='MCP-First-Run/1.1 (+https://mcp.packrift.com/start)'
PACKRIFT_MCP_SESSION_ID="${PACKRIFT_MCP_SESSION_ID:-mcp-first-run-$(date -u +%Y%m%dT%H%M%SZ)-$RANDOM}"
PACKRIFT_MCP_LAST_RESPONSE=''

rpc() {
  PACKRIFT_MCP_LAST_RESPONSE="$(curl -sS "$PACKRIFT_MCP_ENDPOINT" \
    -H 'content-type: application/json' \
    -H 'accept: application/json, text/event-stream' \
    -H "Mcp-Session-Id: $PACKRIFT_MCP_SESSION_ID" \
    -H "user-agent: $PACKRIFT_MCP_USER_AGENT" \
    -d "$1")"
  normalize_mcp_response
}

normalize_mcp_response() {
  if printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | grep -q "^data:"; then
    printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | sed -n "s/^data:[[:space:]]*//p" | tail -n 1
    return
  fi
  printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE"
}

extract_measured_cart_url() {
  printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | grep -Eo 'https://mcp\.packrift\.com/r/cart/[^"[:space:]<>\\]+' | tail -n 1 || true
}

touch_measured_cart_landing() {
  local cart_url="${PACKRIFT_MCP_CART_URL:-$(extract_measured_cart_url)}"
  if [ -z "$cart_url" ]; then
    printf "No measured Packrift MCP /r/cart URL found in the final response.\n" >&2
    return 1
  fi
  printf "Opening measured Packrift MCP cart landing: %s\n" "$cart_url"
  curl -sS -o /dev/null "$cart_url" \
    -H "user-agent: $PACKRIFT_MCP_USER_AGENT"
  printf "Recorded mcp_cart_landing. No order was placed.\n"
}

rpc '{"jsonrpc":"2.0","id":"tools","method":"tools/list"}'
rpc '{"jsonrpc":"2.0","id":"candidate-1066","method":"tools/call","params":{"name":"get_cart_handoff_candidates","arguments":{"sku":"1066","limit":1,"source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"price-1066","method":"tools/call","params":{"name":"get_pricing","arguments":{"variant_ids":["53472879935856"],"quantity":1,"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"inventory-1066","method":"tools/call","params":{"name":"check_inventory","arguments":{"variant_ids":["53472879935856"],"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"cart-1066","method":"tools/call","params":{"name":"create_cart_url","arguments":{"sku":"1066","quantity":1,"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic","mcp_source_context":"generic","mcp_install_target":"client_config","utm_term":"1066"}}}'
touch_measured_cart_landing

```

## First Tests

### tools-list

Confirm the hosted endpoint is reachable and exposes Packrift MCP tools.

```json
{
  "jsonrpc": "2.0",
  "id": "tools",
  "method": "tools/list"
}
```

### prepare-1066

Run the compact exact-SKU prep flow without creating a cart URL.

```json
{
  "jsonrpc": "2.0",
  "id": "prepare-1066",
  "method": "tools/call",
  "params": {
    "name": "prepare_purchase_handoff",
    "arguments": {
      "sku": "1066",
      "quantity": 1,
      "buyer_confirmed": false,
      "source_context": "client_config_first_test"
    }
  }
}
```

### candidate-1066

Fetch one purchase-ready exact-SKU handoff candidate with required live checks.

```json
{
  "jsonrpc": "2.0",
  "id": "candidate-1066",
  "method": "tools/call",
  "params": {
    "name": "get_cart_handoff_candidates",
    "arguments": {
      "sku": "1066",
      "limit": 1
    }
  }
}
```

### cart-1066

Confirm the MCP cart tool returns a measured /r/cart landing URL after exact SKU, price, and inventory are known.

```json
{
  "jsonrpc": "2.0",
  "id": "cart-1066",
  "method": "tools/call",
  "params": {
    "name": "create_cart_url",
    "arguments": {
      "sku": "1066",
      "quantity": 1,
      "selected_sku": "1066",
      "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
      "match_type": "client_config_first_useful_run",
      "source_context": "client_config_first_cart_run",
      "journey_id": "mcp_client_config_1066_53472879935856",
      "result_set_id": "mcp_client_config_first_run",
      "utm_term": "1066"
    }
  }
}
```

## First Useful Run

Endpoint: `https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=client_config`

Reorder Packrift SKU 1066. Confirm the exact product, live price, and inventory, then prepare a measured cart handoff for quantity 1.

```json
[
  {
    "jsonrpc": "2.0",
    "id": "tools",
    "method": "tools/list"
  },
  {
    "jsonrpc": "2.0",
    "id": "candidate-1066",
    "method": "tools/call",
    "params": {
      "name": "get_cart_handoff_candidates",
      "arguments": {
        "sku": "1066",
        "limit": 1,
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "price-1066",
    "method": "tools/call",
    "params": {
      "name": "get_pricing",
      "arguments": {
        "variant_ids": [
          "53472879935856"
        ],
        "quantity": 1,
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "inventory-1066",
    "method": "tools/call",
    "params": {
      "name": "check_inventory",
      "arguments": {
        "variant_ids": [
          "53472879935856"
        ],
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic"
      }
    }
  },
  {
    "jsonrpc": "2.0",
    "id": "cart-1066",
    "method": "tools/call",
    "params": {
      "name": "create_cart_url",
      "arguments": {
        "sku": "1066",
        "quantity": 1,
        "selected_sku": "1066",
        "selected_handle": "10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle",
        "match_type": "install_first_useful_run",
        "source_context": "generic_first_cart_run",
        "journey_id": "mcp_install_generic_1066_53472879935856",
        "result_set_id": "mcp_install_first_run_generic",
        "mcp_source_context": "generic",
        "mcp_install_target": "client_config",
        "utm_term": "1066"
      }
    }
  }
]
```

Pasteable curl script:

```sh
#!/usr/bin/env bash
set -euo pipefail

PACKRIFT_MCP_ENDPOINT='https://mcp.packrift.com/mcp?packrift_mcp_source=generic&packrift_mcp_target=client_config'
PACKRIFT_MCP_USER_AGENT='MCP-First-Run/1.1 (+https://mcp.packrift.com/start)'
PACKRIFT_MCP_SESSION_ID="${PACKRIFT_MCP_SESSION_ID:-mcp-first-run-$(date -u +%Y%m%dT%H%M%SZ)-$RANDOM}"
PACKRIFT_MCP_LAST_RESPONSE=''

rpc() {
  PACKRIFT_MCP_LAST_RESPONSE="$(curl -sS "$PACKRIFT_MCP_ENDPOINT" \
    -H 'content-type: application/json' \
    -H 'accept: application/json, text/event-stream' \
    -H "Mcp-Session-Id: $PACKRIFT_MCP_SESSION_ID" \
    -H "user-agent: $PACKRIFT_MCP_USER_AGENT" \
    -d "$1")"
  normalize_mcp_response
}

normalize_mcp_response() {
  if printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | grep -q "^data:"; then
    printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | sed -n "s/^data:[[:space:]]*//p" | tail -n 1
    return
  fi
  printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE"
}

extract_measured_cart_url() {
  printf "%s\n" "$PACKRIFT_MCP_LAST_RESPONSE" | grep -Eo 'https://mcp\.packrift\.com/r/cart/[^"[:space:]<>\\]+' | tail -n 1 || true
}

touch_measured_cart_landing() {
  local cart_url="${PACKRIFT_MCP_CART_URL:-$(extract_measured_cart_url)}"
  if [ -z "$cart_url" ]; then
    printf "No measured Packrift MCP /r/cart URL found in the final response.\n" >&2
    return 1
  fi
  printf "Opening measured Packrift MCP cart landing: %s\n" "$cart_url"
  curl -sS -o /dev/null "$cart_url" \
    -H "user-agent: $PACKRIFT_MCP_USER_AGENT"
  printf "Recorded mcp_cart_landing. No order was placed.\n"
}

rpc '{"jsonrpc":"2.0","id":"tools","method":"tools/list"}'
rpc '{"jsonrpc":"2.0","id":"candidate-1066","method":"tools/call","params":{"name":"get_cart_handoff_candidates","arguments":{"sku":"1066","limit":1,"source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"price-1066","method":"tools/call","params":{"name":"get_pricing","arguments":{"variant_ids":["53472879935856"],"quantity":1,"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"inventory-1066","method":"tools/call","params":{"name":"check_inventory","arguments":{"variant_ids":["53472879935856"],"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic"}}}'
rpc '{"jsonrpc":"2.0","id":"cart-1066","method":"tools/call","params":{"name":"create_cart_url","arguments":{"sku":"1066","quantity":1,"selected_sku":"1066","selected_handle":"10x6x6-ect-32-kraft-long-corrugated-boxes-25-bundle","match_type":"install_first_useful_run","source_context":"generic_first_cart_run","journey_id":"mcp_install_generic_1066_53472879935856","result_set_id":"mcp_install_first_run_generic","mcp_source_context":"generic","mcp_install_target":"client_config","utm_term":"1066"}}}'
touch_measured_cart_landing

```

## Proof URLs

- health: https://mcp.packrift.com/health
- server_card: https://mcp.packrift.com/.well-known/mcp/server-card.json
- start: https://mcp.packrift.com/start
- openapi_json: https://mcp.packrift.com/openapi.json
- well_known_openapi_json: https://mcp.packrift.com/.well-known/openapi.json
- ai_plugin_json: https://mcp.packrift.com/ai-plugin.json
- well_known_ai_plugin_json: https://mcp.packrift.com/.well-known/ai-plugin.json
- install_matrix: https://mcp.packrift.com/ai/mcp-install-matrix.json
- tool_discovery_json: https://mcp.packrift.com/ai/mcp-tools.json
- tool_discovery_markdown: https://mcp.packrift.com/ai/spec-finder-tools.md
- agent_host_rollout: https://mcp.packrift.com/ai/mcp-agent-host-rollout.json
- agent_host_rollout_tasks_jsonl: https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.jsonl
- agent_host_rollout_tasks_csv: https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.csv
- source_activation_queue: https://mcp.packrift.com/ai/mcp-source-activation-queue.json
- agent_adoption_progress: https://mcp.packrift.com/ai/mcp-agent-adoption-progress.json
- external_activation_brief: https://mcp.packrift.com/ai/mcp-external-activation-brief.json
- reviewer_activation: https://mcp.packrift.com/ai/mcp-reviewer-activation.json
- eval_pack: https://mcp.packrift.com/ai/mcp-eval-pack.json
- first_run_proof: https://mcp.packrift.com/ai/mcp-first-run-proof.json
- cart_handoff_candidates: https://mcp.packrift.com/ai/mcp-cart-handoff-candidates.json
- browse_skill_md: https://mcp.packrift.com/SKILL.md
- usage_snapshot: https://mcp.packrift.com/ai/mcp-usage-snapshot.json

Machine-readable version: https://mcp.packrift.com/ai/mcp-client-config.json
