presto-mcp-server

presto-mcp-server

Integrates Presto construction budgeting software with Claude Code, enabling analysis, audit, and search of BC3 budget files locally or via WebAPI.

Category
Visit Server

README

presto-mcp-server

MCP server para integrar Presto (software de presupuestos y mediciones de RIB Spain) con Claude Code.

Publicado por NeoNexAI Agency · Cota Zero (clientes de consultoría IA).


Instalación rápida (Claude Code)

Añade al fichero ~/.claude/claude_desktop_config.json o al .mcp.json del proyecto:

{
  "mcpServers": {
    "presto": {
      "command": "npx",
      "args": ["-y", "github:NeoNexAI/presto-mcp-server"],
      "env": {}
    }
  }
}

Reinicia Claude Code. Las herramientas presto_* estarán disponibles.


Herramientas disponibles

Modo BC3 (funciona con licencia base de Presto)

Herramienta Qué hace
presto_list_obras Lista archivos .bc3 en un directorio
presto_get_obra Resumen de una obra: capítulos, partidas, total
presto_get_capitulos Desglose por capítulos con importes
presto_get_partidas Partidas de un capítulo
presto_get_partida Detalle completo de una partida + descomposición
presto_search_partidas Buscar partidas por texto
presto_get_resumen Resumen ejecutivo completo (útil para clientes)
presto_find_anomalias Detecta partidas sin descripción, precio 0, duplicados
presto_read_concepto Árbol completo de un concepto (recursivo)

Modo WebAPI (requiere Presto ServerCloud)

Herramienta Qué hace
presto_webapi_status Comprueba conectividad con el servidor
presto_webapi_list_obras Lista obras en el servidor
presto_webapi_call Llamada genérica a cualquier función del API

Flujo de trabajo con BC3 (sin licencia Server)

Presto → Archivo → Exportar → Formato BC3/FIEBDC → guardar .bc3
                                        ↓
                        Claude Code + presto-mcp-server
                        (análisis, auditoría, generación)
                                        ↓
                        Presto → Archivo → Importar → .bc3 editado

Ejemplo de uso en Claude Code

# Analiza el presupuesto de una obra
presto_get_resumen archivo="C:/proyectos/obra-castellon.bc3"

# Detecta anomalías
presto_find_anomalias archivo="C:/proyectos/obra-castellon.bc3"

# Busca todas las partidas de hormigón
presto_search_partidas archivo="C:/proyectos/obra-castellon.bc3" query="hormigón"

# Ver detalle de un capítulo
presto_get_partidas archivo="C:/proyectos/obra-castellon.bc3" codigoCapitulo="C01"

Configuración WebAPI (opcional)

Solo necesario con Presto ServerCloud. Añade al entorno:

{
  "mcpServers": {
    "presto": {
      "command": "npx",
      "args": ["-y", "github:NeoNexAI/presto-mcp-server"],
      "env": {
        "PRESTO_WEBAPI_URL": "http://tu-servidor/webapi/",
        "PRESTO_WEBAPI_USER": "Administrador",
        "PRESTO_WEBAPI_PASS": "tu-contraseña"
      }
    }
  }
}

Requisitos WebAPI: Presto ServerCloud + IIS + ASP.NET Core Hosting Bundle. Contacto RIB Spain: +34 914 483 800 · info@rib-software.es


Formato BC3/FIEBDC-3

El formato BC3 es el estándar español de intercambio de presupuestos (FIEBDC-3). Todos los programas de presupuestación españoles lo soportan: Presto, CYPE, Arquímedes, etc.

Exportar BC3 desde Presto: Archivo → Exportar → Formato BC3/FIEBDC


Seguridad

  • Las herramientas de lectura son read-only (no modifican ningún archivo).
  • Las credenciales WebAPI nunca salen del MCP — se usan solo para autenticarse contra tu servidor local.
  • No envía datos a terceros.

Licencia

MIT · NeoNexAI Agency

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured