← cohenapps.com

INDIVIDUAL MCP TOOL

browse_subject

List study plans and articles for a subject or topic.

cohenapps.comnone authenticationAvailability not checked

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 endpoint

cohenapps.com

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.cohenapps-com]
url = "https://cohenapps.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cohenapps-com": {
      "type": "http",
      "url": "https://cohenapps.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cohenapps-com
Remote MCP URL: https://cohenapps.com/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": {
    "cohenapps-com": {
      "url": "https://cohenapps.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cohenapps-com": {
      "type": "http",
      "url": "https://cohenapps.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cohenapps-com",
  "transport": "streamable-http",
  "url": "https://cohenapps.com/mcp"
}
MCP Inspector

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

Related tools

  • get_chapter — Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach.
  • get_verse — Return the text of one specific verse from the Hebrew Bible / Tanach, e.g.
  • list_books — List every book available in this corpus with its English name, localized name, and the link to its first chapter.
  • list_subjects — List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters.
  • get_plan — Get the full detail of one study plan: its title, description, total length, and the day-by-day study schedule (first 7 days shown).