Procore
Construction management software for project management, quality, and safety
Tools
| Name | Description |
|---|---|
list_projectsList all projects for a company | List all projects for a company |
get_projectGet details of a specific project | Get details of a specific project |
list_rfisList all RFIs for a project | List all RFIs for a project |
list_submittalsList all submittals for a project | List all submittals for a project |
create_rfiCreate an RFI in a Procore project. Body must follow Procore RFI fields for the project. | Create an RFI in a Procore project. Body must follow Procore RFI fields for the project. |
update_rfiUpdate fields on a Procore RFI. | Update fields on a Procore RFI. |
create_submittalCreate a Procore submittal in a project. | Create a Procore submittal in a project. |
update_submittalUpdate fields on a Procore submittal. | Update fields on a Procore submittal. |
list_webhook_resourcesList Procore webhook resources available for a company or project scope. | List Procore webhook resources available for a company or project scope. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceives a Procore webhook delivery for a hook configured in Procore. | Receives a Procore webhook delivery for a hook configured in Procore. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('procore', 'list_projects', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'procore',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Procore to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Procore support?
Procore supports 9 tools including List Projects, Get Project, List RFIs, List Submittals, Create RFI, and more.
Can I use Procore with AI agents?
Yes. Add Procore to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Procore to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Procore as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Procore tools exposed by that workspace.
Does Procore work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Procore work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Procore?
Procore exposes 9 tools, including List Projects, Get Project, List RFIs, List Submittals, Create RFI, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Procore be used in stateful agent workflows?
Yes. Agents can combine Procore tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Procore use?
Procore uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Procore integration cost?
The Procore integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Procore support?
Procore supports 1 triggers including Webhook Event.
Connect Procore in minutes
Get 20,000 free action executions every month. No credit card required.