Openprovider MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Debug mode (true/false) | false |
| OPENPROVIDER_PASSWORD | Yes | Your Openprovider API password | |
| OPENPROVIDER_USERNAME | Yes | Your Openprovider API username |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loginB | Authenticate with Openprovider and get a token |
| check_domainB | Check domain availability |
| register_domainC | Register a new domain |
| list_domainsB | List domains in your Openprovider account |
| get_domainC | Get domain details |
| list_contactsC | List contacts in your Openprovider account |
| create_contactC | Create a new contact |
| update_contactC | Update an existing contact |
| get_contactA | Get contact details by ID |
| delete_contactC | Delete a contact by ID |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose: domain availability checking, authentication, and full CRUD for contacts and domains. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase underscores (e.g., check_domain, create_contact), making them predictable and easy to understand.
With 10 tools, the server is well-scoped for a domain registrar, covering authentication, domain operations, and contact management without unnecessary bloat.
The tool set covers basic domain lifecycle (check, register, get, list) and full contact CRUD. However, it lacks domain renewal, transfer, or DNS management, leaving some common tasks unsupported.