← moving.nl

INDIVIDUAL MCP TOOL

search_cities

Autocomplete Dutch cities (woonplaatsen) via PDOK.

moving.nlnone authenticationAvailability not checked

LIVE ENDPOINT

https://moving.nl/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_cities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

moving.nl

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.moving-nl]
url = "https://moving.nl/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moving-nl": {
      "type": "http",
      "url": "https://moving.nl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moving-nl
Remote MCP URL: https://moving.nl/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "moving-nl": {
      "url": "https://moving.nl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moving-nl": {
      "type": "http",
      "url": "https://moving.nl/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moving-nl",
  "transport": "streamable-http",
  "url": "https://moving.nl/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_services — Search the 17 active moving-related services on moving.nl by Dutch or English name.
  • suggest_addresses — Autocomplete Dutch postal addresses via PDOK.
  • find_businesses — Returns local and regional moving-service providers on moving.nl that cover a given {serviceSlug, citySlug}.
  • get_service_city_page — Returns the full moving.nl service+city page (e.g.
  • get_cost_guide — Returns a moving.nl kostengids (cost guide) as Markdown.
  • get_city_guide — Returns a moving.nl stedengids (city moving guide) as Markdown.