UK/EU financial regulatory divergence — composite MCP + REST API
A knowledge service for post-Brexit regulatory divergence (FCA guidance, policy documents, commentary) combined with verbatim UK legislation from legislation.gov.uk. One public endpoint; two backends behind it.
| Backend | Role | Tools / routes |
|---|---|---|
| GraphRAG | Indexed divergence documents, FCA handbook extracts, uploads | search_regulatory_divergence, compare_eu_uk_regimes, … |
| UK-law-mcp (Ansvar) | Verbatim UK statute text | law_search_legislation, law_get_provision, … |
ChatGPT / MCP clients — Streamable HTTP, Bearer API key:
https://post-brexit-divergence.docaichat.com/mcp Authorization: Bearer <API_KEY>
REST — same Bearer token on /v1/* (search, sources, topics).
Live health: /healthz —
shows GraphRAG index readiness and uk-law-mcp connectivity.
GraphRAG search works after indexing on the server
(ingest_and_index_cli --sources all --index).
Not legal advice. Always verify citations against official FCA, legislation.gov.uk, and other primary sources.