Publish a resource to the index
publish_resourceList an MCP server or an ARD-publishing domain in this index so other agents can discover it. Give endpoint for an MCP server URL, or domain for a site that serves an ARD manifest. The submission is verified before it is indexed: an endpoint must complete an MCP initialize handshake, and a domain must serve a manifest that parses. Nothing is taken on trust, so a listing that succeeds here is one an agent can actually call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | A domain serving /.well-known/ard.json, e.g. example.com | |
| endpoint | No | Absolute URL of an MCP server, e.g. https://example.com/mcp |