companycam-mcp
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., "@companycam-mcplist my active projects"
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.
companycam-mcp
Remote MCP server for the CompanyCam API, built for use as a claude.ai custom connector (and any other MCP client that speaks Streamable HTTP).
Transport: MCP Streamable HTTP (stateless JSON-RPC over POST) — no SSE stream, no sessions
Runtime: single zero-dependency Vercel serverless function (api/_lib/mcp-core.ts)
Auth to CompanyCam: server-side
COMPANYCAM_API_TOKEN(Bearer)Auth to the endpoint (two equivalent modes, same
MCP_SHARED_SECRET):Secret path:
https://<deployment>/mcp/<MCP_SHARED_SECRET>— for the claude.ai custom-connector dialogBearer header:
https://<deployment>/mcpwithAuthorization: Bearer <MCP_SHARED_SECRET>— for Claude Tag "Connect an app" credentials (see .mcp.json, which registers this repo as a Claude Tag plugin pointing at/mcp)
Tools (26)
No delete tools are exposed by design — the shared server-side token means every connector user acts as the token owner, so destructive operations are limited to archiving (reversible).
Area | Tools |
Company / users |
|
Projects |
|
Project people |
|
Project content |
|
Photos |
|
Photo metadata |
|
Tags |
|
Notes:
add_photorequires the image to already be hosted at a publicly accessible URL — that's how the CompanyCam API works (it downloads fromuri).Write tools accept
acting_user_emailto attribute the action to a specific CompanyCam user (X-CompanyCam-Userheader).Photo responses collapse the
urisrenditions array into a{type: url}map to keep chat context small.
Related MCP server: Basecamp MCP Server
Environment variables (Vercel)
Var | Purpose |
| CompanyCam API access token (CompanyCam → Settings → API) |
| Random string that becomes the secret path segment of the connector URL |
Add to claude.ai
Settings → Connectors → Add custom connector:
Name: CompanyCam
Remote MCP server URL:
https://<production-domain>/mcp/<MCP_SHARED_SECRET>Leave OAuth fields empty (auth is the secret URL + server-side token).
Develop
npm install
npm test # local protocol smoke tests, no network needed
vercel deploy # preview
vercel deploy --prodSmoke-test a deployment:
curl -s https://<domain>/mcp/<secret> -X POST -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'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.
Latest Blog Posts
- 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/Bos-Automations/companycam-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server