CompanyCam Connector for AI agents.
10 live capabilities
Manage construction jobsite photos and project documentation in real-time.
Waiting for input…
Why people use CompanyCam
CompanyCam Construction Project Documentation Management
This Connector changes that. You can just ask your agent to find that specific photo by project name. It pulls the data directly, so you can get the info you need and get back to work.
What Vinkius changes
You get instant access to your construction jobsite data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a specific photo for a client
A manager asks the agent to find a photo of the HVAC install at 123 Oak St.
- Real-world use case 02
Creating a new jobsite record
A field lead tells the agent to start a new project for the Smith House renovation.
- Real-world use case 03
Checking project documents
An office worker needs to see what's uploaded for the Downtown remodel.
Complete set · 10capabilities
The complete CompanyCam capability set.
These are the exact actions your AI can choose when you ask it to work with CompanyCam.
01—04
4 capabilities in this set.
Part of 10 available through CompanyCam.
- 01 Capability
Create project
Create a new construction project in your CompanyCam account. Use this to start new jobsite records quickly.
- 02 Capability
Get current user
See the details of the person currently logged into the account. Useful for verifying account permissions.
- 03 Capability
Get photo details
Get specific info like timestamps and GPS data for a single photo. This helps verify exactly when and where work happened.
- 04 Capability
List all photos
See every photo across every project in your entire company. Use this for a high-level audit of all field media.
05—07
3 capabilities in this set.
Part of 10 available through CompanyCam.
- 05 Capability
List project documents
See a list of all files and documents attached to a specific project. This helps you find blueprints or permits fast.
- 06 Capability
List project photos
Get all the photos associated with one specific project. This is the fastest way to see progress on a single site.
- 07 Capability
Get project
Pull all the detailed information for a specific jobsite project. This gives you a full summary of a specific job.
08—10
3 capabilities in this set.
Part of 10 available through CompanyCam.
- 08 Capability
List projects
See a list of all projects currently in your CompanyCam account. Use this to get an overview of your active workload.
- 09 Capability
List users
See a list of all people who have access to your company account. This helps you manage team permissions.
- 10 Capability
Search projects
Find a specific project quickly by searching its name. This saves you from scrolling through long project lists.
Set up in minutes
One URL. Then ask CompanyCam to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CompanyCam from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CompanyCam, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CompanyCam for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CompanyCam URL.
- Step 03
Save and start
Save the connection and enable CompanyCam in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"companycam": {
"url": "https://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CompanyCam
Open Agent mode in chat and ask: "Using CompanyCam, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"companycam": {
"url": "https://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CompanyCam
Ask Copilot: "Using CompanyCam, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"companycam": {
"url": "https://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CompanyCam
Open Cascade and ask: "Using CompanyCam, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"companycam": {
"url": "https://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CompanyCam
Ask Cline: "Using CompanyCam, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add companycam --transport http "https://edge.vinkius.com/vk_preview_X22U2AsN6jsqeZxmA9DXze3bMb3ROlEQbbD2yERO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CompanyCam
Ask Claude: "Using CompanyCam, show me...". 10 tools are ready
Where the request belongs
Work CompanyCam can move forward.
Contractors and project managers who are tired of manual photo sorting and need to get accurate jobsite info fast.
Field Contractor
Checks jobsite photos and status on the fly without having to open the mobile app while on a break.
Project Manager
Gets a bird's-eye view of all active projects and their documentation status from a single chat window.
Office Administrator
Pulls project photos for customer reports or proposals without having to ask the field team for files.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFieldwire
Manage construction projects via Fieldwire. track tasks, organize floorplans, and coordinate field teams directly from any AI agent.
Fieldly
Connect Fieldly to automate construction management. manage work items, bookings, and invoices directly from your AI agent.
BIM 360 Field
Manage your construction projects via BIM 360 Field. list issues, checklists, and tasks directly from any AI agent.
ClockShark
Track field crew hours with GPS-verified timesheets, job costing, and scheduling that keeps construction teams on budget.
Gripr
Manage safety compliance, inspections, and risk assessments for construction and industrial projects with mobile-first capabilities.
SignOnSite
Track who enters and exits your construction sites with digital sign-in, safety inductions, and compliance documentation.
Bring your own AI
Change the model, client or framework. Keep CompanyCam connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CompanyCam.
The practical details behind the request, access and result.
Can CompanyCam help me manage construction photos?
Yes, it lets you use your AI agent to find, list, and organize all your jobsite photos and project records instantly without manual searching.
How does CompanyCam help with project documentation?
Your agent can pull a list of all documents attached to a specific project, making it easy to gather info for reports or proposals quickly.
Can I use CompanyCam to find specific jobsite addresses?
Yes, you can search for projects by name or address to quickly locate the correct documentation and photos for any location.
Does CompanyCam work for contractors?
It's designed for contractors to check jobsite status and photos without having to constantly open a mobile app while out in the field.
Can I see who has access to my CompanyCam account?
Yes, you can ask your agent to list all users in your company to manage your team's access and see who is currently on the account.
Can I create new projects using the CompanyCam MCP?
You can tell your agent to create a new project, and it will add it to your CompanyCam account immediately so you can start tracking it.
How do I get my CompanyCam Access Token?
In the CompanyCam web app, go to Your Company > Account > Access Tokens and generate a new token. Copy it and paste it below.
What is a project in CompanyCam?
A project is a container for a specific jobsite where you store photos, documents, and comments related to that location.
Can I upload photos with this integration?
The current version focuses on browsing and retrieving project data and photos. Photo uploading may be added in future updates.
One connection away
Give your agent a direct line to CompanyCam.
Connect CompanyCam once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available