Analytics
desarrollosmx.io
Provides real estate market analytics and investment analysis for properties in Mexico City.
ENDPOINT 1
https://desarrollosmx.io/api/publico/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 6
buscar_inventarioBusca departamentos DISPONIBLES en el inventario por presupuesto, recámaras, zona, m² y exterior.
Inferred read-onlyestudio_de_mercadoEstudio de mercado del inventario en una zona: cuántas unidades hay, rango y promedio de precio y de precio/m², y desglose por desarrollo.
Inferred read-onlyanalisis_inversionAnálisis de inversión de una unidad disponible: yield bruto anual estimado, renta mensual estimada, precio/m² y mensualidad de crédito bancario.
Inferred read-onlyficha_desarrolloDetalle de un desarrollo: ubicación, etapa, entrega, amenidades y resumen de unidades disponibles (por recámaras, rango de precio).
Inferred read-onlypulso_mercadoPulso del mercado CDMX y Zona Metro con datos vivos del portal: $/m² promedio global y por alcaldía, inventario disponible, ventas y bajas de precio (30 días) y zonas con más demanda.
Inferred read-onlycotizarPlan de pago de una unidad: apartado, enganche, mensualidades en obra y saldo a la escritura, según el esquema del desarrollo.
Inferred read-onlyCONNECT 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.mcp-typescript-server-on-vercel]
url = "https://desarrollosmx.io/api/publico/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://desarrollosmx.io/api/publico/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://desarrollosmx.io/api/publico/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": {
"mcp-typescript-server-on-vercel": {
"url": "https://desarrollosmx.io/api/publico/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://desarrollosmx.io/api/publico/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://desarrollosmx.io/api/publico/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://desarrollosmx.io/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.desarrollosmx-io]
url = "https://desarrollosmx.io/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"desarrollosmx-io": {
"type": "http",
"url": "https://desarrollosmx.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: desarrollosmx-io
Remote MCP URL: https://desarrollosmx.io/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"desarrollosmx-io": {
"url": "https://desarrollosmx.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"desarrollosmx-io": {
"type": "http",
"url": "https://desarrollosmx.io/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "desarrollosmx-io bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "desarrollosmx-io",
"transport": "streamable-http",
"url": "https://desarrollosmx.io/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.