MCP server intelligence profile

hebcal-mcp Server

MCP server for Hebcal, enabling users to generate Jewish holiday lists, convert Hebrew dates, look up Shabbat candle lighting times, Torah readings, and yahrzeits

Local OnlyOfficial distributionhebcal
Verified cleanNpm · 0.10.3

Our scanner tested version 0.10.3 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
7Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @hebcal/mcp from npm

Version 0.10.3 declares 1 executable entrypoint.

npm install --save-exact @hebcal/mcp@0.10.3
npx -y -p @hebcal/mcp@0.10.3 @hebcal/mcp
MCP client configuration example
{
  "mcpServers": {
    "@hebcal/mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@hebcal/mcp@0.10.3",
        "@hebcal/mcp"
      ]
    }
  }
}

Identity

Canonical slughebcal-mcp-2d6e5096DeploymentLocal Only
Canonical packagenpm:@hebcal/mcpRepositoryhebcal/hebcal-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@hebcal/mcp0.10.31Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@hebcal/mcp0.10.3CurrentSep 5, 20267 toolsSucceeded · 0 resources · 0 promptsFailed
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-2562542f083fb56221dc0f65274ea8a6689b66c9913cc28ebce52201905bbed3a1a
Scannermcp-proof-engine 0.1.0Scan completedAug 20, 2026
Security rating32 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@hebcal/mcp"
]
Rating reasons
[
  "security_policy_not_observed"
]

Current protocol inventory

2025-06-18Negotiated protocol
hebcalServer-reported name
1Capability groups
Aug 18, 2026Observed

Tools 7

ToolCategoryAnnotationsRisk
convert-gregorian-to-hebrewConverts a Gregorian (civil) date to a Hebrew date (Jewish calendar)
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Gregorian date (in yyyy-MM-dd format) to convert"
    }
  },
  "required": [
    "date"
  ]
}
convert-hebrew-to-gregorianConverts a Hebrew date to a Gregorian (civil) date
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "day": {
      "type": "integer",
      "minimum": 1,
      "maximum": 30,
      "description": "Hebrew day of month"
    },
    "month": {
      "type": "string",
      "description": "Hebrew month name transliterated, like Elul or Tishrei"
    },
    "year": {
      "type": "integer",
      "minimum": 1,
      "maximum": 9999,
      "description": "Hebrew year"
    }
  },
  "required": [
    "day",
    "month",
    "year"
  ]
}
daf-yomiCalculates the Daf Yomi (Babylonian Talmud) learning for a specified date
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Gregorian date in yyyy-MM-dd format"
    }
  },
  "required": [
    "date"
  ]
}
jewish-holidays-yearCalculates a list of all Jewish holidays during a Gregorian (civil) year
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "year": {
      "type": "integer",
      "minimum": 1,
      "maximum": 9999,
      "description": "Gregorian year"
    }
  },
  "required": [
    "year"
  ]
}
shabbat-timesGenerates Shabbat and holiday candle-lighting and Havdalah times for a given location and date range
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "number",
      "minimum": -90,
      "maximum": 90,
      "description": "Latitude as decimal, valid range -90 to +90 (e.g. 41.85003)"
    },
    "longitude": {
      "type": "number",
      "minimum": -180,
      "maximum": 180,
      "description": "Longitude as decimal, valid range -180 to +180 (e.g. -87.65005)"
    },
    "tzid": {
      "type": "string",
      "description": "Olson timezone ID (e.g. \"America/Chicago\", \"Europe/Moscow\")"
    },
    "startDate": {
      "type": "string",
      "description": "Start date in yyyy-MM-dd format"
    },
    "endDate": {
      "type": "string",
      "description": "End date in yyyy-MM-dd format"
    }
  },
  "required": [
    "latitude",
    "longitude",
    "tzid",
    "startDate",
    "endDate"
  ]
}
torah-portionCalculates the weekly Torah portion (also called parashat haShavua) for a specified date
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Gregorian date in yyyy-MM-dd format"
    },
    "il": {
      "type": "boolean",
      "description": "True if in Israel, false for Diaspora"
    }
  },
  "required": [
    "date",
    "il"
  ]
}
yahrzeitCalculates the Yahrzeit, the anniversary of the day of death of a loved one, according to the Hebrew calendar for a specified date
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Gregorian date of death (in yyyy-MM-dd format)"
    },
    "afterSunset": {
      "type": "boolean",
      "description": "after sunset"
    }
  },
  "required": [
    "date",
    "afterSunset"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

hebcal-mcp Server questions

How do I install hebcal-mcp Server?

Install the selected package version with: npm install --save-exact @hebcal/mcp@0.10.3

What tools does hebcal-mcp Server provide?

hebcal-mcp Server exposed 7 tools during independent protocol observation, including convert-gregorian-to-hebrew, convert-hebrew-to-gregorian, daf-yomi, jewish-holidays-year, shabbat-times, torah-portion, yahrzeit.

Is hebcal-mcp Server secure?

Our scanner tested version 0.10.3 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.