Skip to main content
Glama
openprovider

Openprovider MCP Server

Official
by openprovider

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoDebug mode (true/false)false
OPENPROVIDER_PASSWORDYesYour Openprovider API password
OPENPROVIDER_USERNAMEYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: domain availability checking, authentication, and full CRUD for contacts and domains. There is no overlap or ambiguity.

Naming Consistency5/5

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.

Tool Count5/5

With 10 tools, the server is well-scoped for a domain registrar, covering authentication, domain operations, and contact management without unnecessary bloat.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues