io.github.getmasv/masv✓
io.github.getmasv/masv · v0.0.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.getmasv/masv",
"description": "Provides tools to use MASV API. MASV is reliable and secure large file transfer service.",
"repository": {
"url": "https://github.com/getmasv/masv-mcp-server",
"source": "github"
},
"version": "0.0.5",
"packages": [
{
"registryType": "npm",
"identifier": "@getmasv/masv-mcp-server",
"version": "0.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MASV team identifier",
"isRequired": true,
"format": "string",
"name": "MASV_TEAM_ID"
},
{
"description": "Your MASV API key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MASV_API_KEY"
},
{
"description": "Set to true to enable delete operations for packages and portals",
"format": "boolean",
"name": "MASV_ALLOW_DELETE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}