INDIVIDUAL MCP TOOL
get_apartment_project_facets_by_field
Obtiene los valores de una faceta específica del buscador de proyectos de departamentos.
LIVE ENDPOINT
https://capitalizarme.com/mcp
Connect to this endpoint to inspect the live schema for get_apartment_project_facets_by_field 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
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.capitalizarme-marketplace-search-mcp]
url = "https://capitalizarme.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"capitalizarme-marketplace-search-mcp": {
"type": "http",
"url": "https://capitalizarme.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: capitalizarme-marketplace-search-mcp
Remote MCP URL: https://capitalizarme.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": {
"capitalizarme-marketplace-search-mcp": {
"url": "https://capitalizarme.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"capitalizarme-marketplace-search-mcp": {
"type": "http",
"url": "https://capitalizarme.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "capitalizarme-marketplace-search-mcp",
"transport": "streamable-http",
"url": "https://capitalizarme.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_apartment_projects— Busca proyectos de departamentos publicados en el marketplace investor.get_apartment_project_facets— Obtiene todas las facetas dinámicas disponibles (nombre, valor, label y count) para los filtros del buscador.get_apartment_project_detail— Obtiene el detalle completo de un proyecto de departamentos por su id: nombre, dirección, amenidades, condiciones comerciales y fotos con URL de CloudFront.