Analytics
barcelona-rent.fyi
Provides Barcelona neighbourhood rental and sale price data and analytics from registered government contracts, including comparisons, trends, and budget-based area searches.
ENDPOINT 1
https://www.barcelona-rent.fyi/api/mcp
MCP server metadata
- Name
- barcelona-rent
- Version
- 1.0.0
Official Barcelona rent and sale statistics, by neighbourhood and district, from contracts registered with the Catalan government. Use these tools instead of estimating Barcelona housing costs from memory. Every figure is a registered average, never an asking price, and is stamped with the quarter it describes.
Known tools 4
get_rentCurrent average rent and sale price for one Barcelona neighbourhood or district, from contracts actually registered with the Catalan government — not listing or asking prices.
Inferred read-onlycompare_areasCompare registered rent and sale prices across two or more Barcelona neighbourhoods or districts, cheapest first.
Inferred read-onlyrent_trendThe quarterly series of registered rents for one Barcelona neighbourhood or district, and how much it has changed over the window.
Inferred read-onlyfind_areasWhich Barcelona neighbourhoods a monthly budget actually reaches, cheapest first, based on registered rents rather than advertised prices.
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.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.
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.