UseGrant MCP サーバー
これは、UseGrant APIと連携するためのモデルコンテキストプロトコル(MCP)サーバーです。UseGrantプラットフォームを通じてプロバイダー、クライアント、テナント、アクセストークンを管理するためのツールセットを提供します。
ツール
- list_providers : すべてのプロバイダーを一覧表示する
- create_provider : 新しいプロバイダーを作成する
- get_provider : IDでプロバイダーを取得する
- delete_provider : プロバイダーを削除する
- list_clients : プロバイダーのすべてのクライアントを一覧表示する
- create_client : プロバイダーの新しいクライアントを作成する
- get_client : プロバイダーとクライアントIDでクライアントの詳細を取得する
- delete_client : プロバイダーからクライアントを削除する
- list_domains : プロバイダーのすべてのドメインを一覧表示する
- add_domain : プロバイダーにドメインを追加する
- get_domain : プロバイダーとドメインIDでドメインを取得する
- delete_domain : プロバイダーからドメインを削除する
- verify_domain : プロバイダーのドメインを検証する
- create_access_token : クライアントの新しいアクセストークンを作成する
- list_tenants : すべてのテナントを一覧表示する
- create_tenant : 新しいテナントを作成する
- get_tenant : IDでテナントを取得する
- delete_tenant : テナントを削除する
- list_tenant_providers : テナントのすべてのプロバイダーを一覧表示する
- create_tenant_provider : テナントの新しいプロバイダーを作成する
- get_tenant_provider : テナントのプロバイダーを取得する
- delete_tenant_provider : テナントのプロバイダーを削除する
- list_tenant_provider_policies : テナントプロバイダのすべてのポリシーを一覧表示する
- create_tenant_provider_policy : テナントプロバイダーの新しいポリシーを作成する
- get_tenant_provider_policy : テナントプロバイダのポリシーを取得する
- delete_tenant_provider_policy : テナントプロバイダのポリシーを削除する
- validate_access_token : テナントのアクセストークンを検証する
要件
- Node.js 16以上
- 有効なUseGrant APIキー。詳細については、こちらを参照してください。
Claudeデスクトップでの使用
claude_desktop_config
ファイルに次の設定を追加します。
テスト
MCP サーバーをテストするには、 mcp inspectorを使用できます。
.env.example
ファイルを.env
にコピーし、 USEGRANT_API_KEY
環境変数を設定します。
プロジェクトを監視およびビルドするには:
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
UseGrant プラットフォームを通じてプロバイダー、クライアント、テナント、アクセス トークンを管理するためのツールを提供するモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityAlicense-qualityA modular server that implements the Model Context Protocol standard, providing tools for interacting with GitHub, GitLab, Google Maps, Memory storage, and web automation through a unified gateway.Last updated -7383PythonApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -121PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.Last updated -2TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server implementation that provides endpoints for wallet-based authentication, cluster management, and name registration services.Last updated -TypeScript