← zoneproof.org

INDIVIDUAL MCP TOOL

query_zoneproof_tlds

List, search, or count public TLD namespace records.

zoneproof.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zoneproof.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for query_zoneproof_tlds and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zoneproof.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zoneproof]
url = "https://mcp.zoneproof.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zoneproof": {
      "type": "http",
      "url": "https://mcp.zoneproof.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zoneproof
Remote MCP URL: https://mcp.zoneproof.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zoneproof": {
      "url": "https://mcp.zoneproof.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zoneproof": {
      "type": "http",
      "url": "https://mcp.zoneproof.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zoneproof",
  "transport": "streamable-http",
  "url": "https://mcp.zoneproof.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_zoneproof_tld_namespace — Return public ZoneProof namespace data for a single TLD or PSL delegated DNS suffix.
  • search_zoneproof_entities — Find verified ZoneProof entities, which may be people or organizations.
  • verify_zoneproof_entity — Verify whether a ZoneProof entity, which may be a person or organization, is supported by active credential and domain evidence.
  • get_zoneproof_domain — Return the ZoneProof record for one domain together with its linked entity evidence.
  • find_zoneproof_specialty — Find ZoneProof entities, which may be people or organizations, by structured specialty-bearing fields such as services, industries, and current credential text, with optional location filters.
  • compare_zoneproof_credentials — Compare professional or regulated credentials such as bank charter, pharmacy accreditation, CPA, EA, CFA, CFP, PFS, and similar trust signals so an agent can understand the evidence attached to a ZoneProof entity.
  • list_zoneproof_credential_jurisdictions — List credential jurisdictions or authorities for a credential type and country so an agent can interpret entity verification scope.