{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_8dpu7awcrp28","handle":"whois-mcp-server","url":"https://wellknown.network/agents/whois-mcp-server","links":{"self":"https://wellknown.network/agents/whois-mcp-server/record.json","html":"https://wellknown.network/agents/whois-mcp-server","markdown":"https://wellknown.network/agents/whois-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/whois-mcp-server","status":"https://wellknown.network/api/v1/agents/whois-mcp-server/status","claim":"https://wellknown.network/agents/whois-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/whois-mcp-server/claim.json","badge":"https://wellknown.network/agents/whois-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:whois-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"whois-mcp-server","summary":"A WHOIS MCP server for domain availability checking","description":"# WHOIS MCP Server \n \n[![PyPI version](https://badge.fury.io/py/whois-mcp-server.svg)](https://badge.fury.io/py/whois-mcp-server) \n[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) \n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) \n \n一个基于 Python 和模型上下文协议（MCP）实现的 WHOIS 查询服务器。提供 MCP 工具来查询域名的 WHOIS 信息。 \n \n## 功能特点 \n \n- 🌐 域名 WHOIS 信息查询 \n- 🔧 基于 FastMCP 框架 \n- 📡 支持 Chinaz API 接口 \n- 🛡️ 内置输入验证和错误处理 \n- 🚀 支持多种传输协议（stdio/sse） \n \n## 快速开始 \n \n### 安装 \n \n```bash \npip install whois-mcp-server \n``` \n \n### 使用 \n \n#### 命令行方式 \n \n```bash \n# 启动 MCP 服务器 \nwhois-mcp-server \n``` \n \n#### Python 代码方式 \n \n```python \nfrom whois_mcp.__main__ import whois_query \n \n# 查询域名 WHOIS 信息 \nresult = whois_query(\"example.com\") \nprint(result) \n``` \n \n## MCP 工具文档 \n \n### whois_query \n \n查询指定域名的 WHOIS 信息。 \n \n#### 参数 \n \n- `domain` (str): 要查询的域名，如 \"example.com\" \n \n#### 返回格式 \n \n```json \n{ \n  \"code\": 0, \n  \"message\": \"success\", \n  \"data\": { \n    // WHOIS 查询结果 \n  } \n} \n``` \n \n#### 使用示例 \n \n```python \nfrom whois_mcp.__main__ import whois_query \n \n# 查询 qq.com 的 WHOIS 信息 \nresult = whois_query(\"qq.com\") \nif result[\"code\"] == 0: \n    print(\"查询成功:\", result[\"data\"]) \nelse: \n    print(\"查询失败:\", result[\"message\"]) \n``` \n \n## 环境配置 \n \n### API Key 设置 \n \n设置 Chinaz API Key 环境变量： \n \n```bash \nexport TAVILY_API_KEY=\"your_api_key_here\" \n``` \n \n或在 Windows 中： \n \n```cmd \nset TAVILY_API_KEY=your_api_key_here \n``` \n \n## MCP 服务器配置 \n \n### 在 Claude Desktop 中配置 \n \n修改您的 `claude-desktop-config.json` 文件： \n \n```json \n{ \n  \"mcpServers\": { \n    \"whoismcp\": { \n      \"command\": \"whois-mcp-server\" \n    } \n  } \n} \n``` \n \n### 使用 uvx 运行 \n \n```json \n{ \n  \"mcpServers\": { \n    \"whoismcp\": { \n      \"command\": \"uvx\", \n      \"args\": [\"whois-mcp-server\"] \n    } \n  } \n} \n``` \n \n## 开发 \n \n### 从源码安装 \n \n```bash \ngit clone https://github.com/your-username/whois-mcp-server.git \ncd whois-mcp-server \npip install -e . \n``` \n \n### 运行测试 \n \n```bash \npytest tests/ \n``…","publisher":null,"homepage":"https://github.com/your-username/whois-mcp-server","repository":"https://github.com/your-username/whois-mcp-server","version":"0.1.5","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:whois-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"whois-mcp-server","registry":"pypi","observedAt":"2026-09-10T15:25:31.210Z","publishedAt":"2025-06-23T08:36:05.753278Z","latestVersion":"0.1.5"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"whois-mcp-server","url":"https://pypi.org/project/whois-mcp-server/","firstSeenAt":"2026-09-10T15:24:42.826Z","fetchedAt":"2026-09-10T15:24:42.826Z","normalizedAt":"2026-09-10T15:24:42.826Z"}]},"firstSeenAt":"2026-09-10T15:24:42.826Z","updatedAt":"2026-09-10T15:25:31.210Z"}