Skip to main content
Glama

Neuronto Agentic Resource Discovery (ARD) Index

Server Details

Neuronto Agentic Resource Discovery ARD Index. Search every ARD registry + 31,411 verified tools.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
98.7% over 21 days
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL
Repository
neuronto/agentic-resource-discovery
GitHub Stars
2
Server Listing
neuronto

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action: searching for services vs. individual tools, publishing new entries, and viewing registry stats. No overlap between any pair, so an agent can reliably select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (find_resource, find_tool, publish_resource, registry_stats), making the intent immediately clear and predictable.

Tool Count5/5

Four tools is ideal for a registry/search service—enough to cover core operations without redundancy or bloat.

Completeness5/5

The set covers the essential lifecycle: discovering resources, discovering individual tools, publishing new entries, and understanding the index state. No obvious gaps for the stated purpose.

Available Tools

4 tools
find_resourceFind an agentic resourceA
Read-onlyIdempotent
Inspect

Search for an MCP server, skill, agent, API or other callable capability for a task, across this index and every other public ARD registry at once. Returns ranked matches with a relevance score, the endpoint to connect to, and which registries carry each result. The score is relevance only and is not a trust or safety rating. Filter by payment (free, payable, x402, mpp) and a maximum price per call: terms come from the publisher's manifest or the endpoint's own 402 answer, and the caller pays the provider directly.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoRestrict to one family of resource. Matching is normalised, so 'mcp-server' finds them under every media type in circulation, and 'a2a-agent' or 'agent' both reach A2A cards and ACP, OASF and AgentFacts descriptors. 'webmcp' is browser-page tools, which are not callable servers.any
limitNo
queryYesThe task, in plain language. For example: 'scrape a website behind cloudflare'.
networkNoPayment network, for example base, solana, tempo or stripe.
paymentNoKeep only resources with this payment requirement. 'free' means none is known; 'payable' means a price or a 402 is known.any
federateNoAlso query upstream registries live and fuse the rankings. Off is faster.
max_price_per_callNoMost you will pay for one call, in US dollars. A resource whose price is unknown is excluded.

TDQS

A4.2/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly/idempotent/openWorld/non-destructive, and the description adds material behavior the annotations cannot convey: the federated live query to upstream registries, ranked fusion, the fact that the returned score is relevance only and not a trust or safety signal, and that payment terms come from the publisher manifest or the endpoint's own 402 with the caller paying the provider directly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with what the tool does and immediately followed by the return shape and a critical caveat about the score's meaning. Dense but every sentence carries distinct information; no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the return-shape burden and does it: ranked matches, relevance score, endpoint to connect to, and which registries carry each result. Combined with payment-term provenance, an agent has enough to call and interpret this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 86%, so the baseline is 3, but the description adds real semantic depth the schema lacks: the distinction between 'free' (none known) and 'payable' (price or 402 known), the source of price terms, and direct caller-to-provider payment. It says nothing about 'kind', 'limit', 'federate' or 'network' beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Search for an MCP server, skill, agent, API or other callable capability for a task') and precisely scopes it ('across this index and every other public ARD registry at once'). It never names or contrasts the sibling find_tool, so an agent must infer the split between the two finders.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied rather than stated: the description covers payment filtering and price caps, suggesting when those filters matter, but gives no explicit guidance on when to use this over find_tool or registry_stats. No prerequisites or exclusions are named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_toolFind a specific verified toolA
Read-onlyIdempotent
Inspect

