{
  "markdown": "# magnifica-humanitas-mcp\n\n<!-- mcp-name: io.github.grinnellian/magnifica-humanitas-mcp -->\n\nAn MCP server for navigating *[Magnifica Humanitas](https://www.vatican.va/content/leo-xiv/en/encyclicals/documents/20260515-magnifica-humanitas.html)* — Pope Leo XIV's 2026 encyclical on safeguarding the human person in the time of artificial intelligence.\n\nFetches the document live from the Vatican website and exposes it as structured MCP tools, so any LLM client can navigate the text without loading all 245 paragraphs into context at once.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_structure()` | Full table of contents with paragraph ranges |\n| `get_chapter(number)` | Full text of a chapter (1–5) |\n| `get_section(title)` | Full text of a section by title (fuzzy match) |\n| `get_paragraph(number)` | A single numbered paragraph |\n| `search(query, limit)` | Find paragraphs containing a word or phrase |\n\n## Usage\n\n### With `npx` (no install needed)\n\n```bash\nnpx magnifica-humanitas-mcp\n```\n\n### With `uvx` (requires [uv](https://docs.astral.sh/uv/getting-started/installation/))\n\n```bash\nuvx magnifica-humanitas-mcp\n```\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"magnifica-humanitas\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"magnifica-humanitas-mcp\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add magnifica-humanitas -- npx -y magnifica-humanitas-mcp\n```\n\n### Docker\n\n```bash\ndocker run --rm grimalkinllc/magnifica-humanitas-mcp\n```\n\n## License\n\nThe MCP server code is MIT licensed. The encyclical text is © Copyright Dicastery for Communication – Libreria Editrice Vaticana. This tool fetches that content from the Vatican's website at runtime and does not redistribute it.\n\n## Contributing\n\nSee [docs/contributing.md](docs/contributing.md) for development setup and release process.\n",
  "bytes": 1915,
  "sha": "6ba157c4eecef5505251939e13180198b00b7611667193600d05aa21491dc7a3",
  "repo_slug": "grinnellian/magnifica-humanitas-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_grinnellian_magnifica_humanita_e0b7ffb7/readme"
}