opportunity-exchange
O
opportunity-exchange
/query_knowledge_graph

query knowledge graph

Query the materialized semantic graph without downloading whole datasets. Resolve an entity name/code and optional municipality geography, then return typed fac

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

Input

FieldTypeDescription
entitystringExact name, slug, graph id, NOC code, SGC code, source id, or provider id.
geographystringOptional exact municipality name, slug, or SGC code for geography-scoped facts.
typestringOptional entity-type constraint.
bundlestring (municipal-economic-profile-v1)Bounded metric preset. municipal-economic-profile-v1 requires one municipality entity.
metricsarrayFact metrics, e.g. population.
predicatesarrayRelationship predicates, e.g. classified_as or serves.
truthStatesarray
minimumConfidencestring (A | B | C | D)
referencePeriodStartstringInclusive ISO-8601 lower bound for fact reference periods.
referencePeriodEndstringInclusive ISO-8601 upper bound for fact reference periods.
limitintegerMaximum facts, relationships, or listed entities; default 25.
depthintegerHops to expand outward from entity; default 1. Above 1 adds an expansion block of nodes an
maxNodesintegerCeiling on entities across the whole expansion; default 200. Distinct from limit, which bo

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

Try it

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