{
  "name": "NL Venture Desk",
  "description": "Dutch Startup Visa facilitation for non-EU founders. Public MCP tools for company facts, pricing, visa overview, a preliminary eligibility check, FAQs, and the Strategy Session booking link. Not a law firm; IND decides applications.",
  "icon": "https://nlventuredesk.com/assets/images/logo-mark.png",
  "url": "https://nlventuredesk.com/mcp",
  "endpoint": "https://nlventuredesk.com/mcp",
  "protocol": "mcp",
  "protocolVersion": "2025-11-25",
  "mcp_version": "2025-11-25",
  "transport": "streamable-http",
  "browser_api": "document.modelContext.registerTool",
  "serverInfo": {
    "name": "nlventuredesk",
    "title": "NL Venture Desk",
    "version": "1.0.0"
  },
  "authentication": {
    "type": "none",
    "description": "Public read-only tools. Booking is completed by the founder on the website or Zeeg calendar."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "mcpServers": {
    "nlventuredesk": {
      "url": "https://nlventuredesk.com/mcp",
      "transport": "streamable-http"
    }
  },
  "endpoints": [
    {
      "url": "https://nlventuredesk.com/mcp",
      "transport": "streamable-http",
      "capabilities": ["tools"]
    }
  ],
  "mcp": {
    "spec_version": "2026-06-13",
    "spec_url": "https://colinknapp.com/specs/skill-discovery.html",
    "skills_url": "https://nlventuredesk.com/.well-known/skills.md",
    "status": "stable",
    "notes": "Public JSON-RPC MCP server at /mcp. This file must not contain secrets.",
    "contact": "https://nlventuredesk.com/#book-session",
    "servers": [
      {
        "name": "nlventuredesk",
        "url": "https://nlventuredesk.com/mcp",
        "transport": "streamable-http",
        "auth": { "type": "none" }
      }
    ],
    "tools": [
      {
        "name": "get_company_info",
        "description": "Who NL Venture Desk is, legal entity, and what the service covers."
      },
      {
        "name": "get_pricing",
        "description": "Current NL Venture Desk fees. Government fees are separate."
      },
      {
        "name": "get_startup_visa_overview",
        "description": "How the Dutch Startup Visa route works at a high level (IND, RVO, facilitator, timeline)."
      },
      {
        "name": "check_eligibility",
        "description": "Preliminary eligibility indication from citizenship, innovation, funds, and founder role. Not an immigration decision."
      },
      {
        "name": "get_faq",
        "description": "Answers to common Dutch Startup Visa and NL Venture Desk questions."
      },
      {
        "name": "get_booking_link",
        "description": "URL to book the paid Strategy Session. Does not complete a booking."
      },
      {
        "name": "list_pages",
        "description": "Public pages, llms.txt, and the checklist PDF."
      }
    ]
  },
  "tools": [
    {
      "name": "get_company_info",
      "title": "Company information",
      "description": "Who NL Venture Desk is, legal entity, and what the service covers.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "get_pricing",
      "title": "Pricing",
      "description": "Current NL Venture Desk fees. Government fees are separate.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "get_startup_visa_overview",
      "title": "Startup Visa overview",
      "description": "How the Dutch Startup Visa route works at a high level (IND, RVO, facilitator, timeline).",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "check_eligibility",
      "title": "Eligibility check",
      "description": "Preliminary eligibility indication from citizenship, innovation, funds, and founder role. Not an immigration decision.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "get_faq",
      "title": "FAQ",
      "description": "Answers to common Dutch Startup Visa and NL Venture Desk questions.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "get_booking_link",
      "title": "Booking link",
      "description": "URL to book the paid Strategy Session. Does not complete a booking.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "list_pages",
      "title": "Public pages",
      "description": "Public pages, llms.txt, and the checklist PDF.",
      "annotations": { "readOnlyHint": true }
    }
  ]
}
