ET
ECZ-ID Trust MCP
/create_request_to_resolve
Create a neutral Request-to-Resolve (authenticated)
AUTHENTICATED: create a neutral, shareable request for independently re-checkable ECZ-ID evidence. Requires a Microsoft Entra bearer token with the RequestToRes
liveverifiedunknown~5s typical
mcpprobedecz-idtrustmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ecocitizenz-trust-mcp /create_request_to_resolve for me.
Input
| Field | Type | Description |
|---|---|---|
| target_type* | string (business | agent | mcp | api | software) | |
| target_descriptor* | string | |
| requested_evidence_category* | string | |
| consent_mode* | string (link-only | user-initiated-share) | |
| resolver_ref | string | |
| idempotency_key | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-ecocitizenz-trust-mcp","endpoint":"/create_request_to_resolve","input":{"target_type":"business","target_descriptor":"...","requested_evidence_category":"...","consent_mode":"link-only"}}'cli
npx cracked-ai run -p mcp-com-ecocitizenz-trust-mcp -e /create_request_to_resolve -i '{"target_type":"business","target_descriptor":"...","requested_evidence_category":"...","consent_mode":"link-only"}'mcp
run_tool({ provider: "mcp-com-ecocitizenz-trust-mcp", endpoint: "/create_request_to_resolve", input: {"target_type":"business","target_descriptor":"...","requested_evidence_category":"...","consent_mode":"link-only"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.