Serversapp.qwady/borough
B

Borough NYC Real Estate API

app.qwady/borough · v1.1.0
▦ npm
v1.1.0npm npm: @borough/mcp🌐 https://borough.qwady.app/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.qwady/borough",
  "description": "Search NYC rentals and sales, property details, building data, and market analytics",
  "title": "Borough NYC Real Estate API",
  "repository": {
    "url": "https://github.com/jdmay2/borough",
    "source": "github",
    "id": "jdmay2/borough",
    "subfolder": "packages/mcp-server"
  },
  "version": "1.1.0",
  "websiteUrl": "https://docs.qwady.app",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@borough/mcp",
      "version": "1.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Borough API key (get one free at https://borough.qwady.app/pricing)",
          "isRequired": true,
          "isSecret": true,
          "name": "BOROUGH_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://borough.qwady.app/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}