# Nothumansearch Mcp

> Remote MCP server for Not Human Search — search the agentic web. Install: claude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp

- **Type:** MCP server
- **Install:** `agentstack add mcp-unitedideas-nothumansearch-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [unitedideas](https://agentstack.voostack.com/s/unitedideas)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 1.3.0
- **License:** MIT
- **Upstream author:** [unitedideas](https://github.com/unitedideas)
- **Source:** https://github.com/unitedideas/nothumansearch-mcp

## Install

```sh
agentstack add mcp-unitedideas-nothumansearch-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Not Human Search — MCP server

A remote MCP server for searching the agentic web. Discover APIs, services, and tools AI agents can actually call — ranked by agentic readiness score (0-100).

**Live endpoint:** `https://nothumansearch.ai/mcp` (streamable-http transport, no install)

**Registry listing:** [`ai.nothumansearch/search`](https://registry.modelcontextprotocol.io/v0/servers?search=nothumansearch)

## Install in one command

```bash
claude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp
```

Any MCP-compatible client (Claude Code, Cline, Cursor, Zed, Goose, etc.) can connect to the same endpoint.

## Tools

| Tool | Purpose |
|------|---------|
| `search_agents` | Find agent-ready websites, APIs, and services by keyword, category, or minimum readiness score. |
| `get_site_details` | Get the full 7-signal readiness report for a specific domain. |
| `get_stats` | Index statistics: total sites, average score, top category. |

## What "agentic readiness" means

Every site in the index is scored 0-100 based on 7 signals that determine how cleanly an AI agent can interact with it:

- `llms.txt` (25 pts)
- `ai-plugin.json` (20 pts)
- OpenAPI spec (20 pts)
- Structured API (15 pts)
- MCP server (10 pts)
- `robots.txt` AI bot rules (5 pts)
- Schema.org markup (5 pts)

## Other interfaces

- **Website:** https://nothumansearch.ai
- **REST search API:** `GET https://nothumansearch.ai/api/v1/search?q=`
- **On-demand check (CI-friendly):** `POST https://nothumansearch.ai/api/v1/check`
- **Embeddable badge:** `https://nothumansearch.ai/badge/{domain}.svg`
- **Submit a site:** `POST https://nothumansearch.ai/api/v1/submit`

## Manifest

```json
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.nothumansearch/search",
  "title": "Not Human Search",
  "description": "Search engine for AI agents. Find websites and APIs ranked by agentic readiness.",
  "version": "1.0.0",
  "websiteUrl": "https://nothumansearch.ai",
  "remotes": [
    { "type": "streamable-http", "url": "https://nothumansearch.ai/mcp" }
  ]
}
```

## Deeper docs

See [USAGE.md](./USAGE.md) for a practical guide: tool arguments, recipes ("find me an email API that agents can actually call"), scoring details, and design principles.

## License

The MCP server source lives in a private repo. This README is MIT-licensed — use the `claude mcp add` command freely.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [unitedideas](https://github.com/unitedideas)
- **Source:** [unitedideas/nothumansearch-mcp](https://github.com/unitedideas/nothumansearch-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v1.3.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **1.3.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-unitedideas-nothumansearch-mcp
- Seller: https://agentstack.voostack.com/s/unitedideas
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
