← nlventuredesk.com

INDIVIDUAL MCP TOOL

get_faq

Answers to common Dutch Startup Visa and NL Venture Desk questions.

nlventuredesk.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nlventuredesk.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_faq 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

nlventuredesk.com

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.nlventuredesk]
url = "https://nlventuredesk.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nlventuredesk": {
      "type": "http",
      "url": "https://nlventuredesk.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nlventuredesk": {
      "type": "http",
      "url": "https://nlventuredesk.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nlventuredesk",
  "transport": "streamable-http",
  "url": "https://nlventuredesk.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Who NL Venture Desk is, the legal entity, contact details, and what the service covers.
  • get_pricing — Current NL Venture Desk fees for the Strategy Session, Startup Readiness Program, and Full Facilitation.
  • get_startup_visa_overview — How the Dutch Startup Visa route works at a high level: IND, RVO, facilitator, typical timeline.
  • check_eligibility — Preliminary indication of whether the Dutch Startup Visa is the right route.
  • get_booking_link — Returns the Strategy Session booking URLs.
  • list_pages — Public pages, llms.txt, MCP discovery, and the checklist PDF.