Index / Submit

Submit your domain to the ARD index

If you serve an Agentic Resource Discovery manifest, this indexes it now rather than whenever a crawler reaches you. We fetch it live from your domain, so there is nothing to fill in beyond the hostname. No account, no allowlist, no charge, no paid ranking.

What happens when you submit

  1. We request both well-known manifest paths on your domain, live.
  2. Whatever parses as a manifest is indexed immediately, with your declared types, identifiers and representative queries preserved exactly as written.
  3. Your endpoints are probed for reachability, and any MCP server among them is asked for its tool list, so the index records what your servers actually expose.
  4. You get a page at https://neuronto.com/ard-publishers/<your-domain> and become searchable through /search and the MCP endpoint.

Do it from the command line

curl -s -X POST https://neuronto.com/submit \
  -H 'content-type: application/json' \
  -d '{"domain":"example.com"}'
Nothing here is taken on your word: the manifest is fetched from your domain, so a submission cannot inject anything you do not actually publish. If no manifest is found you get told which paths were tried. Not publishing yet? The ten-minute guide and the free audit both help.