Construction Intelligence MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Construction Intelligence MCPfind active road projects in California district 7"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Construction Intelligence MCP
ProjectService is the governed project-discovery interface for the Construction
Intelligence Platform. It reads the canonical ci_market_state table from DuckDB in
read-only mode and returns Pydantic business objects rather than DataFrames. Consumers
use service methods or MCP tools and do not need SQL.
Install
Python 3.12 or newer is required.
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e '.[dev]'Set the source database for integration tests, the smoke test, and MCP:
export CI_DATABASE=/absolute/path/to/caltrans_pricing.duckdbThe database is always opened read-only; this project does not modify the source DuckDB.
Related MCP server: Constructoo MCP Server
Test and lint
python -m pytest
python -m ruff check .Tests backed by the actual ci_market_state schema run when CI_DATABASE points to an
available file. Otherwise, those integration tests are reported as skipped.
Smoke test
construction-intelligence-mcp smoke-testThe command prints the resolved source table, identifier and description fields, the total project count for Southern California districts 7, 8, 11, and 12, and five sample business objects.
Launch MCP
The default transport is SSE on 0.0.0.0:8000:
construction-intelligence-mcp serveTo select the transport or listener explicitly:
CI_MCP_TRANSPORT=sse CI_MCP_HOST=127.0.0.1 CI_MCP_PORT=8000 construction-intelligence-mcp serveThe MCP tools are search_projects and fetch_project.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceRead-only MCP server for Raygister, enabling AI assistants to browse construction projects, lots, specifications, and locations via natural language.Last updated623MIT
- Flicense-qualityCmaintenanceMock MCP server for validating Constructoo Copilot data access, exposing read-only tools like counting customer properties, retrieving project status, and fetching appointments.Last updated
- Alicense-qualityDmaintenanceAn MCP server that gives LLMs read-only access to Microsoft Project Online (Project for the Web) via the Microsoft Graph API.Last updated27MIT
- Flicense-qualityBmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.Last updated
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dsharrington84/construction-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server