RealtimeRegister MCP Server & Client
@zenjoy
RealtimeRegister MCP Server & Client について
An MCP server for interacting with the RealtimeRegister API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"realtime-register": {
"command": "npx",
"args": [
"-y",
"realtime-register-mcp"
],
"env": {
"REALTIME_REGISTER_API_KEY": "your-api-key-here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is RealtimeRegister MCP Server & Client?
A Node.js library and Model Context Protocol (MCP) server for interacting with the RealtimeRegister API. It provides a typed client with caching and exposes domain management operations—such as checking availability—through MCP-compatible tools.
How to use RealtimeRegister MCP Server & Client?
Install via npm or use directly with npx. Configure the REALTIME_REGISTER_API_KEY environment variable and add the server to claude_desktop_config.json. Invoke tools like check_domain_availability, check_bulk_domains, and test_api_connection from any MCP host.
Key features of RealtimeRegister MCP Server & Client
- Strongly-typed API client with caching (LRU)
- MCP server exposing domain availability and connectivity checks
- Environment-based configuration (API key, base URL, timeout, debug)
- Custom error handling and TypeScript support
- Works with Node.js 18+ or Docker
Use cases of RealtimeRegister MCP Server & Client
- Check single or bulk domain name availability via MCP
- Test API connectivity from an AI assistant or automation tool
- Integration with MCP-compatible platforms (e.g., Claude Desktop)
FAQ from RealtimeRegister MCP Server & Client
What is RealtimeRegister MCP Server & Client used for?
It enables applications and AI assistants to check domain availability and test API connectivity using the RealtimeRegister API through the Model Context Protocol.
What are the prerequisites?
Node.js 18.0.0 or higher (or Docker) and a RealtimeRegister API key.
Does the server provide caching?
Yes, an LRU cache is included for checkDomainAvailability and similar requests to reduce API calls and improve response times.
How is authentication handled?
The server reads the REALTIME_REGISTER_API_KEY environment variable. No other authentication method is described.
What transports or protocols are supported?
The server uses the Model Context Protocol (MCP). It is designed to be used with MCP hosts like Claude Desktop.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント