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 파일에 추가하세요.
지엑스피1
테스트
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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
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