← facilityfinder.nl

INDIVIDUAL MCP TOOL

vergelijk_dienstverleners

Vergelijk facilitaire dienstverleners op basis van filters.

facilityfinder.nlnone authenticationAvailability not checked

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 endpoint

facilityfinder.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.facilityfinder-nl]
url = "https://www.facilityfinder.nl/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: facilityfinder-nl
Remote MCP URL: https://www.facilityfinder.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": {
    "facilityfinder-nl": {
      "url": "https://www.facilityfinder.nl/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • zoek_dienstverleners — Zoek facilitaire dienstverleners in Nederland.
  • bedrijf_details — Haal het volledige profiel op van een facilitaire dienstverlener, inclusief omschrijving, diensten, vestigingen, contactgegevens en specialismes.
  • lijst_categorieen — Haal alle beschikbare facilitaire dienstcategorieen op, zoals schoonmaak, beveiliging, catering, groenvoorziening, technisch onderhoud, etc.
  • lijst_vormen — Haal alle vormen van facilitaire dienstverlening op, zoals facilitair management, detachering, ZZP, consulting, etc.
  • lijst_specialismes — Haal alle specialismes op binnen de facilitaire dienstverlening.
  • bedrijven_per_specialisme — Haal alle dienstverleners op die een specifiek specialisme aanbieden.