INDIVIDUAL MCP TOOL
listar_presets
Lista todos los presets de muebles paramétricos disponibles en Mueblito: id único, nombre en español, tipo estructural (wardrobe/shelf/desk/etc.
LIVE ENDPOINT
https://www.mueblito.ar/api/mcp
Connect to this endpoint to inspect the live schema for listar_presets 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.mueblito-mcp]
url = "https://www.mueblito.ar/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mueblito-mcp": {
"type": "http",
"url": "https://www.mueblito.ar/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mueblito-mcp
Remote MCP URL: https://www.mueblito.ar/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": {
"mueblito-mcp": {
"url": "https://www.mueblito.ar/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mueblito-mcp": {
"type": "http",
"url": "https://www.mueblito.ar/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mueblito-mcp",
"transport": "streamable-http",
"url": "https://www.mueblito.ar/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
buscar_catalogo— Busca muebles terminados y decoración en el catálogo de Mueblito usando búsqueda con stemming en español.cotizar_mueble— Calcula el presupuesto de materiales en ARS para fabricar un mueble a medida: placas/melamina, tapacanto, herrajes y servicio de corte en maderera.despiece— Genera la lista completa de piezas de corte y herrajes para fabricar un mueble: cada pieza con largo, ancho y espesor en mm, material, tapacanto frontal, más una tabla ASCII lista para copiar o enviar a la maderera.crear_diseno— Crea una escena 3D con uno o varios muebles y devuelve un link editable directo al editor de Mueblito — el link /d/<code> abre el diseño listo para ver en 3D, mover piezas, ajustar medidas y generar presupuesto.