O
opportunity-exchange
/search_employers
search employers
Search the public business directory by name, municipality, sector group and observed hiring flag. Preview providers return modelled activity scenarios, not bus
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 /search_employers for me.
Input
| Field | Type | Description |
|---|---|---|
| q | string | Case-insensitive text search over employer and sector names. |
| municipality | string | Municipality id from /api/v1/municipalities. |
| sector | string | Sector-group id from /api/v1/sectors. |
| hiring | boolean | true to filter on the disclosed hiring flag; preview providers expose modelled scenarios. |
| limit | integer | Result limit, 1-100 (default 25). |
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":"/search_employers","input":{}}'cli
npx cracked-ai run -p mcp-ca-veilpoint-opportunity-exchange -e /search_employers -i '{}'mcp
run_tool({ provider: "mcp-ca-veilpoint-opportunity-exchange", endpoint: "/search_employers", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.