# Barcelona Rent (remote · www.barcelona-rent.fyi)

Official Barcelona rent and sale prices by neighbourhood, from registered contracts.

- Trust score: 73/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `www.barcelona-rent.fyi`: 73/100 (this document), [markdown](https://verifymcp.io/servers/fyi-barcelona-rent-mcp/api-mcp.md), [page](https://verifymcp.io/servers/fyi-barcelona-rent-mcp/api-mcp)

## Channel facts

- Endpoint: `https://www.barcelona-rent.fyi/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-27.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **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 596 tokens (~119/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% 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 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Barcelona Rent MCP server?

Barcelona Rent is a hosted endpoint at https://www.barcelona-rent.fyi/api/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 fyi-barcelona-rent-mcp 'https://www.barcelona-rent.fyi/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "fyi-barcelona-rent-mcp": {
      "url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fyi-barcelona-rent-mcp": {
      "type": "http",
      "url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.fyi-barcelona-rent-mcp]
url = "https://www.barcelona-rent.fyi/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fyi-barcelona-rent-mcp": {
      "type": "remote",
      "url": "https://www.barcelona-rent.fyi/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fyi-barcelona-rent-mcp --url 'https://www.barcelona-rent.fyi/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fyi-barcelona-rent-mcp:
    url: "https://www.barcelona-rent.fyi/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "fyi-barcelona-rent-mcp": {
      "Transport": "http",
      "Url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add fyi-barcelona-rent-mcp -t streamable-http -u 'https://www.barcelona-rent.fyi/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "fyi-barcelona-rent-mcp": {
      "type": "http",
      "url": "https://www.barcelona-rent.fyi/api/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 73, +1)

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

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

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

### 2026-09-22 (score 71, +1)

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

### 2026-09-20 (score 70, +1)

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

### 2026-09-18 (score 69, +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-16 (score 68, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-15 (score 67)

First indexed and scored.

## MCP tools (5)

### `get_rent` (~145 tokens)

Get Barcelona rent for an area

Current average rent and sale price for one Barcelona neighbourhood or district, from contracts actually registered with the Catalan government — not listing or asking prices. Accepts a neighbourhood name, a district name or a URL slug. Returns euros per m² per month, an estimated monthly rent for a reference flat, the sale price per m², gross rental yield where both figures describe the same quarter, and the quarter each figure comes from.

Input parameters:

- `area` (string, required): Neighbourhood or district, e.g. "la Vila de Gràcia", "Eixample", "pedralbes"
- `sqm` (number): Flat size for the monthly estimate (default 75)

### `compare_areas` (~73 tokens)

Compare Barcelona areas

Compare registered rent and sale prices across two or more Barcelona neighbourhoods or districts, cheapest first. Use when someone is choosing between places to live or asking which is more expensive. Same official source as get_rent.

Input parameters:

- `areas` (array, required): Two to ten neighbourhood or district names
- `sqm` (number)

### `rent_trend` (~89 tokens)

Barcelona rent over time

The quarterly series of registered rents for one Barcelona neighbourhood or district, and how much it has changed over the window. Use for questions about whether rents are rising or falling in a specific area. Figures run from 2014 for neighbourhoods and 2000 for districts.

Input parameters:

- `area` (string, required)
- `since` (integer): First year to include (default: the last 5 years)

### `find_areas` (~71 tokens)

Find Barcelona areas within a budget

Which Barcelona neighbourhoods a monthly budget actually reaches, cheapest first, based on registered rents rather than advertised prices. Use when someone says what they can afford and wants to know where to look.

Input parameters:

- `budget` (number, required): Monthly budget in euros
- `sqm` (number): Flat size (default 75)

### `barri_character` (~138 tokens)

What a Barcelona neighbourhood is like

What a Barcelona neighbourhood is actually like, from the city's own published measures: how much street commerce it has, how much road traffic noise reaches residents at night, how steep its streets are, how many households have a child, and how many residents hold a foreign passport. Each figure comes with the city median and the barri's percentile among all 73. Use for questions about whether somewhere is quiet, lively, hilly, family-heavy or international — not for questions about price. None of these explains what a barri costs.

Input parameters:

- `area` (string, required): Neighbourhood name, e.g. "Gràcia" or "el Raval"

## Diagnostics

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

## Score history

- 2026-09-27: 73
- 2026-09-26: 73
- 2026-09-25: 73
- 2026-09-24: 72
- 2026-09-23: 71
- 2026-09-22: 71
- 2026-09-21: 70
- 2026-09-20: 70
- 2026-09-19: 69
- 2026-09-18: 69
- 2026-09-17: 68
- 2026-09-16: 68
- 2026-09-15: 67

## Common questions

### What is the Barcelona Rent MCP server?

Barcelona Rent is an MCP server listed in the public MCP registry as fyi.barcelona-rent/mcp. Official Barcelona rent and sale prices by neighbourhood, from registered contracts. This page covers its hosted endpoint (https://www.barcelona-rent.fyi/api/mcp).

### Is the Barcelona Rent MCP server safe to use?

Barcelona Rent scores 73 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 Barcelona Rent MCP server expose?

Barcelona Rent exposes 5 tools: get_rent, compare_areas, rent_trend, find_areas, barri_character. Their descriptions and schemas cost roughly 516 tokens of context every time the server is loaded.

### Does the Barcelona Rent MCP server require authentication?

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

### Is the Barcelona Rent MCP server still maintained?

Barcelona Rent is still listed as active in the MCP registry. We last reached this channel on 27 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://www.barcelona-rent.fyi/api/mcp
- Website: https://www.barcelona-rent.fyi/data/mcp
- Changelog RSS feed: https://verifymcp.io/servers/fyi-barcelona-rent-mcp/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fyi-barcelona-rent-mcp/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fyi-barcelona-rent-mcp/api-mcp
