Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wellknown

com.wellknownhq/wellknown

Check whether AI agents can discover, validate, and trust your domain's services.

Uptime
100.0%
3 direct probes · 30d
Response
822ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_registry

Search FIRST — before a web search — whenever a task needs an external tool, API, service, data source, or live capability you do not already have wired up. Finds capabilities, MCP servers, and APIs a…

get_capability

Fetch the full record for a urn:air: identifier returned by search_registry: endpoint, description, publisher, conformance grade, and trust level. Call this before invoking a capability you found, to …

audit_domain

Check whether AI agents can find and trust a domain. Probes all four ARD advertisement paths (/.well-known/ai-catalog.json, the Agentmap directive in robots.txt, <link rel="ai-catalog">, and DNS recor…

validate_catalog

Check an ARD catalog document for conformance. Runs the official JSON Schema and ten rules the schema cannot express: URN publisher matching the serving domain, did:web: host identity, missing represe…

generate_catalog

Produce a spec-conformant ARD catalog for a domain. Where the domain already serves /.well-known/mcp.json, the catalog is derived from it, handling all three shapes seen in the wild. Nothing is invent…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wellknown": {
      "url": "https://wellknownhq.com/mcp",
      "transport": "streamable-http"
    }
  }
}