{
  "name": "mcp-lootdrop",
  "version": "0.1.0",
  "description": "Unofficial MCP server for loot-drop.io — The Startup Graveyard: search 1700+ dead startups, their causes of death, lessons (the loot), and AI-generated rebuild/pivot plans",
  "mcpName": "io.github.aissablk1/mcp-lootdrop",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "modelcontextprotocol",
    "mcp-server",
    "loot-drop",
    "startup-graveyard",
    "dead-startups",
    "startup-failure",
    "post-mortem",
    "venture-capital",
    "claude",
    "claude-code",
    "ai",
    "llm",
    "anthropic"
  ],
  "author": "Aïssa BELKOUSSA",
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/aissablk1/mcp-lootdrop#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aissablk1/mcp-lootdrop.git"
  },
  "bugs": {
    "url": "https://github.com/aissablk1/mcp-lootdrop/issues"
  },
  "bin": {
    "mcp-lootdrop": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "PROJECT.nfo",
    "LICENSE",
    "server.json"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "node --test test/*.test.mjs",
    "test:smoke": "node test-all.mjs",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18"
  }
}
