Procore MCP Server
A remote Model Context Protocol server for the Procore construction-management API, designed to be added to Claude as a custom connector. Authentication uses OAuth 2.1 (this server acts as an OAuth proxy in front of Procore).
Connector URL
https://procore-mcp.singularbuilders.org/api/mcp
Add this URL in Claude → Settings → Connectors → Add custom connector. Claude will walk you through the Procore sign-in via OAuth. See the step-by-step setup guide.
Health & discovery
/.well-known/oauth-protected-resource— resource metadata (RFC 9728)/.well-known/oauth-authorization-server— authorization server metadata (RFC 8414)/api/mcp— the MCP endpoint (Streamable HTTP; requires a Bearer token)
Tools: a generic API explorer (search → inspect → call) covering all Procore operations, plus curated helpers for companies, projects, RFIs, and submittals.