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
| Field | Type | Description |
|---|---|---|
| entity | string | Exact name, slug, graph id, NOC code, SGC code, source id, or provider id. |
| geography | string | Optional exact municipality name, slug, or SGC code for geography-scoped facts. |
| type | string | Optional entity-type constraint. |
| bundle | string (municipal-economic-profile-v1) | Bounded metric preset. municipal-economic-profile-v1 requires one municipality entity. |
| metrics | array | Fact metrics, e.g. population. |
| predicates | array | Relationship predicates, e.g. classified_as or serves. |
| truthStates | array | |
| minimumConfidence | string (A | B | C | D) | |
| referencePeriodStart | string | Inclusive ISO-8601 lower bound for fact reference periods. |
| referencePeriodEnd | string | Inclusive ISO-8601 upper bound for fact reference periods. |
| limit | integer | Maximum facts, relationships, or listed entities; default 25. |
| depth | integer | Hops to expand outward from entity; default 1. Above 1 adds an expansion block of nodes an |
| maxNodes | integer | Ceiling 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.