Skip to main content
Glama

UseGrant MCP Server

Official
by usegranthq

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ファイルに次の設定を追加します。

{ "mcpServers": { "usegrant": { "command": "npx", "args": ["-y", "@usegrant/mcp-server"], "env": { "USEGRANT_API_KEY": "your_api_key_here" } } } }

テスト

MCP サーバーをテストするには、 mcp inspectorを使用できます。

.env.exampleファイルを.envにコピーし、 USEGRANT_API_KEY環境変数を設定します。

npx @modelcontextprotocol/inspector -e USEGRANT_API_KEY=$USEGRANT_API_KEY npx tsx src/index.ts

プロジェクトを監視およびビルドするには:

npm run dev

ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

UseGrant プラットフォームを通じてプロバイダー、クライアント、テナント、アクセス トークンを管理するためのツールを提供するモデル コンテキスト プロトコル サーバー。

  1. ツール
    1. 要件
      1. Claudeデスクトップでの使用
        1. テスト
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides secure and intelligent interaction with files and filesystems, offering smart context management and token-efficient operations for working with large files and complex directory structures.
              Last updated -
              5
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that wraps the OneSignal REST API, enabling management of push notifications, emails, SMS, user devices, and segments across multiple OneSignal applications.
              Last updated -
              2
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.
              Last updated -
              19
              464
              2
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides seamless integration with Google Workspace, allowing operations with Google Drive, Docs, and Sheets through secure OAuth2 authentication.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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/usegranthq/mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server