> ## Documentation Index
> Fetch the complete documentation index at: https://qwady.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# Borough

> Structured NYC real estate data, REST endpoints, streaming, watchers, and MCP access.

Borough provides structured NYC real estate data through REST APIs, streaming endpoints, webhooks, watchers, and an MCP server for AI-native access.

## Start Here

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/borough/introduction">
    Get the product overview, pricing, and data surface in one place.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/borough/quickstart">
    Make your first authenticated Borough API request.
  </Card>

  <Card title="API Reference" icon="code" href="/borough/api-reference/overview">
    Browse the core endpoints for listings, buildings, markets, and areas.
  </Card>

  <Card title="MCP Overview" icon="microchip" href="/borough/mcp/overview">
    Connect Borough to Claude, Cursor, or other MCP-capable clients.
  </Card>
</CardGroup>

## What Borough Covers

* Listing search for rentals and sales.
* Property, building, market, and neighborhood reference data.
* Streaming responses, persistent watchers, and webhooks on supported plans.
* SDK and MCP access patterns for developer and agent workflows.

## Key Docs

* [Authentication](/borough/authentication) for bearer-token usage and request patterns.
* [Tiers & Pricing](/borough/tiers-and-pricing) for plan limits and access differences.
* [SDK](/borough/sdk/index) for typed client usage.
* [MCP Quickstart](/borough/mcp/quickstart) for AI assistant integration.
