# move to germany, lol — collaborative arrival planner

> Human and AI agent build the everyday essentials for a new German address together: the agent searches 80+ business categories in parallel via WebMCP tools, the human curates the shared shortlist and writes notes, the agent reads them back. Data: the 'in meiner Naehe' network (OpenStreetMap/Overture).

## Core pages
- [App](https://movetogermany.lol/): the collaborative planner (WebMCP tools register on load)
- [Arrival guide](https://movetogermany.lol/guide): week-by-week relocation checklist for Germany, official links only
- [Developer API](https://movetogermany.lol/developers): one keyless MCP+REST API for 1.16M German local businesses
- [Markdown version](https://movetogermany.lol/index.md): this page as plain Markdown
- [OpenAPI schema](https://movetogermany.lol/openapi.json): full HTTP API contract
- [Auth notes](https://movetogermany.lol/auth.md): keyless, read-only, rate-limit headers

## API
- [All categories](https://movetogermany.lol/api/categories): the 80+ categories of the network
- [Search one category](https://movetogermany.lol/api/search?cat=supermarkt&plz=10115&limit=5): distance-sorted providers
- [Essentials in parallel](https://movetogermany.lol/api/essentials?plz=10115): many categories at once
- [Job search](https://movetogermany.lol/api/jobs?plz=10115&what=developer): official Bundesagentur fuer Arbeit openings
- [Paperwork starter pack](https://movetogermany.lol/api/paperwork): ordered official bureaucracy steps
- [Unified booking lookup](https://movetogermany.lol/api/booking?plz=10115): bookable providers across platforms, deep links
- [Backend MCP](https://movetogermany.lol/mcp): streamable-HTTP MCP server, 6 tools, see /.well-known/mcp.json

## WebMCP tools on the page
list_categories, set_home_plz, find_nearby, generate_starter_plan, add_to_shortlist, remove_from_shortlist, get_shortlist, set_note, find_jobs, get_paperwork_checklist, export_plan — registered via document.modelContext with typed JSON schemas and honest annotations.

## Source
- [GitHub (MIT)](https://github.com/shufflethis/neu-hier): full source, zero dependencies
- [Network example](https://friseur-in-meiner-naehe.de/llms.txt): one of the 80+ underlying directories
