Skip to main content
VeilPointOEX

Ask the economy

Take OEX straight to your preferred AI

Pick an assistant, choose a question, and continue there. OEX adds the evidence guidance automatically—no OEX account, API key, or separate VeilPoint subscription required.

1 · Start now

No setup required

Ask OEX from the AI you already use

If OEX tools are already connected, your assistant will use them. If they are not, it will receive OEX’s public agent guide and follow the linked evidence instead.

Choose your AI

Choose a question

✓ Your question stays with the AI you choose.

✓ OEX public evidence is keyless and read-only.

✓ Truth states, missing data, and citations stay explicit.

2. Connect OEX once for the richest experience

ChatGPT and Claude can call OEX tools directly after a one-time connection. The buttons below copy the only value you need and take you straight to the provider setup page.

ChatGPT

Direct MCP

Supported where custom MCP apps and Developer mode are available on your ChatGPT plan or workspace.

  1. Enable Developer mode in Settings under Security and login.
  2. Add a plugin, paste the copied endpoint, and name it OEX.
  3. Enable OEX from the tools menu in a conversation.
Copy endpoint & open ChatGPT setup ↗Official setup guide ↗

Other compatible tools

MCP

Add OEX as a remote streamable-HTTP MCP server in any compatible assistant or agent. It is public, keyless, read-only, and retains no MCP session.

{
  "mcpServers": {
    "opportunityExchange": {
      "type": "http",
      "url": "https://veilpoint.ca/mcp"
    }
  }
}

Client availability and organization controls are set by the AI provider. OEX asks for no API key. Every published dataset is read-only; the one thing an agent can write to is a synthetic sandbox business it created for itself, described below.

Try Business Health on a sandbox

Ask your assistant to call create_sandbox_business, then get_business_health. It gets back the same diagnostic OEX runs for a real claimed business — what is missing or wrong in how the business appears in public data, why it matters, and what to do about it — and can then correct the record, supply a website for inspection and ask OEX to look again. Sandbox subjects are synthetic: they appear in no OEX dataset, search result or count, and no agent tool can reach a real business record.

No connector? Check a real business with one link

Adding an MCP server takes setup most people never do, so the same diagnostics are plain GETs any assistant can fetch — no account, no key, and nothing stored about the business:

/api/v1/business-health?name=Your+Business&website=yourdomain.ca
/api/v1/business-study?name=Your+Business&website=yourdomain.ca&objective=what+you+are+trying+to+do

The first runs the twenty-two health checks. The second runs those and then three analytical instruments over the same evidence — Negative Space, what would be expected here and is not observed; Boundary Fracture, a value the business’s own website publishes that never crossed into its record; Strategic Node Finder, the single change that addresses several findings at once. Every conclusion cites the evidence beneath it, and one that cites nothing is withheld rather than shown. Add &format=markdown for the document form. Supplying the website matters most on the study: without it there is no interface to compare, and it says so rather than guessing.

Connected agents call the same capabilities as check_business_health and run_business_study.

What OEX can assess now

OEX can evaluate procurement relevance, potential supplier and customer compatibility, and workforce and credential evidence using governed published data. These are evidence-based compatibility assessments — not claims of supplier relationships, customer intent, procurement qualification, likelihood of award, or labour shortage.

3. Build directly with OEX

MCP server

Economic tools over stateless streamable HTTP.

REST API

Stable JSON resources and shared evidence envelopes.

OpenAPI 3.1

Endpoint, parameter, response, and privacy contract.

Markdown

Low-cost, citation-ready twins of public evidence pages.

Bulk data

Content-addressed JSON snapshots and dataset catalogue.

Use OEX with AI | VeilPoint OEX