masv
OfficialMASV MCPサーバー
⚠️ 実験的サーバー: これは、関心と統合の可能性を評価するために作成された実験的なMCPサーバーです。当社の厳格な内部検証プロセスを経ていません。今後のサポートやアップデートは、ベストエフォートベースで提供されます。皆様からのフィードバックをお待ちしております!ご質問や問題がある場合は、support@masv.ioまでお問い合わせください。
LLMにMASV APIと対話するためのツールを提供するMCP(Model Context Protocol)サーバーです。
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- LLMによるパッケージおよびポータルの削除ツール使用を許可する場合はtrueに設定します(デフォルト: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- Storage Gateway上のファイルの閲覧transfer_files_from_integration- ストレージからMASVへのファイル転送(クラウドおよびMASV Storage Gatewayの両方で動作)
チーム管理
get_team_members- チームメンバーとその詳細の一覧表示
ライセンス
MIT
サポート
ご質問、問題、フィードバックについては、support@masv.ioまでお問い合わせください。
開発
依存関係のインストール
npm installビルド
npm run buildMCPサーバーの使用
LLMチャットアプリケーションで、サーバーを起動するコマンドを追加します:
node /path/to/masv-mcp-server/build/index.jsMCPインスペクターを実行してツールを検査および実行するには:
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