← parolaviva.art

INDIVIDUAL MCP TOOL

bible_get_liturgy_occurrences

Restituisce le occorrenze liturgiche di un capitolo biblico.

parolaviva.artnone 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

parolaviva.art

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

.mcp.json

{
  "mcpServers": {
    "parolaviva-art": {
      "type": "http",
      "url": "https://parolaviva.art/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: parolaviva-art
Remote MCP URL: https://parolaviva.art/mcp/v1

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": {
    "parolaviva-art": {
      "url": "https://parolaviva.art/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "parolaviva-art",
  "transport": "streamable-http",
  "url": "https://parolaviva.art/mcp/v1"
}
MCP Inspector

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

Related tools

  • bible_get_index — Restituisce l'elenco dei 73 libri della Bibbia Martini.
  • bible_get_chapter — Restituisce tutti i versetti di un capitolo della Bibbia Martini (1769-1781).
  • bible_search — Cerca nel testo della Bibbia Martini (35.714 versetti).
  • bible_word_freq — Conta la frequenza delle parole nei versetti della Bibbia Martini, specificati per query di ricerca o lista di riferimenti.
  • liturgy_get_readings — Restituisce le letture liturgiche del Rito Romano per un giorno specifico.
  • catalog_get — Restituisce il catalogo dei passi contemplativi pubblicati su Parola Viva.
  • bible_get_verses — Restituisce versetti specifici dalla Bibbia Martini.
  • bible_get_parallels — Restituisce paralleli e correlazioni per un passo contemplativo di Parola Viva.