{
  "version": "0.2.0",
  "name": "Muutto365",
  "description": "Moving and waste-removal services in Jyvaskyla and across Finland. Automated pricing and booking: an agent can price a job, find an arrival window and prepare a booking without a quote request, a callback, or an account.",
  "homepage": "https://muutto365.fi/",
  "documentation": "https://agent.muutto365.fi/",
  "contact": "asiakaspalvelu@muutto365.fi",
  "skills": [
    {
      "name": "quote-and-book-a-move",
      "title": "Price and book a move",
      "description": "Price a home or office move from its addresses, size and access constraints, check which arrival windows are still free on a date, and prepare a booking. Prices are EUR including 25.5% Finnish VAT.",
      "interfaces": ["webmcp", "mcp", "rest"],
      "entrypoints": {
        "webmcp": "https://muutto365.fi/varaa-muutto/",
        "mcp": "https://mcp.muutto365.fi/mcp",
        "rest": "https://muutto365.fi/openapi.json"
      },
      "tools": [
        "get_services",
        "get_service_details",
        "get_service_area",
        "get_policies",
        "calculate_quote",
        "explain_quote",
        "check_availability",
        "create_booking_draft",
        "update_booking_draft",
        "review_booking",
        "submit_booking"
      ],
      "authentication": "none",
      "notes": "The WebMCP tools run in the visitor's own browser session and need no account: they reach the same anonymous public endpoints a human uses. submit_booking deliberately stops at the agreement and card-capture step, which a person at the browser must complete."
    },
    {
      "name": "quote-and-book-waste-removal",
      "title": "Price and book item removal (poistopalvelu)",
      "description": "Price the pickup and removal of unwanted items, or the clearing of a storage room, garage or home, by size bucket and pickup address; find a free arrival window; and prepare a booking. Prices are EUR including 25.5% Finnish VAT. Biological waste, hazardous chemicals, asbestos, medical waste, firearms, ammunition and explosives cannot be booked online.",
      "interfaces": ["webmcp", "rest"],
      "entrypoints": {
        "webmcp": "https://muutto365.fi/poistopalvelu/",
        "rest": "https://muutto365.fi/openapi.json"
      },
      "tools": [
        "get_removal_service",
        "calculate_removal_quote",
        "check_removal_availability",
        "create_removal_draft",
        "review_removal_booking",
        "submit_removal_booking"
      ],
      "authentication": "none",
      "notes": "The tools are registered on https://muutto365.fi/poistopalvelu/, not on the homepage. submit_removal_booking opens the agreement and stops: the visitor ticks the consents and chooses to book, keep the offer or request a call. No card is taken. Item removal is deliberately not exposed on the MCP server."
    },
    {
      "name": "cancel-a-booking",
      "title": "Cancel a booking",
      "description": "Cancel an existing booking using the cancellation link from the confirmation email. Free more than 24 hours before the job; see the terms for later cancellations.",
      "interfaces": ["webmcp", "rest"],
      "entrypoints": {
        "webmcp": "https://muutto365.fi/cancel.html?token=...",
        "rest": "https://muutto365.fi/openapi.json"
      },
      "authentication": "booking cancellation token",
      "notes": "The token arrives in the confirmation email and is carried in the cancellation link. Opening that link registers WebMCP tools scoped to that one booking; there is no way to address a booking without its token, and being an agent grants no additional access."
    }
  ],
  "policies": {
    "terms_of_service": "https://muutto365.fi/TOS.md",
    "privacy_policy": "https://muutto365.fi/PP.md"
  }
}
