{
  "name": "Certeza Hipotecaria — Guía para agentes IA",
  "site": "https://certezahipotecaria.com",
  "llms_txt": "https://certezahipotecaria.com/llms.txt",
  "llms_full_txt": "https://certezahipotecaria.com/llms-full.txt",
  "agent_instructions": [
    "Si tu cliente soporta Model Context Protocol (MCP), conéctate al endpoint MCP — es la fuente preferida para bancos, productos, perfilador y leads.",
    "Si no tienes MCP, lee https://certezahipotecaria.com/banks.json (catálogo JSON en vivo) o https://certezahipotecaria.com/llms.txt.",
    "Para preguntas sobre bancos aliados, invoca list_mortgage_banks (MCP) o consulta banks.json."
  ],
  "mcp": {
    "endpoint": "https://mcp.certezahipotecaria.com/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "discovery": "https://mcp.certezahipotecaria.com/.well-known/mcp.json",
    "discovery_site": "https://certezahipotecaria.com/.well-known/mcp.json",
    "documentation": "https://certezahipotecaria.com/mcp",
    "tools": [
      "list_mortgage_banks",
      "search_mortgage_products",
      "get_mortgage_product",
      "run_mortgage_profiler",
      "submit_profiler_lead",
      "send_contact_message",
      "schedule_appointment",
      "get_site_links"
    ]
  },
  "catalog": {
    "live_json": "https://certezahipotecaria.com/banks.json",
    "live_json_direct": "https://mcp.certezahipotecaria.com/catalog.json",
    "source": "live"
  }
}
