Skip to main content
Glama
eliamarlaw-dotcom

legalix-engineering

Legalix Engineering & Tender MCP Service

An ultra-fast, production-ready Model Context Protocol (MCP) server connecting LLMs (ChatGPT, Claude, Cursor, and custom autonomous agents) to Israeli civil engineering databases, the Interministerial General Specification ("הספר הכחול" — all 48 chapters), Dekel pricing benchmarks (2026), and the Tender Arbitrage & Unbalanced Bidding Engine.


🌟 Key Features

  1. ⚡ Sub-Millisecond In-Memory Search: Indexed access to all 48 Blue Book chapters, 4,761 pages of measurement rules, and 2026 pricing benchmarks.

  2. 🏗️ 12 Engineering Consultant Disciplines: Deep retrieval for Structural (ת"י 466), Geotechnical (ת"י 940), Electrical, Plumbing (ת"י 1205), HVAC, Fire Safety, Acoustics (ת"י 1004), Accessibility (ת"י 1918), Green Building (ת"י 5281), and Infrastructure.

  3. 📊 Enterprise Excel BOQ Parser: Automatic extraction and cleaning of multi-sheet Israeli construction tenders (.xlsx, .xlsm, .xls, .csv), filtering out subtotal and summary rows.

  4. 💰 Tender Arbitrage Engine (Unbalanced Bidding): Mathematical cross-referencing between tender quantities and actual CAD Takeoff measurements to optimize profit and win probability.

  5. 🔌 Dual Protocol: Supports both Stdio MCP (native for Claude Desktop / ChatGPT Desktop / Cursor) and HTTP/REST Gateway (for Web Custom GPTs).


Related MCP server: boq-mcp

🚀 Quickstart & MCP Configuration

1. Claude Desktop / ChatGPT Desktop / Cursor (Stdio MCP)

Add the following to your MCP settings file (claude_desktop_config.json or ChatGPT Developer Settings):

{
  "mcpServers": {
    "legalix-engineering": {
      "command": "python3",
      "args": [
        "/path/to/legalix-engineering-mcp-repo/legalix_engineering_mcp_server.py"
      ]
    }
  }
}

2. HTTP / REST Gateway (For Web Clients & Cloudflare Tunnels)

Start the HTTP service on port 8090:

python3 legalix_engineering_mcp_http_bridge.py
  • Healthcheck: GET http://localhost:8090/health

  • Tool Definitions: GET http://localhost:8090/tools

  • RPC Executions: POST http://localhost:8090/


🛠️ Available MCP Operations

Operation Name

Description

Key Parameters

search_blue_book

Searches measurement rules and technical specs across 48 Blue Book chapters

query, chapter_code, max_results

get_dekel_price

Retrieves updated 2026 unit prices, 8-digit codes, and market ranges

item_code_or_keyword

search_engineering_discipline

Searches technical standards across 12 engineering domains (Structure, Geo, Electrical, HVAC, etc.)

discipline, query, max_results

parse_boq_excel

Parses, filters, and mathematically audits construction tender Excel files

excel_file_path

run_tender_arbitrage

Runs Unbalanced Bidding optimization between tender BOQ and CAD takeoff

excel_file_path, cad_takeoff_json

Detailed schemas and payload examples are documented in docs/OPERATIONS_AND_TOOLS.md.


📚 Documentation Index


📦 Requirements

  • Python 3.9+

  • openpyxl

  • xlrd

Install dependencies:

pip install -r requirements.txt

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides intelligent construction quotation and cost lookup for Colombia, enabling natural language queries for activities, categories, and detailed pricing from an Excel database.
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables natural language management of BOQ/Tendix project data, including hierarchy, pricing, and contractor handling via the BOQ REST API.
    19
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI assistants with access to Taiwan's PCCES database for querying construction project items, standard resource codes, and decoding work item codes.
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eliamarlaw-dotcom/legalix-engineering-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server