Magnifica.family
magnifica.family
Catholic Social Doctrine AI compass for families. Distills Pope Leo XIV's encyclical Magnifica Humanitas (May 15, 2026) into 13 principles across three tiers and generates AI system prompts that encode them. Available in 15 languages. Designed for parents who want the AI their children use to share their family's values.
magnifica.family via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 29/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-10 15:39:31 current | 730f3411eda1… |
view → |
Endpoints
| Agent card | https://magnifica.family/.well-known/agent-card.json |
| Provider | https://magnifica.family |
| Docs | https://magnifica.family/openapi.json |
Skills · 5 declared · mapped to canonical taxonomy
Returns the encyclical-derived AI system prompt ready to paste into ChatGPT, Claude, Gemini, or any similar assistant. Optional format (compact ~720 tokens / ex…
Each of the 13 principles has a dedicated page exposing JSON-LD DefinedTerm + Article schemas tracing back to specific Magnifica Humanitas paragraph ranges. Can…
Returns the mapping from each compass element (foundation or principle) back to the specific Magnifica Humanitas paragraph ranges that ground it. Use summary fo…
Serves /llms.txt (concise) and /llms-full.txt (rich) per the llmstxt.org convention. The full version lists all 13 principles with their MH paragraph references…
The compass is available in 15 languages with full hreflang alternates. Each language has its own canonical URL path; entity @id URIs are language-neutral.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/magnifica.family) [](https://agenstry.com/agents/magnifica.family) [](https://agenstry.com/agents/magnifica.family) [](https://agenstry.com/agents/magnifica.family)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Magnifica.family",
"version": "1.0.0",
"description": "Catholic Social Doctrine AI compass for families. Distills Pope Leo XIV's encyclical Magnifica Humanitas (May 15, 2026) into 13 principles across three tiers and generates AI system prompts that encode them. Available in 15 languages. Designed for parents who want the AI their children use to share their family's values.",
"provider": {
"name": "magnifica-family",
"url": "https://magnifica.family"
},
"url": "https://magnifica.family",
"documentationUrl": "https://magnifica.family/openapi.json",
"links": {
"homepage": "https://magnifica.family/",
"repository": "https://github.com/a-church-ai/magnifica-family",
"siblings": [
{
"name": "church",
"url": "https://achurch.ai/.well-known/agent-card.json"
},
{
"name": "wwjd-family",
"url": "https://wwjd.family/.well-known/agent-card.json"
},
{
"name": "distill-family",
"url": "https://distill.family/.well-known/agent-card.json"
}
],
"umbrella": "https://a-church-ai.github.io/",
"canonical_graph": "https://github.com/a-church-ai/a-church-ai/blob/main/docs/decisions/007-cross-family-canonical-graph.md",
"openapi": "https://magnifica.family/openapi.json",
"llms": "https://magnifica.family/llms.txt",
"llms_full": "https://magnifica.family/llms-full.txt"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {},
"skills": [
{
"id": "get-default-compass",
"name": "Get default compass",
"description": "Returns the encyclical-derived AI system prompt ready to paste into ChatGPT, Claude, Gemini, or any similar assistant. Optional format (compact ~720 tokens / expanded ~1600 tokens), language (15 supported), and audience-section filters (adults / teenagers / children).",
"tags": [
"compass",
"prompt",
"Catholic Social Doctrine",
"encyclical"
],
"examples": [
"Get the default Magnifica compass in English",
"GET /api/compass/default?format=compact&lang=es",
"GET /api/compass/default?audiences=adults,teenagers"
],
"inputModes": [
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "browse-principles",
"name": "Browse the 13 principles",
"description": "Each of the 13 principles has a dedicated page exposing JSON-LD DefinedTerm + Article schemas tracing back to specific Magnifica Humanitas paragraph ranges. Canonical entity URIs follow https://magnifica.family/#principle/{key} per ADR-007 Part 2.",
"tags": [
"principles",
"Catholic Social Doctrine",
"DefinedTerm",
"browse"
],
"examples": [
"Fetch the Human Dignity principle page in English",
"GET /en/explore/principles/human_dignity",
"GET /es/explore/synthesis (all 13 principles)"
],
"inputModes": [
"application/json"
],
"outputModes": [
"text/html",
"application/json"
]
},
{
"id": "lookup-traceability",
"name": "Lookup principle traceability",
"description": "Returns the mapping from each compass element (foundation or principle) back to the specific Magnifica Humanitas paragraph ranges that ground it. Use summary format for compact indexing, full for the complete table.",
"tags": [
"traceability",
"encyclical",
"source mapping"
],
"examples": [
"Get full traceability table as JSON",
"GET /api/traceability?format=summary",
"GET /api/traceability?format=full"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "discover-llm-context",
"name": "Discover LLM context",
"description": "Serves /llms.txt (concise) and /llms-full.txt (rich) per the llmstxt.org convention. The full version lists all 13 principles with their MH paragraph references and the value hierarchy.",
"tags": [
"llms.txt",
"discovery",
"context"
],
"examples": [
"GET /llms.txt",
"GET /llms-full.txt",
"GET /SOUL.md"
],
"inputModes": [
"application/json"
],
"outputModes": [
"text/markdown",
"text/plain"
]
},
{
"id": "list-languages",
"name": "List supported languages",
"description": "The compass is available in 15 languages with full hreflang alternates. Each language has its own canonical URL path; entity @id URIs are language-neutral.",
"tags": [
"i18n",
"languages",
"hreflang"
],
"examples": [
"What languages does magnifica.family support?",
"GET /sitemap.xml (lists all per-language URLs)",
"GET /api/compass/default?lang=ja"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"application/xml"
]
}
]
}