Neuronto is an Agentic Resource Discovery (ARD) registry. Connected to Claude Code, it lets the agent find the MCP servers, skills, agents and APIs that can do a task, searching this index and every other public ARD registry at once rather than a single catalogue.

No account, no key, no signup.

How to add Neuronto to Claude Code

Two commands, in Claude Code
/plugin marketplace add neuronto/ard-connectors
/plugin install neuronto-agent-finder@neuronto

Then ask: /agentfinder a tool that can read PDFs.

What is different about Claude Code

Claude Code is the only client here that takes a plugin rather than a config file, so the connector arrives bundled with a skill. The skill is what makes plain language work: you ask for a capability and it searches ARD without you naming a registry, shows the finder menu once, remembers the choice, and never installs anything it finds.

Client documentation: https://github.com/neuronto/ard-connectors

What you get back

Ranked matches with the endpoint to connect to, which registries carried each one, and what was verified by fetching it: whether the endpoint answered, and the tools its own tools/list returned. The score is semantic relevance only and is never a trust or safety rating.

The endpoint is POST only and answers 405 to GET, because every tool answers inside the request that asked. Full reference at /api-docs; privacy covers what is stored, which for a keyed search is nothing.

Another client

All of them on one page: /connect.