{
  "name": "bringyour",
  "display_name": "Bring Your AI",
  "description": "No-data remote MCP discovery surface for a local-first Claude Code to Codex harness mover.",
  "version": "1.0.0",
  "transport": {
    "type": "streamable-http",
    "url": "https://bringyour.ai/mcp"
  },
  "privacy": {
    "remote_accepts_harness_data": false,
    "remote_accepts_file_contents": false,
    "notes": "Actual moves run through the local CLI or local MCP server on the user's machine. The remote MCP only returns previews, supported targets, and local install commands."
  },
  "tools": [
    {
      "name": "preview_move",
      "description": "Preview supported source and destination harness moves without receiving user files."
    },
    {
      "name": "preview_build_setup",
      "description": "Preview first-setup generation options without receiving user files or work history."
    },
    {
      "name": "install_local_cli",
      "description": "Return local CLI installation commands and verification steps."
    },
    {
      "name": "list_targets",
      "description": "List supported source and destination agent harnesses."
    },
    {
      "name": "list_products",
      "description": "List lifetime-license products and payment-mode support without receiving user data."
    },
    {
      "name": "quote_lifetime_license",
      "description": "Return a structured USD quote for a Bring Your AI lifetime license."
    },
    {
      "name": "start_checkout",
      "description": "Return a Stripe Payment Link handoff, or settle a Stripe shared payment token and return the signed license without receiving harness data."
    }
  ],
  "links": {
    "homepage": "https://bringyour.ai",
    "api": "https://bringyour.ai/api/v1",
    "catalog": "https://bringyour.ai/api/v1/catalog",
    "quote": "https://bringyour.ai/api/v1/quote",
    "checkout": "https://bringyour.ai/api/v1/checkout",
    "license": "https://bringyour.ai/api/v1/license",
    "commerce": "https://bringyour.ai/.well-known/commerce.json",
    "agent": "https://bringyour.ai/.well-known/agent.json",
    "openapi": "https://bringyour.ai/openapi.yaml",
    "llms_txt": "https://bringyour.ai/llms.txt",
    "install": "https://bringyour.ai/install.sh"
  }
}
