{
  "name": "@vreme/temporal-mcp",
  "version": "1.9.10",
  "description": "MCP server providing temporal intelligence for AI: 69 tools for timezone conversions, 32 cultural calendars, 247+ country holidays, 5 financial markets, business time calculations, astronomical events, prayer times, astrology, duration/period calculations, timezone offset intelligence, date range operations, historical date facts, temporal pattern detection, weekday finder, business days calculator, nth occurrence finder, time in timezone calculator, calendar boundaries, and ISO week intelligence. Works with Claude Desktop, VS Code, Continue, Cline, and any MCP-compatible client.",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "vreme-temporal-mcp": "build/index.js"
  },
  "files": [
    "build/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && npm run fix-shebang",
    "fix-shebang": "node -e \"const fs=require('fs');const file='build/index.js';let content=fs.readFileSync(file,'utf8');if(!content.startsWith('#!')){content='#!/usr/bin/env node\\n'+content;fs.writeFileSync(file,content);fs.chmodSync(file,0o755);}\"",
    "start": "node build/index.js",
    "dev": "tsc && node build/index.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "debug:mcp": "tsx scripts/debug-client.ts"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "temporal",
    "temporal-intelligence",
    "temporal-data",
    "time",
    "timezone",
    "clock",
    "calendar",
    "calendar-api",
    "holidays",
    "holiday-api",
    "holiday-categories",
    "public-holidays",
    "bank-holidays",
    "national-holidays",
    "global-holidays",
    "country-holidays",
    "financial-markets",
    "trading-holidays",
    "stock-market",
    "nyse",
    "stock-exchange",
    "market-calendar",
    "hebrew-calendar",
    "islamic-calendar",
    "chinese-calendar",
    "lunar-calendar",
    "prayer-times",
    "salah",
    "namaz",
    "qibla",
    "islamic",
    "cultural-awareness",
    "cross-cultural",
    "interfaith",
    "religious",
    "ramadan",
    "shabbat",
    "fasting",
    "religious-observances",
    "sunrise",
    "sunset",
    "astronomical",
    "moon-phase",
    "ai",
    "assistant",
    "chatbot",
    "llm",
    "natural-language",
    "timezone-converter",
    "business-days",
    "working-days",
    "scheduling",
    "global-scheduling",
    "claude",
    "claude-desktop",
    "stateless",
    "fast-api"
  ],
  "author": {
    "name": "Vreme",
    "url": "https://vreme.ai"
  },
  "license": "MIT",
  "homepage": "https://www.vreme.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vreme-ai/temporal-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/vreme-ai/temporal-mcp/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.23.0",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  }
}
