companycam-mcp
Enables managing CompanyCam projects, photos, tags, comments, and users through natural language, using the CompanyCam API.
README
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 dialog - Bearer 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)
- Secret path:
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 | get_company, get_current_user, list_users |
| Projects | list_projects, get_project, create_project, update_project, archive_project, restore_project, update_project_notepad |
| Project people | list_project_assigned_users, assign_user_to_project |
| Project content | list_project_documents, list_project_comments, add_project_comment |
| Photos | list_project_photos, list_photos, get_photo, add_photo, update_photo_description |
| Photo metadata | list_photo_tags, add_photo_tags, list_photo_comments, add_photo_comment |
| Tags | list_tags, create_tag |
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.
Environment variables (Vercel)
| Var | Purpose |
|---|---|
COMPANYCAM_API_TOKEN |
CompanyCam API access token (CompanyCam → Settings → API) |
MCP_SHARED_SECRET |
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 --prod
Smoke-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"}'
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。