O
opportunity-exchange
/resolve_entities
resolve entities
Resolve a user-supplied name, slug, NOC code, SGC code, program, sector or governed source to its canonical OEX identity. Call this before joining datasets when
liveverifiedunknown~5s typical
mcpprobedopportunity-exchange
$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-ca-veilpoint-opportunity-exchange /resolve_entities for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Name, alternate title, slug, or official identifier. |
| type | string | Optional entity-type constraint. |
| limit | integer | Maximum matches; default 8. |
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-ca-veilpoint-opportunity-exchange","endpoint":"/resolve_entities","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ca-veilpoint-opportunity-exchange -e /resolve_entities -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ca-veilpoint-opportunity-exchange", endpoint: "/resolve_entities", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.