← kolsgo.xyz

INDIVIDUAL MCP TOOL

get_author_works

List the books written by an author.

kolsgo.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://torah.kolsgo.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_author_works and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kolsgo.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.torah-library]
url = "https://torah.kolsgo.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "torah-library": {
      "type": "http",
      "url": "https://torah.kolsgo.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: torah-library
Remote MCP URL: https://torah.kolsgo.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "torah-library": {
      "url": "https://torah.kolsgo.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "torah-library": {
      "type": "http",
      "url": "https://torah.kolsgo.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "torah-library",
  "transport": "streamable-http",
  "url": "https://torah.kolsgo.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • convert_date — Convert between Gregorian and Hebrew (Jewish) calendar dates.
  • get_jewish_calendar — List Jewish calendar events for a date range: holidays (major, minor, modern Israeli), Rosh Chodesh, fast days, special Shabbatot, weekly parsha, Omer count, molad, Yizkor, Yom Kippur Katan, daily-learning cycles (Daf Yomi, Mishna Yomi, Nach Yomi, Tanakh Yomi, Yerushalmi, Rambam, Chofetz Chaim), and — when a location is given — candle-lighting, havdalah and fast start/end times.
  • get_shabbat_times — Candle-lighting and havdalah times for the coming (or a specified) Shabbat and any Yom Tov that week, plus the parsha and holiday Torah readings, for a location.
  • get_zmanim — Halachic times of day for a location and date (or date range, max ~7 days recommended): alot hashachar, misheyakir, sunrise (netz), latest Shema and Tefilla (GRA and Magen Avraham), chatzot, mincha gedola/ketana, plag hamincha, sunset (shkia), bein hashmashot, tzeit hakochavim (several opinions), and midnight.
  • get_torah_reading — Torah and Haftarah readings for a date or date range: parsha or holiday name, each aliyah with verse ranges and counts, maftir, haftarah, and special readings.
  • get_yahrzeit_dates — Compute upcoming Gregorian dates for yahrzeits, Hebrew birthdays or Hebrew anniversaries from the original Gregorian date.
  • find_location — Search for a city/place by name and get place ids, country and region.
  • get_text — Fetch any text from the Jewish library by reference, in Hebrew/Aramaic and/or translation, aligned segment by segment.