{
  "name": "jumpscale",
  "title": "JumpScale",
  "description": "AI-transformatiepartner voor ambitieus MKB. Machine-leesbare toegang tot diensten, branches en cases, plus een lokaal installeerbare MCP-server.",
  "version": "1.0.0",
  "homepage": "https://jumpscale.nl",
  "contact": "info@jumpscale.nl",
  "api": {
    "index": "https://jumpscale.nl/api/index.json",
    "services": "https://jumpscale.nl/api/services.json",
    "industries": "https://jumpscale.nl/api/industries.json",
    "platforms": "https://jumpscale.nl/api/platforms.json"
  },
  "llms": {
    "summary": "https://jumpscale.nl/llms.txt",
    "full": "https://jumpscale.nl/llms-full.txt"
  },
  "mcpServer": {
    "transport": "stdio",
    "scope": "local",
    "remoteEndpoint": null,
    "note": "This server runs as a local Node.js process over stdio. It is not a public HTTP MCP endpoint.",
    "command": "node",
    "args": ["server.mjs"],
    "source": "https://github.com/JumpScale/JS-Website-v2/tree/main/mcp",
    "tools": [
      "list_services",
      "get_service",
      "list_industries",
      "get_industry",
      "list_platforms",
      "contact_info"
    ]
  }
}
