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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
评论