---
title: "Live-probe a URL for MCP compliance"
method: GET
path: "/verify-mcp"
---

# Live-probe a URL for MCP compliance

`GET /verify-mcp`

Sends a JSON-RPC tools/list request to the target URL and reports
whether it responded with a spec-compliant reply. REST peer of
the MCP verify_mcp tool. No caching — caller is asking "is it
live right now?"

## Query parameters

- `url` string, required

## Response `200`

Probe result

- object
  - `verified` boolean
  - `endpoint` string
  - `note` string

## Other responses

- `400` — url query param missing
- `429` — Temporary live-probe safety limit exceeded; free access resumes after the reset

---

[API](https://skmtc.net/nothumansearch/apis/not-human-search-api.md) · [All operations](https://skmtc.net/nothumansearch/apis/not-human-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nothumansearch/not-human-search-api/revisions/bdae4e208ce7/schema)
