Procore 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., "@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: JoeMCP
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 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
- -license-quality-maintenanceEnables 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.Last updated
- Flicense-qualityDmaintenanceConnects AI assistants to JoeAPI construction management system, enabling management of clients, contacts, proposals, estimates, action items, project schedules, and financial data through natural language.Last updated1
- Flicense-qualityBmaintenanceEnables AI assistants to interact with OpenProject installations for comprehensive project management, including creating projects and work packages, managing users and assignments, creating dependencies, and generating Gantt charts through natural language commands.Last updated13
- Flicense-qualityDmaintenanceEnables AI assistants to access and manage OpenProject projects, work packages, attachments, time tracking, wiki, and users via the OpenProject API v3.Last updated
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/joed-69/procore-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server