# Muutto365

> Insured moving company based in Jyväskylä, operating across Finland.
> Automated pricing and booking: an instant price, no quote request, no callback.
> All prices are in EUR and include Finnish VAT at 25.5%.

This is the markdown representation of <https://muutto365.fi/> (the same page
is served at <https://muutto365.fi/muutto/>), served to clients that ask for
`text/markdown`. It carries the same facts as the HTML page
without the layout. If you are an agent that can call tools, prefer the
interfaces listed under [For agents](#for-agents) — they will give you a real
price and a real booking rather than a description of one.

- **Phone:** +358 45 176 6384
- **Email:** asiakaspalvelu@muutto365.fi
- **Based in:** Jyväskylä (40100), Finland
- **Terms of service:** <https://muutto365.fi/TOS.md>
- **Privacy policy:** <https://muutto365.fi/PP.md>

## Services

### Muutto — moving

Home and office moves: loading, transport and unloading. Commonly booked as
household moves (*kotimuutto*) and student moves (*opiskelijamuutto*), with an
optional packing service.

The price is computed from:

- the size of the home — rooms and square meters
- how much there is to move (*item density*): `minimalist`, `standard`, `large`, `well equipped`
- the floor at each end, whether there is a lift, and the lift's size (`pieni`, `keskikokoinen`, `iso`)
- narrow stairs
- carrying distance from the door to the vehicle, in meters
- whether the packing service is wanted
- the resolved driving distance between the two addresses
- the student discount, if applicable

Housing types: `omakotitalo` (detached), `paritalo` (semi-detached),
`rivitalo` (terraced), `huoneisto` (apartment), `muu` (other).

The vehicle — van or van with trailer — is chosen by Muutto365, not by the
customer.

### Poistopalvelu — item removal and space clearing

Pickup and removal of unwanted items, and clearing of storage rooms, garages
and homes. It has its own page and booking flow: <https://muutto365.fi/poistopalvelu/>
(markdown: </poistopalvelu/index.md>). Priced by size (`small`, `medium`,
`large`, `extra_large`) plus driving from the pickup address, VAT included;
`extra_large` (clearing a home) also adds a price for the home's size. The
homepage links there under "Tarvitsetko myös poistopalvelua?":
[Laske poistopalvelun hinta](https://muutto365.fi/poistopalvelu/).

## Pricing

Pricing is automated and itemised. The calculator on the site and every agent
interface call the same pricing engine, so an agent and a human entering
identical details get an identical price.

- Quoted totals are in **EUR, VAT included** (25.5%).
- The breakdown separates driving, volume, labour, lift/stairs, carrying
  distance, packing, any discount, and the VAT amount.
- A **student discount** is available to all students.
- The price is recomputed server-side when a booking is submitted. A price
  supplied by a client is never trusted.

## Scheduling

- **Arrival windows** (Europe/Helsinki): `08-09`, `12-13`, `16-17`, `20-21`.
  The window is when the crew arrives — it is not the length of the job.
- Availability depends on the estimated duration of your job and what is
  already booked that day. A day can have no window left that still fits a
  long job.
- **Booking horizon:** today, up to 90 days ahead.
- Jobs estimated at over **12 hours** cannot be booked through the automated
  flow; contact Muutto365 to arrange one.

## Service area

Based in Jyväskylä and operating across Finland, including Helsinki, Espoo,
Tampere and Kuopio.

There is no fixed service-area boundary. Any Finnish address pair whose route
resolves can be priced, and the driving distance is a priced component of the
quote rather than an eligibility test.

## Booking

The booking form is at <https://muutto365.fi/varaa-muutto/>; every booking
button on the site leads there.

1. Enter both addresses; they are resolved to coordinates and routed.
2. Enter the size of the home and the access details.
3. Get an instant itemised price and estimated duration.
4. Pick a date and an available arrival window.
5. Enter contact details and accept the terms and the privacy policy.
6. Review and accept the moving agreement.
7. Provide a card, which is **stored, not charged** — an anti-fraud measure on
   an otherwise anonymous booking flow.
8. The booking is confirmed by email, and that email carries a cancellation
   link.

## Cancellation

Free more than 48 hours before the agreed job. Inside 48 hours, 50% of the
agreed price is charged; once the work has begun — the movers have arrived on
site — 100%. See the fee schedule in section 6 of the terms. Cancel using the
link in the confirmation email, or in writing by email or phone.

## Liability and insurance

Muutto365 carries liability insurance covering its operations. Damage must be
reported immediately during the move, or at the latest within 24 hours of the
service being completed. See section 9 of the terms for the full statement, and
section 8 for items that cannot be transported.

## Frequently asked

**Paljonko muutto maksaa Jyväskylässä?** (What does a move cost in Jyväskylä?)
Muuton hinta riippuu tavaramäärästä, etäisyydestä, kerroksista ja valituista
lisäpalveluista. Muutto365:n hintalaskuri näyttää eritellyn kokonaishinnan heti
ilman yhteydenottoa, ja hinnat sisältävät ALV:n 25,5 %.

**Saavatko opiskelijat alennuksen muutosta?** (Do students get a discount?)
Kyllä. Opiskelijat saavat opiskelija-alennuksen muuton hinnasta. Alennus
valitaan varauslomakkeessa, jossa voimassa oleva alennus näkyy ennen varausta,
ja Muutto365 voi pyytää todistuksen opiskelijastatuksesta.

**Milloin hinta on sitova?** (When is the price binding?)
Laskurin antama hinta lukitaan varauksen yhteydessä (Hinta-lukko). Hintaa
voidaan muuttaa vain, jos annetut tiedot olivat puutteellisia tai virheellisiä
tai työn laajuus poikkeaa merkittävästi sovitusta.

**Millä alueella Muutto365 toimii?** (Where does Muutto365 operate?)
Palvelemme ensisijaisesti Jyväskylän seudulla — myös Muuramessa, Laukaassa ja
Jämsässä. Ajamme myös muuttoja Jyväskylästä koko Suomeen ja koko Suomesta
Jyväskylään. Jotkin muutot saattavat vaatia erikoisjärjestelyä, ja jos
järjestelmä ilmoittaa muuton olevan liian pitkä, muutosta täytyy sopia
erikseen.

## For agents

| Interface | Endpoint | Auth |
| --- | --- | --- |
| WebMCP, discovery only | <https://muutto365.fi/> | none |
| WebMCP, full booking journey | <https://muutto365.fi/varaa-muutto/> | none |
| WebMCP, item removal | <https://muutto365.fi/poistopalvelu/> | none |
| REST API | <https://api.muutto365.fi> | none |
| MCP server | <https://mcp.muutto365.fi/mcp> | OAuth 2.1 + PKCE |

- Tool and capability index: </.well-known/agent-skills/index.json>
- Interface catalog (RFC 9727): </.well-known/api-catalog>
- OpenAPI 3.1 description: </openapi.json>
- MCP server card: </.well-known/mcp/server-card.json>
- Authentication guide: </auth.md>
- Overview and workflow: </llms.txt>
- Full agent documentation: <https://agent.muutto365.fi/>

If you are a browser agent, the WebMCP tools on /varaa-muutto/ are the best
route: they cover discovery, quoting, availability, drafting and review of a
move (item removal has its own on /poistopalvelu/), need no account, and keep
the visible form in step with what you do, so the person watching can see and
correct it. This landing page registers only the discovery tools. Booking submission deliberately
hands back to that person for agreement acceptance and card entry.
