# Fless Apartment Hunt (remote · mcp.fless.io)

Apartment hunting in DC, Maryland and Virginia: research cities, build pre-filled hunt links.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.fless.io`: 74/100 (this document), [markdown](https://verifymcp.io/servers/io-fless-mcp/mcp.md), [page](https://verifymcp.io/servers/io-fless-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.fless.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 831 tokens (~75/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 82% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Fless Apartment Hunt MCP server?

Fless Apartment Hunt is a hosted endpoint at https://mcp.fless.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http io-fless-mcp 'https://mcp.fless.io/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "io-fless-mcp": {
      "url": "https://mcp.fless.io/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "io-fless-mcp": {
      "type": "http",
      "url": "https://mcp.fless.io/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.io-fless-mcp]
url = "https://mcp.fless.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-fless-mcp": {
      "type": "remote",
      "url": "https://mcp.fless.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-fless-mcp --url 'https://mcp.fless.io/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-fless-mcp:
    url: "https://mcp.fless.io/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "io-fless-mcp": {
      "Transport": "http",
      "Url": "https://mcp.fless.io/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add io-fless-mcp -t streamable-http -u 'https://mcp.fless.io/mcp'
```

### Other

```json
{
  "mcpServers": {
    "io-fless-mcp": {
      "type": "http",
      "url": "https://mcp.fless.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 72, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-20 (score 71)

First indexed and scored.

## MCP tools (11)

### `search_cities` (~38 tokens)

List cities where Fless operates (live + coming soon). Returns ids needed for hunts.

Input parameters:

- `query` (string): Optional name/state filter

### `get_city_overview` (~55 tokens)

Neighborhood-level overview of a live city: median rents (1BR/2BR), walk/transit/bike scores per neighborhood.

Input parameters:

- `city` (string, required): City slug or name, e.g. 'alexandria'

### `get_neighborhood` (~45 tokens)

Full detail for one neighborhood: rents, scores, POI counts, descriptions, nearby neighborhoods.

Input parameters:

- `city` (string, required)
- `neighborhood` (string, required): slug or name

### `get_hunt_requirements` (~60 tokens)

Every hunt field, enum, and rule; canonical amenity keys; binary restrictions (55+, pets, smoking); transparent credit pricing. Read this before collecting a hunt brief.

Input parameters:

- `city` (string): Optional city to pin the brief to

### `build_hunt_link` (~104 tokens)

Validate a hunt brief and get a URL that pre-fills the full hunt form for the human. Works with partial briefs (missing_fields lists what to collect).

Input parameters:

- `channel` (string): Your product name, e.g. 'claude', 'openclaw'
- `hunt_params` (object, required): Hunt brief per get_hunt_requirements (city_id, min_price, max_price, bedrooms, move_in_date, proximity_criteria[], amenities{}, additional_questions[])

### `check_hunt_link` (~35 tokens)

Aggregate status of a hunt link (created/opened/started) — no personal data.

Input parameters:

- `token` (string, required)

### `request_city` (~87 tokens)

Request that Fless expand to a new city. Use when the user's target city is not currently served (Washington, DC / Maryland / Virginia only). Returns the total request count for that city. No account or email needed.

Input parameters:

- `city` (string, required): City name, e.g. 'Houston'
- `state` (string, required): 2-letter US state code, e.g. 'TX'

### `get_city_request_stats` (~28 tokens)

See which cities have been requested most. Useful for telling users whether their city has demand.

### `search` (~33 tokens)

Search Fless content (cities, neighborhoods, hunt guide). Returns citable ids for fetch.

Input parameters:

- `query` (string, required)

### `fetch` (~48 tokens)

Fetch full content by id from search: markdown text + canonical url for citations.

Input parameters:

- `id` (string, required): city:<slug> | neighborhood:<city>:<nb> | doc:hunt-how-to

### `submit_error_report` (~161 tokens)

Report a problem with Fless tools or data so we can fix it. Include: the tool you called, the error code from the error contract if present, what happened vs what you expected. Do NOT include personal data.

Input parameters:

- `error_code` (string): Error code from the error contract, if present (e.g. CITY_NOT_FOUND). Omit when absent.
- `error_type` (string, required): What kind of problem this is.
- `tool_name` (string, required): The tool (or surface) the problem occurred on.
- `what_expected` (string): What you expected to happen instead (optional).
- `what_happened` (string, required): Factual description of what happened (plain text, no personal data, 10-1000 chars).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-fless-mcp/mcp#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 73
- 2026-09-23: 73
- 2026-09-22: 72
- 2026-09-21: 72
- 2026-09-20: 71

## Common questions

### What is the Fless Apartment Hunt MCP server?

Fless Apartment Hunt is an MCP server listed in the public MCP registry as io.fless/mcp. Apartment hunting in DC, Maryland and Virginia: research cities, build pre-filled hunt links. This page covers its hosted endpoint (https://mcp.fless.io/mcp).

### Is the Fless Apartment Hunt MCP server safe to use?

Fless Apartment Hunt scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Fless Apartment Hunt MCP server expose?

Fless Apartment Hunt exposes 11 tools: search_cities, get_city_overview, get_neighborhood, get_hunt_requirements, build_hunt_link, and 6 more. Their descriptions and schemas cost roughly 694 tokens of context every time the server is loaded.

### Does the Fless Apartment Hunt MCP server require authentication?

No. We connected to Fless Apartment Hunt without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Fless Apartment Hunt MCP server still maintained?

Fless Apartment Hunt is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.fless.io/mcp
- Repository: https://github.com/fless-io/skills
- Changelog RSS feed: https://verifymcp.io/servers/io-fless-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-fless-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/io-fless-mcp/mcp