Search individual MCP tools by name and behaviour, not the servers that host them. Every tool returned here was read back from a live server's tools/list, so the name and input schema are what the server actually exposes rather than what its description claims. Use this when you know the shape of the call you need; use find_resource when you are looking for a service.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesWhat the tool should do. For example: 'extract text from a pdf'.
with_schemaNoInclude each tool's full JSON input schema. Verbose; off by default.

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds valuable behavioral context: results are read back from a live server's tools/list, so names and schemas are what the server actually exposes rather than what descriptions claim. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three focused sentences with no filler. The primary purpose and verification behavior are front-loaded, and the sibling differentiation is placed exactly where it is most useful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with rich annotations and a schema that covers the parameters, the description is largely complete. It explains what results are and how they are sourced, though it does not specify the exact return shape or fields when with_schema is false; this is a minor gap given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 67%, and the schema already documents query and with_schema. The description reinforces query semantics with 'by name and behaviour' and explains with_schema's purpose, but it does not add meaningful detail about the limit parameter beyond what the schema's min/max/default already communicates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Search') and resource ('individual MCP tools by name and behaviour'), and explicitly distinguishes itself from searching by server. It also clearly differentiates from the sibling find_resource by naming the exact alternative condition.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit guidance: use this tool when you know the shape of the call you need, and use find_resource when looking for a service. This is direct, actionable routing guidance that leaves little to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

publish_resourcePublish a resource to the indexA
Idempotent
Inspect

List 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNoA domain serving /.well-known/ard.json, e.g. example.com
endpointNoAbsolute URL of an MCP server, e.g. https://example.com/mcp

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the annotations by disclosing the verification behavior: an endpoint 'must complete an MCP initialize handshake' and a domain 'must serve a manifest that parses.' It also reassures the agent that 'nothing is taken on trust,' adding meaningful operational context that the annotations do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. The primary purpose is front-loaded, the parameter mapping is compact, and the verification behavior earns its place. Every sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity tool with two fully documented parameters and helpful annotations, the description covers purpose, parameter selection, and verification. It does not describe the response/error format, and there is no output schema to fall back on, which is a minor completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by pairing each parameter with its intended usage and validation requirement, clarifying that endpoint means an MCP server URL and domain means a site serving an ARD manifest. This goes beyond the schema but could have specified the either/or selection rule more explicitly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'List an MCP server or an ARD-publishing domain in this index so other agents can discover it.' It clearly distinguishes the publish/registration intent from the sibling find tools, and the two supported forms (endpoint vs domain) are explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete guidance on which input to provide: 'Give `endpoint` for an MCP server URL, or `domain` for a site that serves an ARD manifest.' It implies this tool is for registering resources rather than discovering them, but it does not explicitly name alternatives or say when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

registry_statsIndex statisticsA
Read-onlyIdempotent
Inspect

How large this index is, what it holds, how much of it has been verified by introspection, and which upstream registries are federated.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds meaningful behavioral context by specifying what the statistics cover and the concept of introspection verification. No side-effect or return-format disclosure, but annotations cover the safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that packs four distinct aspects of the statistics without redundancy. It is front-loaded with 'How large this index is' and avoids filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless read-only stats tool, the description covers what the operation tells you. There is no output schema, so a structured return format isn't specified, but the listed categories are sufficient for an agent to understand the tool's value. Minor gap: no explicit statement of the output representation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so the schema is trivial. Per the baseline for parameterless tools, the description is not required to elaborate parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description enumerates the exact content of the statistics (size, contents, verification, federated registries), which makes the tool's purpose identifiable. It lacks an explicit action verb like 'return' or 'show', but the title and description together clearly indicate a stats/inspection tool, and it is distinct from the find_* siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for retrieving index statistics, but does not state when to use it in preference to find_resource/find_tool, nor any exclusions. The purpose difference is obvious enough that an agent can infer usage, but explicit guidance is absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedfind_resource3 fields changed
      • addedInput schema / properties / max_price_per_call
        Added value: +{
        +  "description": "Most you will pay for one call, in US dollars. A resource whose price is unknown is excluded.",
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / network
        Added value: +{
        +  "description": "Payment network, for example base, solana, tempo or stripe.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payment
        Added value: +{
        +  "default": "any",
        +  "description": "Keep only resources with this payment requirement. 'free' means none is known; 'payable' means a price or a 402 is known.",
        +  "enum": [
        +    "any",
        +    "free",
        +    "payable",
        +    "x402",
        +    "mpp",
        +    "card"
        +  ],
        +  "type": "string"
        +}
  2. 1 tool update
    • Addedpublish_resource
  3. 3 tool updates
    • First observedfind_resource
    • First observedfind_tool
    • First observedregistry_stats

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.