AgentHubAgentHub

Borough NYC Real Estate API

MCP ServerMCP Registry官方收录

app.qwady/borough · v1.1.0

Search NYC rentals and sales, property details, building data, and market analytics

概览

Borough NYC Real Estate API 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "borough": {
      "command": "npx",
      "args": [
        "-y",
        "@borough/mcp"
      ],
      "env": {
        "BOROUGH_API_KEY": "<BOROUGH_API_KEY>"
      }
    }
  }
}

环境变量

BOROUGH_API_KEY必填secret

Your Borough API key (get one free at https://borough.qwady.app/pricing)

相关资源

统一 Manifest

{
  "id": "app.qwady/borough",
  "type": "mcp-server",
  "version": "1.1.0",
  "displayName": "Borough NYC Real Estate API",
  "description": "Search NYC rentals and sales, property details, building data, and market analytics",
  "repository": {
    "url": "https://github.com/jdmay2/borough",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "homepage": "https://docs.qwady.app",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@borough/mcp",
        "version": "1.1.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BOROUGH_API_KEY",
            "description": "Your Borough API key (get one free at https://borough.qwady.app/pricing)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://borough.qwady.app/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "app.qwady/borough",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/app.qwady%2Fborough/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Borough NYC Real Estate API — MCP Server 安装与配置 · AgentHub