Your AI can query SoukRaise
Point your own AI assistant, family-office system or wealth platform at SoukRaise and it discovers the deals you are authorized to see. Read-only, eligibility-gated, and answered to your mandate — never a recommendation.
Eligibility first
An offer you may not legally take is never returned. Ineligible offers are absent, not partially rendered (a 403). Server-side, always.
Issuer-permissioned
Only the fields an issuer exposed and the documents you are cleared for are returned. A withheld figure never leaks — enforced in the core, not by prompting.
Never a recommendation
No quality or merit score exists. Results are ordered by your own mandate fit, with the reason on each. The API answers a mandate; it never pushes an offer.
Ask in plain language
A query is a mandate expression. This runs the same deterministic discovery engine (@soukraise/discovery) your AI would call — over illustrative demonstration data.
Note how Qudra Energy's valuation is absent — that issuer did not expose it. And how the stated-but-unverified revenue never appears; only the verified figure does. That is the ACL in the core, not a prompt.
Four read-only tools
Connect a compatible AI assistant to the SoukRaise MCP server. There is deliberately no tool that moves money or commits capital.
search_offers
Eligible offers matched to a mandate/NL query, each with its reason; ordered by your own fit.
get_offer
One offer's structured profile — permissioned fields + cleared documents only; 403 if ineligible.
get_taxonomy
The versioned sectors, themes, structures and jurisdictions.
register_alert
A standing mandate for offer.matched webhooks; delivery re-checks eligibility at send time.
Or plain HTTP
And the rest
What it will never do
An investor's AI can trust SoukRaise precisely because the interface is constrained.
- Recommend, rank or endorse an offer
- Return offer content to an investor who isn't eligible
- Return a field the issuer withheld, or a document you aren't cleared for
- Offer any write path to money or commitment
- Profile you covertly — a query is only ever the mandate you expressed
packages/discovery (core), packages/access (OAuth), packages/audit, packages/webhooks, apps/mcp-server (MCP) and apps/discovery-api (REST + GraphQL + OAuth), 43 tests. Full contract in docs/api-mcp-contract.md. This preview runs illustrative demonstration data; nothing here is a live offer, and SoukRaise is not yet licensed to operate a regulated marketplace.