INDIVIDUAL MCP TOOL
verify_zoneproof_entity
Verify whether a ZoneProof entity, which may be a person or organization, is supported by active credential and domain evidence.
LIVE ENDPOINT
https://mcp.zoneproof.org/mcp
Connect to this endpoint to inspect the live schema for verify_zoneproof_entity and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.query_zoneproof_tlds— List, search, or count public TLD namespace records.search_zoneproof_entities— Find verified ZoneProof entities, which may be people or organizations.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.