← barcelona-rent.fyi

INDIVIDUAL MCP TOOL

rent_trend

The quarterly series of registered rents for one Barcelona neighbourhood or district, and how much it has changed over the window.

barcelona-rent.fyinone authenticationAvailability not checked

LIVE ENDPOINT

https://www.barcelona-rent.fyi/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for rent_trend and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

barcelona-rent.fyi

CONNECT 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.barcelona-rent]
url = "https://www.barcelona-rent.fyi/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "barcelona-rent": {
      "type": "http",
      "url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: barcelona-rent
Remote MCP URL: https://www.barcelona-rent.fyi/api/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": {
    "barcelona-rent": {
      "url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "barcelona-rent": {
      "type": "http",
      "url": "https://www.barcelona-rent.fyi/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "barcelona-rent",
  "transport": "streamable-http",
  "url": "https://www.barcelona-rent.fyi/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_rent — 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.
  • compare_areas — Compare registered rent and sale prices across two or more Barcelona neighbourhoods or districts, cheapest first.
  • find_areas — Which Barcelona neighbourhoods a monthly budget actually reaches, cheapest first, based on registered rents rather than advertised prices.