masv
OfficialMASV MCP 服务器
⚠️ 实验性服务器:这是一个实验性的 MCP 服务器,旨在评估兴趣和集成潜力。它尚未经过我们严格的内部验证流程。后续的支持和更新将基于尽力而为的原则提供。我们期待您的反馈!如有任何问题或疑问,请通过 support@masv.io 联系我们。
一个为 LLM 提供与 MASV API 交互工具的 MCP(模型上下文协议)服务器。
什么是 MASV?
MASV 是一款简单易用且极其可靠的托管文件传输服务,专为各种规模的团队设计。它允许用户发送和接收无大小限制的海量文件,同时通过支持云端、本地和混合工作流的强大云基础设施,确保数据的完整性和安全性。
了解更多信息:https://massive.io/
Related MCP server: img-src MCP Server
安装
该服务器可以直接通过 npx 运行,无需安装,如果需要也可以全局安装:
# Run directly with npx (recommended)
npx @getmasv/masv-mcp-server
# Or install globally
npm install -g @getmasv/masv-mcp-server配置
必需的环境变量
服务器需要以下环境变量来验证 MASV API:
MASV_TEAM_ID- 您的 MASV 团队标识符MASV_API_KEY- 您的 MASV API 身份验证密钥
可选环境变量
MASV_ALLOW_DELETE- 设置为true以允许 LLM 使用包和门户删除工具(默认:false)
MCP 客户端配置
将服务器添加到您的 MCP 客户端配置文件中:
{
"mcpServers": {
"masv": {
"command": "npx",
"args": ["-y", "@getmasv/masv-mcp-server"],
"env": {
"MASV_TEAM_ID": "your-team-id",
"MASV_API_KEY": "your-api-key"
}
}
}
}注意:-y 标志会自动确认包执行,无需提示。
可用工具
服务器为 LLM 交互提供以下工具:
包管理
get_packages- 列出团队包get_package- 按 ID 获取包详情get_portal_packages- 列出上传到门户的包get_package_files- 列出包中的文件get_package_transfers- 获取包传输历史update_package_expiration_date_and_time- 修改包过期时间delete_package- 删除包(需要MASV_ALLOW_DELETE=true)
门户管理
get_portals- 列出所有门户get_portal- 按 ID 获取门户详情create_portal- 创建新门户update_portal- 更新门户配置delete_portal- 删除门户(需要MASV_ALLOW_DELETE=true)
活动跟踪
get_activities- 列出活动和事件get_activity_events- 获取活动的事件历史get_activities_information- 获取详细的活动状态描述
集成管理
get_integrations- 列出已连接的存储集成send_package_to_integration- 将包传输到已连接的存储list_files_on_integration- 浏览云集成上的文件list_files_on_storage_gateway- 浏览存储网关上的文件transfer_files_from_integration- 将文件从存储传输到 MASV(适用于云端和 MASV 存储网关)
团队管理
get_team_members- 列出团队成员及其详情
许可证
MIT
支持
如有问题、疑问或反馈,请通过 support@masv.io 联系我们。
开发
安装依赖
npm install构建
npm run build使用 MCP 服务器
在 LLM 聊天应用程序中添加启动服务器的命令:
node /path/to/masv-mcp-server/build/index.js运行 MCP 检查器以检查和执行工具
npm run inspectorMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityDmaintenanceProvides Claude with access to Pinata's API, allowing it to interact with both Public and Private IPFS for file uploading, searching, organization, and content retrieval.35206MIT- AlicenseAqualityCmaintenanceEnables AI assistants to interact with img-src.io for uploading, searching, and managing images through natural language. It provides tools for image transformations, CDN URL generation, and account usage monitoring.846MIT
- AlicenseNot gradedqualityBmaintenanceProvides tools to interact with OpenAI API including chat completions, embeddings, content moderation, and file management through natural language.MIT
- AlicenseAqualityBmaintenanceExposes all 379 Invoice Ninja v5 REST API endpoints through three consolidated tools (list, describe, call), enabling full invoice management and business operations via natural language.313AGPL 3.0
Related MCP Connectors
File uploads for AI agents. Upload, list, and manage files. No signup required.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/getmasv/masv-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server