INDIVIDUAL MCP TOOL
buscar_subastas
Busca subastas judiciales de inmuebles del BOE por provincia, municipio, tipo, precio, superficie, texto libre, zona (bbox o radio) y estado.
LIVE ENDPOINT
https://mcp.subastech.com/mcp
Connect to this endpoint to inspect the live schema for buscar_subastas 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.subastech]
url = "https://mcp.subastech.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"subastech": {
"type": "http",
"url": "https://mcp.subastech.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: subastech
Remote MCP URL: https://mcp.subastech.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": {
"subastech": {
"url": "https://mcp.subastech.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"subastech": {
"type": "http",
"url": "https://mcp.subastech.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "subastech",
"transport": "streamable-http",
"url": "https://mcp.subastech.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
subasta— Ficha pública de una subasta del BOE por identificador (10 caracteres), URL de app.buscar_por_codigo— Localiza subastas del BOE a partir de códigos: referencia catastral, CRU, IDUFIR o identificador BOE (hasta 5).resultados_recientes— Últimas subastas del BOE con resultado oficial (adjudicadas), opcionalmente por provincia, con el remate y el descuento real sobre la tasación (aritmética del BOE).estadisticas_publicas— Totales del catálogo, provincias con subastas activas e históricas, tipos de inmueble (valores EXACTOS para filtrar) y búsqueda de municipios (claves `provincia:municipio`).explicar_concepto— Explica un concepto de las subastas judiciales en España (depósito, cargas, posesión, cesión de remate, tipos de subasta…) desde la base de conocimiento de Subastech, redactada por personas.planes— Planes de Subastech (Radar gratuito, Starter, Pro, Team, Enterprise) con precios y comparativa de funciones.search— Búsqueda en lenguaje natural de subastas judiciales del BOE (compatible con la búsqueda profunda de ChatGPT): devuelve `results` con `id`, `title` y `url`.fetch— Lee una ficha de subasta por `id` (compatible con la búsqueda profunda de ChatGPT): `id`, `title`, `text` con los datos públicos del BOE en Markdown, `url` y `metadata`.