Security & Testing
ecocitizenz.com
Resolves and verifies ECZ-ID identities through the public resolver, explaining status and recommending next actions.
ENDPOINT 1
https://trust-mcp.ecocitizenz.com/mcp
MCP server metadata
- Name
- eczid-trust-mcp
- Version
- 0.2.0
ECZ-ID Trust: resolve ECZ-ID identifiers and evidence state via the public Resolver, explain exact canonical state, route to the single best next ECZ-ID product action, and (authenticated) create neutral Request-to-Resolve records. Results render ECZ-ID state exactly and never assert safety, approval, compliance or Microsoft certification. Local policy decides whether a signal is sufficient.
Known tools 7
resolve_identityResolve an ECZ-ID through the public ECZ-ID Resolver and return the exact canonical state with checked_at, Resolver proof link, re-check action and the local-policy caveat.
Inferred read-onlyget_current_stateReturn the narrow current Resolver-derived state for an ECZ-ID (state, checked_at, Resolver link).
Inferred read-onlyget_resolver_linkReturn the deterministic public Resolver proof/re-check URL for an ECZ-ID.
Inferred read-onlyexplain_statusDeterministically render the exact ECZ-ID status using the claims-safe renderer (VERIFIED is an ECZ-ID state, not a Microsoft certification).
Inferred read-onlyfind_productGiven narrow context flags, return ONE best next ECZ-ID product action (free/community routes win where correct; neutral context routes to free public verification).
Inferred read-onlyget_install_instructionsReturn deterministic official install/discovery routes for an ECZ-ID product or surface (canonical URLs only; planned Microsoft surfaces carry no URLs).
Inferred read-onlycreate_request_to_resolveAUTHENTICATED: create a neutral, shareable request for independently re-checkable ECZ-ID evidence.
Potential side effectsCONNECT 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.eczid-trust-mcp]
url = "https://trust-mcp.ecocitizenz.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eczid-trust-mcp": {
"type": "http",
"url": "https://trust-mcp.ecocitizenz.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eczid-trust-mcp
Remote MCP URL: https://trust-mcp.ecocitizenz.com/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": {
"eczid-trust-mcp": {
"url": "https://trust-mcp.ecocitizenz.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eczid-trust-mcp": {
"type": "http",
"url": "https://trust-mcp.ecocitizenz.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eczid-trust-mcp",
"transport": "streamable-http",
"url": "https://trust-mcp.ecocitizenz.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.