jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ NotHuman検索MCP

not-human-search-mcp

AIが利用しやすいウェブサイトを検索し、そのサイト

⏱ テスト計画作成 2時間 → 20分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Search AI-ready websites, inspect indexed site details, verify MCP endpoints, and discover tools and APIs using the Not Human Search MCP server

🇯🇵 日本人クリエイター向け解説

一言でいうと

AIが利用しやすいウェブサイトを検索し、そのサイト

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o not-human-search-mcp.zip https://jpskill.com/download/3215.zip && unzip -o not-human-search-mcp.zip && rm not-human-search-mcp.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3215.zip -OutFile "$d\not-human-search-mcp.zip"; Expand-Archive "$d\not-human-search-mcp.zip" -DestinationPath $d -Force; ri "$d\not-human-search-mcp.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して not-human-search-mcp.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → not-human-search-mcp フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Not Human Search MCP を使って、最小構成のサンプルコードを示して
  • Not Human Search MCP の主な使い方と注意点を教えて
  • Not Human Search MCP を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Not Human Search MCP

概要

Not Human Search は、AI エージェントが厳選された 1,750 以上の AI 対応ウェブサイトのインデックスを検索し、インデックスされたサイトの詳細を検査し、分析のために新しいサイトを提出し、JSON-RPC プローブを介してライブ MCP エンドポイントを検証できるリモート MCP サーバーです。これは、ハードコードされたリストに頼ることなく、実行時にツール、API、およびサービスを発見する必要がある AI エージェント向けに設計されています。

このスキルを使用するタイミング

  • AI エージェントが特定のタスクのためにツール、API、または MCP サーバーを発見する必要がある場合に使用します。
  • ウェブサイトが機械可読なエンドポイント (llms.txt、OpenAPI、MCP) を公開しているかどうかを確認したい場合に使用します。
  • MCP エンドポイントが実際に JSON-RPC に応答していることを検証する場合に使用します。
  • 外部サービスを動的に見つけて接続する必要があるエージェントワークフローを構築する場合に使用します。

MCP 設定

Not Human Search MCP サーバーをクライアント設定に追加してください。エンドポイントはストリーミング可能な HTTP を使用し、認証は不要です。

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "not-human-search": {
      "url": "https://nothumansearch.ai/mcp"
    }
  }
}

API キーや認証は不要です。

利用可能なツール

search_agents

キーワードで 1,750 以上の AI 対応ウェブサイトのインデックスを検索します。スコア、カテゴリ、利用可能なエンドポイントを含むランク付けされた結果を返します。

search_agents({ query: "code review tools", limit: 10 })

get_site_details

特定のドメインの AI 対応スコアと利用可能な機械可読エンドポイントを確認します。

get_site_details({ domain: "linear.app" })

get_stats

インデックスされたサイトの総数、カテゴリ、エンドポイントのカバレッジなど、集計インデックス統計を取得します。

get_stats({})

submit_site

クロールと AI 対応分析のために URL を提出します。

submit_site({ url: "https://example.com" })

verify_mcp

JSON-RPC プローブを送信し、有効な応答を確認することで、URL がライブ MCP エンドポイントであるかどうかを検証します。

verify_mcp({ url: "https://example.com/mcp" })

list_categories

検索を絞り込むために利用可能な発見カテゴリをリストします。

list_categories({})

get_top_sites

上位にランク付けされたインデックスサイトを取得します。

get_top_sites({ limit: 10 })

register_monitor

ユーザーが提供するメールアドレスを使用してドメインモニターを登録します。

register_monitor({ domain: "example.com", email: "user@example.com" })

例 1: コードレビューツールを発見する

@not-human-search-mcp を使用して、MCP または API エンドポイントを公開しているコードレビューツールを見つけてください。

エージェントは search_agents({ query: "code review", limit: 10 }) を呼び出し、スコアとエンドポイントの詳細を含むランク付けされた結果を返します。

例 2: サイトが AI 対応であるかを確認する

@not-human-search-mcp を使用して、linear.app の AI 対応状況を確認してください。

エージェントは get_site_details({ domain: "linear.app" }) を呼び出し、サイトのスコアの内訳を返します。

例 3: MCP エンドポイントを検証する

@not-human-search-mcp を使用して、https://heliumtrades.com/mcp が動作する MCP サーバーであることを確認してください。

エージェントは verify_mcp({ url: "https://heliumtrades.com/mcp" }) を呼び出し、JSON-RPC に応答するかどうかを確認します。

