← caiolafinehomes.com

INDIVIDUAL MCP TOOL

get_town_guide

Retrieve the local guide for a town: an overview of the area, key facts, and the canonical town page URL.

caiolafinehomes.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://caiolafinehomes.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

caiolafinehomes.com

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.matt-caiola-luxury-properties-listings-market-da]
url = "https://caiolafinehomes.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "matt-caiola-luxury-properties-listings-market-da": {
      "type": "http",
      "url": "https://caiolafinehomes.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: matt-caiola-luxury-properties-listings-market-da
Remote MCP URL: https://caiolafinehomes.com/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": {
    "matt-caiola-luxury-properties-listings-market-da": {
      "url": "https://caiolafinehomes.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "matt-caiola-luxury-properties-listings-market-da": {
      "type": "http",
      "url": "https://caiolafinehomes.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "matt-caiola-luxury-properties-listings-market-da",
  "transport": "streamable-http",
  "url": "https://caiolafinehomes.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_listings — Search active or pending property listings in Fairfield County represented through Matt Caiola Luxury Properties.
  • get_listing — Retrieve full detail for a single property listing by its id: address, price, beds/baths/size, property type, status, days on market, description, key features, and the canonical URL.
  • get_market_stats — Latest Fairfield County market statistics for a town: active inventory, median list and closed prices, median days on market, median price per square foot, closed sales, and year-over-year change.
  • list_towns — List the Fairfield County towns covered by Matt Caiola Luxury Properties, each with links to its town guide and market data.
  • get_agent_profile — How to reach Matt Caiola of Matt Caiola Luxury Properties: brokerage, phone, email, service area, and the pages for contacting the agent or requesting a home valuation.