opportunity-exchange
O
opportunity-exchange
/investigate_economic_question

investigate economic question

Turn a natural-language economic question into an inspectable deterministic plan, resolve governed entities, execute a bounded set of existing OEX graph/data pr

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

Input

FieldTypeDescription
question*stringThe economic question. Do not include personal or confidential information.
entitiesarrayOptional exact entity hints. Use these when a place, business, occupation, sector, signal,
minimumConfidencestring (A | B | C | D)
depthintegerMaximum graph traversal depth; default 2.
maxEvidenceCallsintegerMaximum governed evidence calls executed; default 6.

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

Try it

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