UseGrant MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USEGRANT_API_KEY | Yes | A valid UseGrant API key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_providersB | List all providers |
| create_providerC | Create a new provider |
| get_providerC | Get a provider by ID |
| delete_providerC | Delete a provider |
| list_clientsC | List all clients |
| create_clientC | Create a new client for a provider |
| get_clientC | Get client details by provider and client ID |
| delete_clientC | Delete a client from a provider |
| list_domainsC | List all domains for a provider |
| add_domainC | Add a domain to a provider |
| get_domainC | Get a domain by provider and domain ID |
| delete_domainC | Delete a domain from a provider |
| verify_domainC | Verify a domain for a provider |
| create_access_tokenC | Create a new access token for a client |
| list_tenantsB | List all tenants |
| create_tenantC | Create a new tenant |
| get_tenantC | Get a tenant by ID |
| delete_tenantC | Delete a tenant |
| list_tenant_providersC | List all providers for a tenant |
| create_tenant_providerC | Create a new provider for a tenant |
| get_tenant_providerC | Get a provider for a tenant |
| delete_tenant_providerC | Delete a provider for a tenant |
| list_tenant_provider_policiesC | List all policies for a tenant provider |
| create_tenant_provider_policyC | Create a new policy for a tenant provider |
| get_tenant_provider_policyC | Get a policy for a tenant provider |
| delete_tenant_provider_policyC | Delete a policy for a tenant provider |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| validate_access_token | Validate an access token |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 26 tools
Every tool has a clearly distinct purpose targeting specific resources and actions (e.g., create_client vs. delete_client, get_domain vs. verify_domain). There is no ambiguity or overlap in functionality, making it easy for an agent to select the correct tool.
All tools follow a consistent verb_noun pattern with snake_case throughout (e.g., create_provider, delete_tenant, list_domains). The naming is predictable and uniform, enhancing readability and usability.
With 26 tools, the count is borderline high for a typical MCP server scope, potentially feeling heavy. However, given the domain (provider, client, tenant, domain, policy management), it covers many operations, so it's not extreme but leans toward being extensive.
The tool set provides complete CRUD/lifecycle coverage for the domain, including create, get, list, delete, and verify operations across all resources (providers, clients, tenants, domains, policies). There are no obvious gaps, ensuring agents can handle full workflows without dead ends.