# Poistopalvelu — Muutto365

> Item removal and space clearing in Jyväskylä and the surrounding area:
> pickup of unwanted items, clearing of storage rooms, garages and homes,
> sorting and proper recycling. Instant online price and booking.
> All prices are in EUR and include Finnish VAT at 25.5%.

This is the markdown representation of <https://muutto365.fi/poistopalvelu/>,
served to clients that ask for `text/markdown`. It carries the same facts as the
HTML page without the layout. Browser agents on that page should prefer its
in-page tools, listed under [For agents](#for-agents): they produce a real
price and prepare a real booking.

- **Phone:** +358 45 176 6384
- **Email:** info@muutto365.fi
- **Company:** Muutto365 TMI, Y-tunnus 3601269-5
- **Terms of service:** <https://muutto365.fi/TOS.md>
- **Privacy policy:** <https://muutto365.fi/PP.md>

## What it is

Poistopalvelu is for individual items and smaller loads — old furniture,
appliances, what is left after a renovation — as well as clearing a whole
storage room, garage or home. Muutto365 collects from the yard, basement,
storage room or garage and sorts and recycles what it takes.

Suitable for households, estates (*kuolinpesät*), after renovations, people
moving, landlords and businesses (offices, retail premises, storage).

## How it works

1. Tell us what goes, or add photos — either is enough, both is best.
2. We collect on the agreed day, in an arrival window you choose.
3. We sort the items and recycle them properly.

## Price

Choose the size first. Each size has a VAT-inclusive base price, and the final
price adds a driving cost from the pickup address. The largest size, clearing a
home, is 350 € plus a price for the home's size — its square metres and number
of rooms, priced by the same engine as a move. The calculator on the page shows
the itemised price before booking.

| Size (`size_bucket`) | Typical job | From (VAT incl.) |
| --- | --- | --- |
| Pieni (`small`) | Small room / playhouse | 99 € |
| Keskikokoinen (`medium`) | Room / storage room | 280 € |
| Suuri (`large`) | Garage or similar | 450 € |
| Erittäin suuri (`extra_large`) | Clearing a home: 350 € + a price for the home's size — needs square metres (1–1000) and rooms (1–50) | 350 € |

The price breakdown has these rows: base price for the size, the price for the
home's size (largest size only), driving cost, Yhteiskuljetusetu (when it
applies), total. VAT 25.5% is included in the total and shown as its share — it
is never added on top. The size cards themselves show no price: pick the size
that matches the space, and the breakdown states every euro.

### Yhteiskuljetusetu

A removal booked onto a date we are already collecting on costs 5 € less
(VAT included). The calendar marks those dates with a −5 € badge before you
pick one, so a flexible schedule can aim for a shared collection day. The
discount is decided by the calendar date alone, applies once per booking
however many other collections that date holds, and is applied and re-checked
by the server. It never makes an otherwise unavailable date or arrival window
bookable, and it does not apply to moving bookings.

## What we do not collect

Biological waste (including animal waste), controlled or highly hazardous
chemicals, asbestos, medical waste, firearms, ammunition and explosives
(including fireworks), or any other material that requires a special permit.
Descriptions are checked when you get a price and again when you book; a
description naming these items cannot be booked online, but you can still ask
us to call you. Paint, batteries, gas cylinders and fuel canisters are fine.

## Booking

- **Date:** from two days ahead up to 90 days ahead.
- **Arrival windows** (Europe/Helsinki): `08-09`, `12-13`, `16-17`, `20-21`.
  The window is when the crew arrives, not how long the job takes. Which windows
  are free depends on the estimated size of the job.
- **Details:** pickup address, household or business, name, phone and email,
  and acceptance of the privacy policy and the terms of service.
- No card is taken; the job is invoiced afterwards.

**Näytä sopimus & valitse** opens the agreement first, then you choose:

- **Varaa nyt** — book;
- **Ota tarjous talteen** — keep the offer: the slot is held and a link to
  confirm later is emailed — it opens this page with the saved offer and a
  "Varaa nyt" button (not available when the date is two days away or less);
- **Jätä soittopyyntö** — ask to be called before anything is confirmed.

Some bookings are reviewed before confirmation (for example a piano or a safe
in the description); you are told so, and we call you.

## For agents

| Interface | Endpoint | Auth |
| --- | --- | --- |
| WebMCP, in-page tools | <https://muutto365.fi/poistopalvelu/> | none |
| REST API | `https://api.muutto365.fi/api/poistopalvelu/*` | none |

WebMCP tools on the page: `get_removal_service`, `calculate_removal_quote`,
`check_removal_availability`, `create_removal_draft`, `review_removal_booking`,
`submit_removal_booking`. They write through the visible form, so the person at
the browser sees every value. `submit_removal_booking` opens the agreement and
stops there: the visitor ticks the consents and makes the final choice.

REST: `GET /api/poistopalvelu/pricing`, `POST /api/poistopalvelu/quote`,
`POST /api/poistopalvelu/agreement/preview`, `POST /api/poistopalvelu/booking`,
`POST /api/poistopalvelu/save-for-later`, `POST /api/poistopalvelu/call-requested`,
and `GET /api/timeslots?vertical=garbage` with the quote's `duration_h` as
`estimated_duration`. Described in </openapi.json>.

Item removal is not exposed on the MCP server. Moving has its own page and
tools: </index.md>.
