{
  "markdown": "# MASV MCP Server\n\n> **⚠️ Experimental Server**: This is an experimental MCP server created to gauge interest and integration potential. It has not been subject to our rigorous internal verification processes. Further support and updates will be provided on a best effort basis. We want to hear from you ! If you have any questions or issues, please contact us at [support@masv.io](mailto:support@masv.io).\n\nAn MCP (Model Context Protocol) server that provides LLMs with tools to interact with the MASV API.\n\n## What is MASV?\n\nMASV is an easy-to-use and ultra-reliable managed file transfer service designed for teams of all sizes. It allows users to send and receive massive files without size limits, while ensuring data integrity and security through its robust cloud infrastructure that supports cloud, on-prem, and hybrid workflows.\n\nLearn more https://masv.io/\n\n## Installation\n\nThe server can be run directly with `npx` without installation, or installed globally if preferred:\n\n```bash\n# Run directly with npx (recommended)\nnpx @getmasv/masv-mcp-server\n\n# Or install globally\nnpm install -g @getmasv/masv-mcp-server\n```\n\n## Configuration\n\n### Required Environment Variables\n\nThe server requires the following environment variables to authenticate with the MASV API:\n\n- `MASV_TEAM_ID` - Your MASV team identifier\n- `MASV_API_KEY` - Your MASV API authentication key\n\n### Optional Environment Variables\n\n- `MASV_ALLOW_DELETE` - Set to `true` to allow LLM use package and portal deletion tools (default: `false`)\n\n### MCP Client Configuration\n\nAdd the server to your MCP client configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"masv\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@getmasv/masv-mcp-server\"],\n      \"env\": {\n        \"MASV_TEAM_ID\": \"your-team-id\",\n        \"MASV_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n**Note**: The `-y` flag automatically confirms the package execution without prompting.\n\n## Available Tools\n\nThe server provides the following tools for LLM interaction:\n\n### Package Management\n\n- `get_packages` - List team packages\n- `get_package` - Get package details by ID\n- `get_portal_packages` - List packages uploaded to portals\n- `get_package_files` - List files in a package\n- `get_package_transfers` - Get package transfer history\n- `update_package_expiration_date_and_time` - Modify package expiration\n- `delete_package` - Delete a package (requires `MASV_ALLOW_DELETE=true`)\n\n### Portal Management\n\n- `get_portals` - List all portals\n- `get_portal` - Get portal details by ID\n- `create_portal` - Create a new portal\n- `update_portal` - Update portal configuration\n- `delete_portal` - Delete a portal (requires `MASV_ALLOW_DELETE=true`)\n\n### Activity Tracking\n\n- `get_activities` - List activities and events\n- `get_activity_events` - Get event history for an activity\n- `get_activities_information` - Get detailed activity state descriptions\n\n### Integration Management\n\n- `get_integrations` - List connected storage integrations\n- `send_package_to_integration` - Transfer package to connected storage\n- `list_files_on_integration` - Browse files on cloud integrations\n- `list_files_on_storage_gateway` - Browse files on Storage Gateway\n- `transfer_files_from_integration` - Transfer files from storage to MASV (works with both cloud and MASV Storage Gateway)\n\n### Team Management\n\n- `get_team_members` - List team members and their details\n\n## License\n\nMIT\n\n## Support\n\nFor questions, issues, or feedback please contact us at [support@masv.io](mailto:support@masv.io).\n\n## Development\n\n### Install dependencies\n\n```\nnpm install\n```\n\n### Build\n\n```\nnpm run build\n```\n\n### Use MCP server\n\nIn LLM chat application add command to start the server:\n\n```\nnode /path/to/masv-mcp-server/build/index.js\n```\n\nTo run MCP inspector to inspect and execute tools\n\n```\nnpm run inspector\n```\n",
  "bytes": 3828,
  "sha": "d24e94595f2ef85c6ee92b8266025f5866ede6d9a6ba9db565fbf8979a1c7cec",
  "repo_slug": "getmasv/masv-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_getmasv_masv_4e9d09c9/readme"
}