ベストプラクティス

  • 広範な発見には search_agents を使用し、特定のインデックス結果の詳細な分析には get_site_details を使用してください。
  • MCP エンドポイントをエージェントワークフローに組み込む前に、verify_mcp を使用してライブであることを確認してください。
  • 関連するサイトがインデックスにない場合で、ユーザーが分析を希望する場合は submit_site を使用してください。
  • register_monitor は、ユーザーが監視のために明示的に提供したメールアドレスでのみ使用してください。
  • 他の MCP スキルと組み合わせて、動的なツール発見パイプラインを構築してください。

制限事項

  • 検索インデックスは 1,750 以上のサイトをカバーしており、定期的に更新されますが、インターネット上のすべてのサイトが含まれているわけではありません。
  • スコアリングは、コンテンツの品質ではなく、機械可読なシグナル (llms.txt、OpenAPI、MCP、構造化データ) を反映しています。
  • verify_mcp はターゲット URL に JSON-RPC プローブを送信します。MCP エンドポイントであると予想される URL にのみ使用してください。
  • register_monitor には、ユーザーが提供するメールアドレスと、監視通知を受け取ることへの同意が必要です。

関連スキル

  • @mcp-builder - 独自の MCP サーバーを構築するため
  • @ai-dev-jobs-mcp - MCP を介して AI/ML 求人情報を検索するため
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Not Human Search MCP

Overview

Not Human Search is a remote MCP server that lets AI agents search a curated index of 1,750+ AI-ready websites, inspect indexed site details, submit new sites for analysis, and verify live MCP endpoints via JSON-RPC probe. It is designed for AI agents that need to discover tools, APIs, and services at runtime without relying on hardcoded lists.

When to Use This Skill

  • Use when an AI agent needs to discover tools, APIs, or MCP servers for a specific task
  • Use when you want to check whether a website exposes machine-readable endpoints (llms.txt, OpenAPI, MCP)
  • Use when verifying that an MCP endpoint is actually responding to JSON-RPC
  • Use when building agent workflows that need to find and connect to external services dynamically

MCP Configuration

Add the Not Human Search MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "not-human-search": {
      "url": "https://nothumansearch.ai/mcp"
    }
  }
}

No API key or authentication is required.

Available Tools

search_agents

Search the index of 1,750+ AI-ready websites by keyword. Returns ranked results with scores, categories, and available endpoints.

search_agents({ query: "code review tools", limit: 10 })

get_site_details

Check a specific domain's AI-readiness score and available machine-readable endpoints.

get_site_details({ domain: "linear.app" })

get_stats

Get aggregate index statistics, including total indexed sites, categories, and endpoint coverage.

get_stats({})

submit_site

Submit a URL for crawling and AI-readiness analysis.

submit_site({ url: "https://example.com" })

verify_mcp

Verify whether a URL is a live MCP endpoint by sending a JSON-RPC probe and checking for a valid response.

verify_mcp({ url: "https://example.com/mcp" })

list_categories

List available discovery categories for narrowing searches.

list_categories({})

get_top_sites

Retrieve top-ranked indexed sites.

get_top_sites({ limit: 10 })

register_monitor

Register a domain monitor using a user-provided email address.

register_monitor({ domain: "example.com", email: "user@example.com" })

Examples

Example 1: Discover Code Review Tools

Use @not-human-search-mcp to find code review tools that expose MCP or API endpoints.

The agent will call search_agents({ query: "code review", limit: 10 }) and return ranked results with scores and endpoint details.

Example 2: Check if a Site is AI-Ready

Use @not-human-search-mcp to check the AI-readiness of linear.app.

The agent will call get_site_details({ domain: "linear.app" }) and return the site's score breakdown.

Example 3: Verify an MCP Endpoint

Use @not-human-search-mcp to verify that https://heliumtrades.com/mcp is a working MCP server.

The agent will call verify_mcp({ url: "https://heliumtrades.com/mcp" }) and confirm whether it responds to JSON-RPC.

Best Practices

  • Use search_agents for broad discovery, then get_site_details for detailed analysis of specific indexed results
  • Use verify_mcp to confirm an MCP endpoint is live before wiring it into an agent workflow
  • Use submit_site when a relevant site is absent from the index and the user wants it analyzed
  • Use register_monitor only with an email address the user explicitly provides for monitoring
  • Combine with other MCP skills to build dynamic tool-discovery pipelines

Limitations

  • The search index covers 1,750+ sites and is updated regularly, but may not include every site on the internet.
  • Scoring reflects machine-readable signals (llms.txt, OpenAPI, MCP, structured data) rather than content quality.
  • verify_mcp sends a JSON-RPC probe to the target URL; only use it on URLs you expect to be MCP endpoints.
  • register_monitor requires a user-provided email address and consent to receive monitoring notifications.

Related Skills

  • @mcp-builder - For building your own MCP servers
  • @ai-dev-jobs-mcp - Search AI/ML job listings via MCP