Facilitates interaction with the UseGrant API through the Model Context Protocol.
Facilitates interaction with the UseGrant API through the Model Context Protocol. The usegrant mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
This is a Model Context Protocol (MCP) server for interacting with the UseGrant API. It provides a set of tools for managing providers, clients, tenants, and access tokens through the UseGrant platform.
Everything the assistant can do here goes through one of these:
list_providers — List all providerscreate_provider — Create a new providerget_provider — Get a provider by IDdelete_provider — Delete a providerlist_clients — List all clients for a providercreate_client — Create a new client for a providerget_client — Get client details by provider and client IDdelete_client — Delete a client from a providerlist_domains — List all domains for a provideradd_domain — Add a domain to a providerget_domain — Get a domain by provider and domain IDdelete_domain — Delete a domain from a provider@modelcontextprotocol/inspector on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: USEGRANT_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. UseGrant's toolset — list_providers, create_provider, get_provider and 11 more — is a fair guide to whether it matches your workflow. It is maintained by usegranthq; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_providers | List all providers |
| create_provider | Create a new provider |
| get_provider | Get a provider by ID |
| delete_provider | Delete a provider |
| list_clients | List all clients for a provider |
| create_client | Create a new client for a provider |
| get_client | Get client details by provider and client ID |
| delete_client | Delete a client from a provider |
| list_domains | List all domains for a provider |
| add_domain | Add a domain to a provider |
| get_domain | Get a domain by provider and domain ID |
| delete_domain | Delete a domain from a provider |
| verify_domain | Verify a domain for a provider |
| create_access_token | Create a new access token for a client |
{
"mcpServers": {
"usegrant": {
"command": "npx",
"args": ["-y", "@usegrant/mcp-server"],
"env": {
"USEGRANT_API_KEY": "your_api_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| USEGRANT_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.