← 1122.com.do

INDIVIDUAL MCP TOOL

list_agents

Lista los asesores de 1122 Real Estate con perfil público, su cargo y cuántas propiedades gestionan.

1122.com.donone authenticationAvailability not checked

LIVE ENDPOINT

https://1122.com.do/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_agents 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

1122.com.do

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.1122-real-estate]
url = "https://1122.com.do/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "1122-real-estate": {
      "type": "http",
      "url": "https://1122.com.do/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "1122-real-estate": {
      "type": "http",
      "url": "https://1122.com.do/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "1122-real-estate",
  "transport": "streamable-http",
  "url": "https://1122.com.do/mcp"
}
MCP Inspector

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

Related tools

  • search_properties — Busca propiedades en venta en República Dominicana por texto libre, zona, tipo, etapa de obra, presupuesto y habitaciones.
  • get_property — Devuelve el detalle publicado de una propiedad a partir de su slug (el que devuelve search_properties): precio, ubicación, amenidades, unidades disponibles, etapa de obra y descripción.
  • list_zones — Lista las zonas de República Dominicana que hoy tienen propiedades publicadas, con cuántas hay en cada una.
  • get_contact_info — Devuelve los canales de contacto oficiales (teléfono, WhatsApp, correo, dirección y agenda de asesoría).