{
  "serverInfo": {
    "name": "zillapi",
    "title": "Zillapi - Zillow Data API",
    "version": "1.0.0",
    "websiteUrl": "https://zillapi.com",
    "description": "MCP server exposing Zillapi's Zillow Data API as agent tools. Look up U.S. properties by address or zpid, fetch Zestimates, and search listings inside a bounding box."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.zillapi.com/mcp"
  },
  "protocolVersion": "2025-06-18",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "lookup_property_by_address",
      "title": "Look up a U.S. property by address",
      "description": "Returns full Zillow property data for a U.S. address."
    },
    {
      "name": "lookup_property_by_zpid",
      "title": "Look up a U.S. property by Zillow zpid",
      "description": "Returns full property data for a Zillow property id. Cache-served when fresh."
    },
    {
      "name": "get_zestimate",
      "title": "Get the current Zestimate for a property",
      "description": "Returns Zillow's automated valuation and rent Zestimate for a zpid."
    },
    {
      "name": "search_listings",
      "title": "Search U.S. property listings",
      "description": "Search for-sale, for-rent, or sold listings inside a geographic bounding box."
    }
  ],
  "authentication": {
    "type": "bearer",
    "tokenName": "Authorization",
    "scheme": "Bearer",
    "instructions": "Obtain a Zillapi API key at https://zillapi.com/login. The same key authenticates both REST (/v1) and MCP (/mcp) requests. Discovery methods (initialize, tools/list) are anonymous; tools/call requires the Bearer header."
  },
  "documentation": {
    "guide": "https://zillapi.com/blog/mcp-server-for-zillow-data/",
    "rest": "https://zillapi.com/openapi.json",
    "agents": "https://zillapi.com/ai-agents/"
  },
  "publisher": {
    "name": "Zillapi",
    "url": "https://zillapi.com",
    "contact": "nikhil@landkit.pro"
  },
  "termsOfService": "https://zillapi.com/legal/trademark-and-affiliation/"
}
