Skip to content

Add Not Human Search MCP agent example#207

Open
unitedideas wants to merge 1 commit into
Arindam200:mainfrom
unitedideas:add-nothumansearch-mcp-agent
Open

Add Not Human Search MCP agent example#207
unitedideas wants to merge 1 commit into
Arindam200:mainfrom
unitedideas:add-nothumansearch-mcp-agent

Conversation

@unitedideas

@unitedideas unitedideas commented Apr 30, 2026

Copy link
Copy Markdown

Closes #206

🔗 Linked Issue

Closes #206

✅ Type of Change

  • ✨ New Project/Feature
  • 🐞 Bug Fix
  • 📚 Documentation Update
  • 🔨 Refactor or Other

📝 Summary

Adds a runnable MCP agent example under mcp_ai_agents/nothumansearch_mcp_agent. It connects to the public Not Human Search MCP endpoint, lists tools, searches for agent-ready sites, and optionally verifies an MCP endpoint with a live JSON-RPC handshake.

Verification run:

python3.11 mcp_ai_agents/nothumansearch_mcp_agent/main.py --query "payment api" --limit 2 --verify-url https://nothumansearch.ai/mcp

The run connected to the live MCP endpoint, returned the NHS tool list, showed two payment API results, and verified https://nothumansearch.ai/mcp as MCP-compliant.

📖 README Checklist

  • I have created a README.md file for my project.
  • My README.md follows the official .github/README_TEMPLATE.md.
  • I have included clear installation and usage instructions in my README.md.
  • I have added a GIF or screenshot to the assets folder and included it in my README.md.

✔️ Contributor Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the project's coding standards.
  • I have placed my project in the correct directory.
  • I have included a requirements.txt and pyproject.toml for dependencies.
  • I have added a .env.example file if environment variables are needed and ensured no secrets are committed. No environment variables are required for this example.
  • My pull request is focused on a single project or change.

@kilo-code-bot

kilo-code-bot Bot commented Apr 30, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (5 files)
  • README.md - Updated project count and added new MCP agent
  • mcp_ai_agents/nothumansearch_mcp_agent/main.py - MCP client implementation
  • mcp_ai_agents/nothumansearch_mcp_agent/README.md - Project documentation
  • mcp_ai_agents/nothumansearch_mcp_agent/pyproject.toml - Project configuration
  • mcp_ai_agents/nothumansearch_mcp_agent/requirements.txt - Dependencies

The new Not Human Search MCP Agent is a standalone CLI tool that discovers agent-ready websites and verifies MCP endpoints. Code follows best practices with proper async/await patterns, safe dictionary access, and error handling. Uses httpx for HTTP communication with MCP JSON-RPC protocol. No security, runtime, or logic issues found.


Reviewed by glm-4.7-flash-20260119 · 112,847 tokens

@shivaylamba shivaylamba left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to use Nebius ai model with the demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Not Human Search MCP agent example

3 participants