← ecocitizenz.com

INDIVIDUAL MCP TOOL

find_product

Given narrow context flags, return ONE best next ECZ-ID product action (free/community routes win where correct; neutral context routes to free public verification).

ecocitizenz.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://trust-mcp.ecocitizenz.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_product 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

ecocitizenz.com

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

Related tools

  • resolve_identity — Resolve 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.
  • get_current_state — Return the narrow current Resolver-derived state for an ECZ-ID (state, checked_at, Resolver link).
  • get_resolver_link — Return the deterministic public Resolver proof/re-check URL for an ECZ-ID.
  • explain_status — Deterministically render the exact ECZ-ID status using the claims-safe renderer (VERIFIED is an ECZ-ID state, not a Microsoft certification).
  • get_install_instructions — Return deterministic official install/discovery routes for an ECZ-ID product or surface (canonical URLs only; planned Microsoft surfaces carry no URLs).
  • create_request_to_resolve — AUTHENTICATED: create a neutral, shareable request for independently re-checkable ECZ-ID evidence.