opportunity-exchange
O
opportunity-exchange
/get_entity_context

get entity context

Fetch the governed context for one resolved entity in a single call. Accepts a canonical id, local slug or exact name and routes to the existing occupation, mun

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 /get_entity_context for me.

Input

FieldTypeDescription
type*string
id*stringExact canonical id, local slug, or name from resolve_entities.

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":"/get_entity_context","input":{"type":"...","id":"..."}}'
cli
npx cracked-ai run -p mcp-ca-veilpoint-opportunity-exchange -e /get_entity_context -i '{"type":"...","id":"..."}'
mcp
run_tool({ provider: "mcp-ca-veilpoint-opportunity-exchange", endpoint: "/get_entity_context", input: {"type":"...","id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.