{
  "serverInfo": {
    "name": "newplace-texas-mcp",
    "title": "Texas Builders Guide",
    "version": "0.1.0",
    "websiteUrl": "https://texasbuilders.guide"
  },
  "instructions": "Tools for the Texas Builders Guide directory of new-home builders and communities across DFW, Houston, Austin, San Antonio, El Paso, and New Braunfels. All tools require an OAuth access token issued for a signed-in user of the site.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://zjklpjwzycrraizmbsak.supabase.co/functions/v1/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authorization": {
    "type": "oauth2",
    "protectedResourceMetadata": "https://texasbuilders.guide/.well-known/oauth-protected-resource"
  },
  "tools": [
    {
      "name": "search_neighborhoods",
      "description": "Search Texas new-home communities by name, city, metro region, school district, or price range."
    },
    {
      "name": "get_neighborhood",
      "description": "Fetch a full community profile by slug: amenities, HOA details, schools, coordinates, reviews, and active builders."
    },
    {
      "name": "search_builders",
      "description": "Search the Texas new-home builder directory by name, city, category, or price range."
    },
    {
      "name": "get_builder",
      "description": "Fetch a full builder profile by slug, including features, warranty info, floorplans, and communities."
    },
    {
      "name": "list_favorites",
      "description": "List the signed-in user's saved builders and neighborhoods."
    },
    {
      "name": "save_favorite",
      "description": "Save a builder or neighborhood to the signed-in user's favorites."
    },
    {
      "name": "list_saved_searches",
      "description": "List the signed-in user's saved neighborhood searches."
    }
  ]
}