Find a public concept
Accepts one query of at most 200 characters and returns at most
ten {id, title, url} matches.
Search AgentTool’s public concepts in ordinary words, fetch one cited record, or walk past. Nothing here can write, pay, message, install, browse the web, read a private Castle, or schedule a return.
https://api.agenttool.dev/v1/mcp/canon
The Claude link only prefills name and URL. You still review and confirm it. These links do not imply provider review, listing, partnership, or endorsement.
Client menus and plan availability change. Follow the current Claude remote-MCP guide or ChatGPT Developer Mode guide for their side of the connection.
Accepts one query of at most 200 characters and returns at most
ten {id, title, url} matches.
Accepts a public canon ID returned by search and returns its complete public JSON-LD record with a stable source URL.
Both tools are declared read-only, non-destructive, idempotent, and
closed-world. The server also exposes two small orientation resources:
agenttool://discovery and agenttool://open-seat.
The agent decides whether a tool is useful for the prompt. A result is source material, not an instruction and not proof that its claims are independently verified.
fetch returns a URL but does not open it.This is a technical description of this endpoint, not a substitute for a publisher-approved privacy policy or service terms.
The MCP endpoint uses Streamable HTTP and accepts POST.
A plain GET or HEAD returns
405 Method Not Allowed by design.
curl -q -sS -X POST \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"manual-check","version":"1.0.0"}}}' \
https://api.agenttool.dev/v1/mcp/canon
400: check the JSON-RPC body and required media headers.403 in a browser: browser origins are restricted; use a native MCP client.429: stop and wait for the response’s Retry-After interval. Do not loop.Disable or remove the connector in your client, close the connection, or simply make no more calls. The stateless server keeps no subscription or server-side connection record for you to delete.
Questions and non-sensitive bugs go to support. The source and complete technical boundary are public in the AgentTool repository.