UseGrant MCP Server
OfficialUseGrant 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 : テナントのアクセストークンを検証する
Related MCP server: MCP Boilerplate
要件
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ファイルをご覧ください。
Maintenance
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
- AlicenseBqualityBmaintenanceA Model Context Protocol server that provides tools to manage Keycloak users and realms, allowing you to create and delete users, list available realms, and view users in specific realms.44746MIT
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1011MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that supports remote connections and authenticates users via GitHub OAuth, allowing them to access tools based on their GitHub identity.
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables management of Keycloak users and realms through a standardized interface, providing tools for user creation, deletion, role assignment, and group management.98713MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/usegranthq/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server