{
  "name": "@datalayer-sh/mcp",
  "version": "0.1.3",
  "description": "DataLayer MCP Server — B2B enrichment for AI agents. 60M companies, 300M contacts, intent signals.",
  "bin": { "datalayer-mcp": "./dist/index.js" },
  "main": "./dist/index.js",
  "type": "module",
  "files": ["dist"],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp", "model-context-protocol", "mcp-server",
    "b2b", "enrichment", "lead-enrichment", "data-enrichment",
    "company-data", "contact-data", "people-search", "company-search",
    "email-finder", "work-email", "phone-number", "linkedin",
    "sales-intelligence", "lead-generation", "prospecting",
    "technographics", "intent-signals", "buying-intent",
    "ai-agent", "claude", "cursor", "windsurf",
    "crm-enrichment", "sales-automation", "gtm"
  ],
  "license": "MIT",
  "homepage": "https://datalayer.sh",
  "repository": {
    "type": "git",
    "url": "https://github.com/datalayer-sh/mcp.git"
  },
  "bugs": {
    "url": "https://github.com/datalayer-sh/mcp/issues"
  },
  "engines": { "node": ">=18" },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0"
  }
}
