mcp-server
The UseGrant MCP Server is a tool for managing various components like providers and clients through the UseGrant API. It supports operations such as listing, adding, and deleting resources, along with token validation, making it integral for orchestrating access within the UseGrant platform.
list_providers
List all providers
create_provider
Create a new provider
get_provider
Get providers with ID
delete_provider
Delete provider
list_clients
List all clients of the provider
create_client
Create a new client for the provider
get_client
Get client details through provider and client ID
delete_client
Delete the client from the provider
list_domains
List all domain names of providers
add_domain
Add a domain name to the provider
get_domain
Get domain names through provider and domain ID
delete_domain
Delete the domain name from the provider
verify_domain
Verify the provider's domain name
create_access_token
Create a new access token for the client
list_tenants
List all tenants
create_tenant
Create a new tenant
get_tenant
Obtain tenant via ID
delete_tenant
Delete tenant
list_tenant_providers
List all providers of tenants
create_tenant_provider
Create a new provider for tenants
get_tenant_provider
Get tenant providers
delete_tenant_provider
Delete the tenant's provider
list_tenant_provider_policies
List all tenant provider's policies
create_tenant_provider_policy
Create new policies for tenant providers
get_tenant_provider_policy
Getting a tenant provider's strategy
delete_tenant_provider_policy
Policies for deleting tenant providers
validate_access_token
Verify tenant's access token