Procore MCP Server
Click on "Deploy 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., "@Procore MCP ServerList the Procore projects this tool can see."
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.
Procore MCP Server for ChatGPT Agents
This is a Railway-ready starter MCP server for connecting ChatGPT PM and Superintendent agents to Procore.
The server sits between ChatGPT and Procore:
ChatGPT Agent -> Custom MCP app -> Railway MCP server -> Procore APIWhat This Starter Includes
A public MCP endpoint at
/mcpA health check at
/healthProcore OAuth client-credentials token handling
Project allowlisting with
PROCORE_ALLOWED_PROJECT_IDSRead tools for projects, daily log notes, RFIs, and submittals
A write tool for creating Daily Log notes that requires
confirmed: trueAn optional raw Procore request tool for development only
Related MCP server: BigQuery Readonly MCP
Required Railway Variables
Add these in Railway under the service's Variables tab:
PROCORE_BASE_URL=https://api.procore.com
PROCORE_CLIENT_ID=your_procore_client_id
PROCORE_CLIENT_SECRET=your_procore_client_secret
PROCORE_COMPANY_ID=your_company_id
PROCORE_ALLOWED_PROJECT_IDS=comma,separated,project,idsOptional:
MCP_BEARER_TOKEN=make_a_long_random_value
ENABLE_RAW_PROCORE_TOOL=falseUse MCP_BEARER_TOKEN only if your ChatGPT custom MCP setup supports passing a bearer token. Otherwise leave it blank during initial testing, then add proper OAuth protection before broader production use.
Deploy To Railway
From the Railway screen you are on:
Choose GitHub Repository if you have pushed this folder to GitHub.
Or choose Empty Project, then create a service from GitHub later.
Set the environment variables above.
Let Railway run:
npm install
npm run build
npm run startOpen Railway's generated domain.
Confirm this works:
https://your-railway-domain.up.railway.app/healthIn ChatGPT's Custom MCP form, use:
https://your-railway-domain.up.railway.app/mcpChatGPT Custom MCP Settings
Use these values in the ChatGPT app editor:
Name:
Procore ToolsDescription:
Lets the PM and Superintendent agents read approved Procore project data and create confirmed project records.Server URL:
https://your-railway-domain.up.railway.app/mcpAuthentication: start with
No Authenticationonly for private testing, or use OAuth/Bearer protection if available.
Safety Rules
Do not put Procore secrets in ChatGPT instructions. Keep them only in Railway variables.
Keep PROCORE_ALLOWED_PROJECT_IDS populated. This prevents the server from writing to projects outside your approved list.
Keep ENABLE_RAW_PROCORE_TOOL=false after early development. The raw tool is intentionally not suitable for production because it can call arbitrary Procore API paths.
Write tools require confirmed: true. Your agent instructions should say:
Before using any Procore write tool, summarize the exact project, date, destination tool, and record content, then ask the user to confirm.
First Test Prompts
After connecting the MCP app to ChatGPT, test with:
List the Procore projects this tool can see.Show me today's daily log notes for project 12345.Create a daily log note for project 12345 for 2026-07-29 saying "Site walk completed; no safety issues observed." Ask me to confirm before submitting it.Notes About Procore Endpoints
This starter uses common Procore REST paths for projects, daily log note logs, RFIs, and submittals. Procore tools can vary by account configuration and permissions. If an endpoint returns a validation error, use the error message and Procore API reference to adjust the request body for your enabled tools.
Useful Procore references:
OAuth client credentials: https://developers.procore.com/documentation/oauth-client-credentials
Daily Logs API: https://developers.procore.com/reference/rest/daily-logs
Notes Logs API: https://developers.procore.com/reference/rest/notes-logs
RFIs API: https://developers.procore.com/reference/rest/rfis
Submittals API: https://developers.procore.com/reference/rest/submittals
Useful OpenAI references:
Build an MCP server: https://developers.openai.com/plugins/build/mcp-server
Connect and test in ChatGPT: https://developers.openai.com/plugins/deploy/connect-chatgpt
This server cannot be deployed
Maintenance
Related MCP Connectors
Connects AI assistants to QCDatabase.AI for everyday construction quality-control work.
Connect AI agents to ProductNow's context engine to search, create, review, and act.
Capture extra work on a jobsite and file it into Procore as a Change Event on real budget codes.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Related MCP Servers
- 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-
- FlicenseNot gradedqualityDmaintenanceEnables reading BigQuery data from ChatGPT using read-only SQL queries, with OAuth authentication and project-level access control.-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Autodesk Construction Cloud projects through natural language, connecting APS APIs for querying project data and issues.-
- AlicenseNot gradedqualityBmaintenanceEnables ChatGPT to inspect Jobber data and manage controlled automations with scheduling, approval workflows, and audit trails.1MIT