whois
by KincaidYang
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WHOIS_PORT | No | 服务监听端口 | 8043 |
| WHOIS_REDIS_DB | No | Redis数据库编号 | 0 |
| WHOIS_AUTH_KEYS | No | API密钥,逗号分隔 | |
| WHOIS_LOG_LEVEL | No | 日志级别:debug、info、warn、error | info |
| WHOIS_REDIS_TLS | No | true/1启用Redis TLS | false |
| WHOIS_RATE_LIMIT | No | 最大并发请求数 | 100 |
| WHOIS_REDIS_ADDR | No | Redis地址;显式设为空则禁用Redis仅用内存缓存 | |
| WHOIS_PROXY_SERVER | No | 代理服务器地址,空则不使用代理 | |
| WHOIS_BATCH_ENABLED | No | true/1开启批量查询端点 | false |
| WHOIS_REQUIRE_REDIS | No | true/1时Redis不可用则启动失败 | false |
| WHOIS_PROXY_PASSWORD | No | 代理密码 | |
| WHOIS_PROXY_SUFFIXES | No | 走代理的TLD列表,逗号分隔(all表示全部) | |
| WHOIS_PROXY_USERNAME | No | 代理用户名 | |
| WHOIS_REDIS_PASSWORD | No | Redis密码 | |
| WHOIS_BATCH_MAX_ITEMS | No | 单批最多查询条数 | 10 |
| WHOIS_MEMORY_MAX_SIZE | No | 内存缓存最大条目数 | 10000 |
| WHOIS_CACHE_EXPIRATION | No | 缓存过期时间(秒) | 3600 |
| WHOIS_BOOTSTRAP_INTERVAL | No | IANA RDAP列表刷新间隔(秒);配置文件示例为86400 | 0 |
| WHOIS_MEMORY_CLEAN_INTERVAL | No | 内存缓存清理间隔(秒) | 300 |
| WHOIS_REDIS_TLS_SKIP_VERIFY | No | true/1跳过证书校验(不推荐) | false |
| WHOIS_MCP_LOCALHOST_PROTECTION | No | true/1启用/mcp的DNS rebinding保护 | false |
| WHOIS_NEGATIVE_CACHE_EXPIRATION | No | 负向缓存时间(秒),负数禁用 | 60 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KincaidYang/whois'
If you have feedback or need assistance with the MCP directory API, please join our Discord server