{
  "protocol": "mcp-tools-manifest",
  "version": "1.1.0",
  "server": {
    "name": "santara-villas-sgtp",
    "description": "Read-only SGTP tools for SANTARA VILLAS RESORT — Ubud villa for sale. Static GET endpoints on santarabali.com.",
    "base_url": "https://santarabali.com",
    "transport": "http-get",
    "openapi": "https://santarabali.com/openapi.yaml",
    "discover": "https://santarabali.com/discover.json"
  },
  "tools": [
    {
      "name": "sgtp_discover",
      "description": "SGTP entry point — list all machine resources",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/discover.json"
      }
    },
    {
      "name": "sgtp_get_facts",
      "description": "Canonical facts — prices, tenure, disambiguation, contact",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/facts/v1.json"
      }
    },
    {
      "name": "sgtp_golden_qa",
      "description": "30 golden Q&A rows for eval (EN/RU/ZH)",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/eval/golden-qa.jsonl"
      }
    },
    {
      "name": "sgtp_ai_audit",
      "description": "Latest weekly AI visibility audit",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/eval/ai-audit-latest.json"
      }
    },
    {
      "name": "sgtp_search_intents",
      "description": "Buyer search queries → canonical URLs",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/search-intents.md"
      }
    },
    {
      "name": "sgtp_finmodel_scenarios",
      "description": "Precomputed ROI/cap-rate scenarios",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/finmodel/scenarios.json"
      }
    },
    {
      "name": "sgtp_entity_graph",
      "description": "Knowledge graph JSON-LD",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/entity/graph.jsonld"
      }
    },
    {
      "name": "sgtp_llms_summary",
      "description": "Compact machine dossier",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      },
      "_meta": {
        "santara/sgtp": "1.1.0",
        "implementation": "static-http-get",
        "url": "https://santarabali.com/llms.txt"
      }
    }
  ]
}
