Construction MCP Server
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 MCP ServerWhat RFIs are overdue?"
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 MCP Server
Deloitte × Procore Hackathon — Sept 9, Austin TX
This server connects your construction project data to AI agents (Datagrid) via MCP. Once running, agents can ask questions like "What RFIs are overdue?" or "Show me the budget variance" and get live answers.
What data is exposed
Tool | What an agent can ask |
Project summary | Status, % complete, budget, schedule |
Open RFIs | Which RFIs are open, who owns them, when due |
Pending submittals | What's waiting for review and from whom |
Daily log | Weather, headcount, work done today |
Punch list | Open deficiencies by trade and location |
Budget variance | Spend vs budget by cost code |
Inspection checklist | Pass / fail / pending QA items |
Related MCP server: JoeMCP
First-time setup (do this once)
You need: Python installed on your laptop. Download it here if you don't have it — choose the latest version and check "Add Python to PATH" during install.
Step 1 — Open a terminal in VS Code
Open VS Code, then press Ctrl+` (backtick). A terminal panel appears at the bottom.
Step 2 — Install dependencies Paste this and press Enter:
pip install -r requirements.txtWait for it to finish (takes ~30 seconds).
Running the server
Press F5 in VS Code.
A panel will open at the bottom showing something like:
INFO: Started server process
INFO: Application startup complete.That means it's working. Leave this running while you use it.
To stop it, click the red square in the toolbar or press
Shift+F5.
Connecting to Datagrid at the hackathon
Once deployed to mcphosting.io, your MCP endpoint will be at:
https://app.mcphosting.io/<your-server-id>/mcpPaste that URL into Datagrid's MCP server field. It will automatically discover all tools.
Deploying to mcphosting.io
Log in at https://app.mcphosting.io
Create a new server
Upload two files:
server.pyandrequirements.txtCopy the public MCP URL it gives you — that's what you paste into Datagrid
Need help?
Contact techpartners@procore.com for hackathon support.
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.
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 Connectors
Connects AI assistants to QCDatabase.AI for everyday construction quality-control work.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Construction takeoff and estimating for AI agents. Measure a drawing PDF, export a priced estimate.
AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI assistants like Claude to interact with Autodesk Construction Cloud Build platform for construction project management, including issues tracking, RFIs, submittals, and document management through natural language.-
- FlicenseNot gradedqualityDmaintenanceConnects AI assistants to JoeAPI construction management system, enabling management of clients, contacts, proposals, estimates, action items, project schedules, and financial data through natural language.1-
- AlicenseNot gradedqualityBmaintenanceEnables construction professionals to query project documents with conflict-aware RAG, detect contradictions, and trace change impacts through any MCP client.2,019MIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude and other AI agents to query real-time construction management data from GOC, including employee info, attendance, orders, and projects, using natural language.-
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/gauravlahoti/mcp-construction-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server