Whois

Created By
HopeDomaina year ago
Domain WHOIS queries and AI-driven domain recommendations.
Overview

Hope Domain MCP Server

中文版文档 | English Doc NPM Version NPM Downloads License

一个模型上下文协议(MCP)服务器,提供 Hope Domain API 服务,包括域名 WHOIS 查询和 AI 驱动的域名推荐。

✨ 特性

🔍 域名 WHOIS 查询

  • 单个域名 WHOIS 查询(免费)
  • 批量域名 WHOIS 查询(最多1000个域名,≤50个免费)

🤖 AI 域名推荐

  • 基于项目描述的 AI 驱动域名建议
  • 每次请求生成1-50个域名推荐

💰 积分管理

  • 查看当前积分余额和账户状态
  • 追踪使用情况和充值历史

🚀 完全无警告

  • 使用 Node.js 原生 fetch API
  • 零依赖警告,清洁的安装体验

📦 安装方式

⚡ 方式一:一键安装(Cursor 用户推荐)

Install MCP Server

🎯 特点:

  • 零配置 - 点击即用,无需手动设置
  • 🔄 自动更新 - 始终使用最新版本
  • 🚀 即时部署 - 无需本地安装
  • 完全无警告 - 清洁的运行环境

⚙️ 方式二:标准配置(通用)

NPX 方式(推荐)

{
  "mcpServers": {
    "hopedomain-mcp": {
      "command": "npx",
      "args": ["hopedomain-mcp@latest"],
      "env": {
        "HOPE_DOMAIN_API_KEY": "sk-your_api_key_here"
      }
    }
  }
}

🎯 特点:

  • 📦 无需安装 - 通过 npx 直接运行
  • 🔄 自动更新 - @latest 确保最新版本
  • 🌐 跨平台兼容 - 支持所有 MCP 客户端
  • 轻量快速 - 仅需 API 密钥配置
  • 零警告输出 - 完全清洁的运行体验

Server Config

{
  "mcpServers": {
    "hopedomain-mcp": {
      "command": "npx",
      "args": [
        "hopedomain-mcp@latest"
      ],
      "env": {
        "HOPE_DOMAIN_API_KEY": "sk-your_api_key_here"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
HopeDomain
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

10 hours ago