UseGrant MCP Server
Official使用授权 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 :删除租户提供商的策略
验证租户的访问令牌
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