Data Collection
apartmentfaxnyc.com
Provides free public-record previews and address checks for New York City apartments and buildings.
ENDPOINT 1
https://api.apartmentfaxnyc.com/mcp
MCP server metadata
- Name
- Apartment Fax
- Version
- 1.29.0
Use this read-only server only when a user wants Apartment Fax's free preview of public records for a New York City address. Explain that agency records can lag and are not legal, safety, tenant-screening, or rent-history advice. Never claim the tool buys a report: it cannot create orders, take payment, or collect email addresses.
Known tools 1
lookup_nyc_apartment_historyUse this when the user wants a free public-record preview for a specific New York City apartment or building address.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apartment-fax]
url = "https://api.apartmentfaxnyc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apartment-fax": {
"type": "http",
"url": "https://api.apartmentfaxnyc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apartment-fax
Remote MCP URL: https://api.apartmentfaxnyc.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apartment-fax": {
"url": "https://api.apartmentfaxnyc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apartment-fax": {
"type": "http",
"url": "https://api.apartmentfaxnyc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apartment-fax",
"transport": "streamable-http",
"url": "https://api.apartmentfaxnyc.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://apartmentfaxnyc.com
MCP server metadata
- Name
- WebMCP
Known tools 1
check-apartment-addressCheck a NYC building address and optional apartment number before starting an Apartment Fax report. This does not submit payment.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://apartmentfaxnyc.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://apartmentfaxnyc.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://apartmentfaxnyc.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://apartmentfaxnyc.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://apartmentfaxnyc.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://apartmentfaxnyc.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.