How to Use the CompanyCam MCP in Cursor
Use Cursor to build apps with live CompanyCam construction photos and project data injected directly into your code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CompanyCam MCP to Cursor
Create your Vinkius account to connect CompanyCam to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query your jobsite database from the editor
The `list_projects` tool fetches your active CompanyCam jobsites and passes the raw payload directly to Cursor's agent. This lets you write code against actual API responses instead of guessing the JSON structure or using outdated mock data. If you need to find a specific file, the agent uses `search_projects` to pinpoint the exact record. This speeds up debugging because you are testing your logic with real production data.
Automate construction photo pipelines inside Cursor
The `list_project_photos` tool retrieves image feeds from active jobsites so you can build custom gallery components. The agent reads the returned URLs and metadata to structure your front-end code instantly. To inspect specific image properties, this MCP Server invokes `get_photo_details` to pull dimensions, coordinates, and creator details. Your code generation becomes highly accurate because it adapts to the actual image payloads.
Track team assets and attachments
The `list_project_documents` tool exposes all PDFs and paperwork stored under a job record to your coding agent. You can write custom parser scripts or export tools while the agent references the real document payloads. To map uploads to specific field workers, the agent runs `list_users` to pull the active directory. This eliminates the need to hardcode test IDs or guess user schemas during local development.
Set up CompanyCam MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the CompanyCam MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent CompanyCam transactions." If the MCP tools are loaded correctly, Cursor will call the CompanyCam tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"companycam-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CompanyCam. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CompanyCam MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CompanyCam MCP today
We host it, we monitor it, we maintain it. You just paste one token.