Claude Connect

Set up the Exportlab MCP connector and understand its 29 available actions and safety boundaries.

Written by Exportlab · Updated August 2026

Overview

Exportlab MCP is a remote Model Context Protocol server that connects your Exportlab workspace to Claude. It lets Claude answer questions about real projects, clients, galleries, videos, contracts, feedback, guest uploads, and asset collections.

The current connector exposes 29 actions: 16 read actions and 13 optional write actions. It is designed around Claude and uses OAuth, so you sign in to Exportlab and grant revocable access instead of sharing your Exportlab password with Claude.

For examples and product context, see the Exportlab MCP overview and the setup guide.

Connect Exportlab to Claude

1

Copy the MCP URL

Use https://mcp.exportlab.io/mcp. Nothing needs to be installed locally.

2

Add a custom connector

In Claude, open Settings → Connectors → Add custom connector. Name it Exportlab and paste the MCP URL.

3

Sign in and authorize

Connect the new connector, sign in with your Exportlab account, and approve the requested access.

4

Test the connection

Ask: “Which projects need my attention today?” A response containing your real workspace data confirms the connection.

text
Copied
https://mcp.exportlab.io/mcp

Read actions

Read actions can search and summarize workspace data. Sensitive credentials, gallery PINs, personal access codes, signing links, and presigned file URLs are not returned.

ActionWhat it does
get_daily_briefSummarizes work that needs attention today.
search_workspaceSearches projects, clients, galleries, and videos.
list_notificationsLists recent or unread workspace notifications.
list_projectsLists projects with client, phase, and dates.
get_projectShows one project with notes and related item counts.
list_clientsLists CRM clients, tags, status, and last contact.
list_galleriesLists galleries, modes, image counts, PIN status, and public links.
list_videosLists videos, versions, review status, and review links.
get_video_feedbackGets video review comments with timecodes and resolution status.
list_contractsLists contracts and their signature state.
list_upload_eventsLists guest-upload events and upload activity.
list_asset_collectionsLists asset requests, answers, and returned file counts.
list_contact_enquiriesLists enquiries submitted through the public profile.
get_public_profileGets public-profile text, gear, and publication state.
list_contract_templatesLists available contract templates and their placeholders.
list_model_release_templatesLists available model-release templates and their placeholders.

Write actions

Write actions are only visible after the separate write permission has been granted. They create or update selected records; they do not add delete, payment, email, or contract-signing capabilities.

ActionWhat it does
create_galleryCreates an empty gallery without a PIN.
update_galleryRenames a gallery, edits its description, or links a client or project.
import_group_shoot_peopleAdds up to 200 participants to a Group Shoot per call.
update_group_shoot_personCorrects a participant or changes their shooting day.
resolve_video_feedbackMarks a video comment as done, skipped, or open.
create_clientCreates a client record in the CRM.
update_clientUpdates approved CRM fields without replacing the complete record.
append_project_noteAppends a dated note without overwriting existing notes.
post_status_updateAdds progress to an existing project status page.
update_public_profile_textUpdates profile text and gear, and can change its published state.
create_projectCreates a project and can link it to an existing client.
create_contract_draftCreates a contract draft from a template without sending it.
prepare_model_releaseStages a model release while leaving its signing page switched off.

Safety boundaries

  • No action can delete projects, clients, galleries, videos, files, contracts, or model releases.
  • No action can email or invite clients, publish a gallery, send or sign a contract, or charge or refund a payment.
  • Gallery PINs, personal access codes, signing links, credentials, and private file URLs cannot be read.
  • A contract created through Claude stays a draft until you review and send it in Exportlab.
  • A prepared model release stays switched off until you enable it in Exportlab.
  • Profile publishing is the only publication state exposed by the connector and is part of the explicit profile update action.

Useful first prompts

  • Which projects need my attention today?
  • Show all contracts still waiting for a signature.
  • Summarize unresolved feedback across active video projects.
  • Which upcoming shoots are still missing files or approvals?
  • Create a draft project for this enquiry, but do not send anything.