{
  "name": "Feasibly MCP Server",
  "description": "Australian property development screening intelligence. Screen zones, check development potential indicators, compare sites, and generate Site Intelligence Reports — all from within your AI client.",
  "version": "0.4.0",
  "url": "https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY",
  "tools": [
    {
      "name": "lookup_site",
      "description": "Primary tool — zone, overlays, controls and permit triggers for any Australian address"
    },
    {
      "name": "get_zone_rules",
      "description": "Get planning rules for a specific zone and council"
    },
    {
      "name": "explain_overlay",
      "description": "Get detailed info about a planning overlay"
    },
    {
      "name": "check_subdivision_potential",
      "description": "Screen for development potential indicators"
    },
    {
      "name": "compare_overlays",
      "description": "Estimate cumulative overlay impact on yield"
    },
    {
      "name": "compare_sites",
      "description": "Side-by-side screening of up to 5 properties"
    },
    {
      "name": "generate_report",
      "description": "Generate a Site Intelligence Report (PDF)"
    },
    {
      "name": "get_usage",
      "description": "View your usage statistics"
    }
  ],
  "connection_guides": {
    "claude_desktop": {
      "instructions": "Open Claude Desktop → Settings → MCP Servers → Add Server",
      "config": {
        "mcpServers": {
          "feasibly": {
            "url": "https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY"
          }
        }
      }
    },
    "claude_ai": {
      "instructions": "Go to claude.ai → Settings → Integrations → Add MCP Server → paste the URL",
      "url": "https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY"
    },
    "cursor": {
      "instructions": "Add to .cursor/mcp.json in your project root",
      "config": {
        "mcpServers": {
          "feasibly": {
            "url": "https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY"
          }
        }
      }
    },
    "openai_api": {
      "instructions": "Use as a tool in the Responses API",
      "config": {
        "tools": [
          {
            "type": "mcp",
            "server_label": "feasibly",
            "server_url": "https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY",
            "require_approval": "never"
          }
        ]
      }
    }
  },
  "coverage": "Victoria, Australia (all 79 LGAs)",
  "attribution": "Contains data © State of Victoria (Department of Transport and Planning), licensed under Creative Commons Attribution 4.0 International.",
  "website": "https://feasibly.com.au",
  "support": "support@feasibly.com.au"
}