Provides LLMs with tools to interact with the MASV API.
Available Tools:
- Package Management
- Portal Management
- Activity Tracking
- Integration Management
服务器配置
{
"mcpServers": {
"masv": {
"command": "npx",
"args": [
"-y",
"@getmasv/masv-mcp-server"
],
"env": {
"MASV_TEAM_ID": "your-team-id",
"MASV_API_KEY": "your-api-key"
}
}
}
}