
Masv
Wire your agent to MASV’s large-file transfer API so portals, packages, and secure uploads happen from the IDE without clicking through the MASV dashboard.
Overview
MASV MCP is a MCP server for the Build phase that exposes MASV large-file transfer API operations to agents via a local npm stdio server.
What is this MCP server?
- Stdio npm package @getmasv/masv-mcp-server (version 0.0.5)
- Requires MASV_TEAM_ID and MASV_API_KEY environment variables
- Optional MASV_ALLOW_DELETE gate for destructive package and portal operations
- Targets reliable secure large file transfer instead of ad-hoc cloud links
- Fits video, post-production, and agency-style deliverable workflows
- npm package @getmasv/masv-mcp-server version 0.0.5
- Stdio MCP transport
- Three documented environment variables including optional delete toggle
What problem does it solve?
Moving huge production files through your app or agent workflow breaks down when every upload requires manual MASV dashboard steps or brittle one-off scripts.
Who is it for?
Solo creators and small teams already on MASV who want Claude Code or Cursor to orchestrate large secure transfers inside the repo.
Skip if: Builders with only small Git-sized artifacts, no MASV subscription, or needs met by generic S3-style storage without accelerated transfer.
What do I get? / Deliverables
After configuring team ID and API key, your agent can drive MASV packages and portals from the MCP tool surface during build and delivery workflows.
- Agent-triggered MASV package and portal operations
- Documented env-based MCP server config for the team
- Safer large-file paths for collaborators without manual dashboard work
Recommended MCP Servers
Journey fit
Teams adopt MASV while building product flows that move heavy media or deliverables, which is core build-phase integration work. Integrations subphase is where third-party transfer APIs belong in the Skillselion journey shelf.
How it compares
Single-vendor large-file transfer MCP, not a multi-tool business-data or package-manager server.
Common Questions / FAQ
Who is MASV MCP for?
It is for developers and producers who use MASV for secure large transfers and want their coding agent to call MASV API tools from the terminal.
When should I use MASV MCP?
Use it while building or shipping features that create portals, send packages, or automate client deliverable uploads through MASV.
How do I add MASV MCP to my agent?
Install @getmasv/masv-mcp-server from npm, set MASV_TEAM_ID and MASV_API_KEY, optionally MASV_ALLOW_DELETE, and register the stdio server in your MCP client config.