← Registry

eCommerce

farawayhome.com

Provides tools to search and retrieve FARAWAYHOME rental listings and create inquiries for tenants.

1 endpoint4 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.farawayhome.com/mcp

No auth detected

MCP server metadata

Name
farawayhome
Version
1.0.0
Capabilities
tools
Server instructions

FARAWAYHOME lists furnished, serviced and unfurnished rental apartments in Germany and London. It is RENT ONLY — nothing on this server is for sale. Call list_cities before filtering by city or district: an unrecognised token is refused, not ignored. Availability is one date per listing (`available_from`), not a calendar of free nights. A serviced listing describes a category of apartment rather than a single unit. House numbers are never returned. Each listing's coordinate says how precise it is — `geo.precision: "exact"` where the provider publishes a full address, `"approximate"` (about 110 m) where they do not. Never present an approximate point as an address. create_inquiry_draft is the only tool that writes, and it creates a HELD DRAFT: nothing reaches the property provider until the tenant confirms their email from the message FARAWAYHOME sends. Never tell a tenant their inquiry has been sent. Every object carries the canonical `url` of the page it describes. Cite it.

Known tools 4

search_homes

Search FARAWAYHOME's rental listings.

Inferred read-only
get_home

Fetch one FARAWAYHOME rental listing in full by its numeric id, as returned by search_homes.

Inferred read-only
list_cities

List the cities FARAWAYHOME has rental listings in, with live listing counts.

Inferred read-only
create_inquiry_draft

Create a HELD inquiry draft for a FARAWAYHOME rental listing on behalf of a tenant.

Potential side effects

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.farawayhome]
url = "https://www.farawayhome.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "farawayhome": {
      "type": "http",
      "url": "https://www.farawayhome.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "farawayhome": {
      "type": "http",
      "url": "https://www.farawayhome.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "farawayhome",
  "transport": "streamable-http",
  "url": "https://www.farawayhome.com/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.