{
  "protocolVersion": "0.3.0",
  "name": "Moveezi",
  "description": "Public Moveezi product knowledge: search moveezi.com, read any page as markdown, and look up pricing for moving, relocation and storage software.",
  "url": "https://www.moveezi.com/mcp",
  "preferredTransport": "streamable-http",
  "version": "1.0.0",
  "provider": {
    "organization": "Dumont Pty Ltd",
    "url": "https://www.moveezi.com/"
  },
  "documentationUrl": "https://www.moveezi.com/developers",
  "iconUrl": "https://www.moveezi.com/assets/logo/moveezi-mark.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "search_moveezi_site",
      "name": "Search moveezi.com",
      "description": "Full-text search over every published page of moveezi.com. Use this first for any question about Moveezi's product, segments, pricing, security or company. Returns ranked pages with a snippet and the slug to pass to get_moveezi_page.",
      "tags": [
        "moving",
        "relocation",
        "storage",
        "logistics",
        "saas"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "get_moveezi_page",
      "name": "Read a moveezi.com page",
      "description": "Return one page of moveezi.com as markdown, with navigation and footer removed. Pass a slug from search_moveezi_site or list_moveezi_pages; 'index' is the home page.",
      "tags": [
        "moving",
        "relocation",
        "storage",
        "logistics",
        "saas"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "list_moveezi_pages",
      "name": "List moveezi.com pages",
      "description": "Every published page of moveezi.com with its title, description and slug. Use it to see what topics exist before searching. Pass a prefix to narrow it, e.g. 'blog/' for the blog only.",
      "tags": [
        "moving",
        "relocation",
        "storage",
        "logistics",
        "saas"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "get_moveezi_pricing",
      "name": "Moveezi pricing",
      "description": "The full current Moveezi pricing page: plans, per-move pricing, warehousing, seat costs and what is included, plus the price table in the currency you ask for. Use this for any question about cost, plans or minimums.",
      "tags": [
        "moving",
        "relocation",
        "storage",
        "logistics",
        "saas"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}
