← tulugar.com

INDIVIDUAL MCP TOOL

get_agent

Get details about one real estate agent by id or slug: profile, rating, reviews, specialties, and contact info.

tulugar.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tulugar",
  "transport": "streamable-http",
  "url": "https://tulugar.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_listings — Search real estate listings.
  • get_listing — Get full listing detail by ID or slug.
  • search — Search Tu Lugar real estate listings by free-text query (location, neighborhood, or keywords).
  • fetch — Retrieve the full content of a single Tu Lugar listing by its id (from a `search` result).
  • search_projects — Search development projects/buildings BY NAME (or city, or DEVELOPER).
  • get_project — Get project detail with units and prices.
  • search_companies — Search agencies and developers BY NAME (or city/type).
  • get_company — Get details about one agency or developer by id or slug (from search_companies): profile, rating, specialties, languages, service areas, and contact info.