AI Integrations
Talk to your IFRS 9 book from ChatGPT, Claude or Cursor.
ReconSight ships a Model Context Protocol (MCP) server so your favourite AI assistant can read your workspaces on your behalf. You sign in with your existing ReconSight account — nothing new to set up.
MCP endpoint
https://reconsight.io/mcpThis URL is a machine endpoint. Opening it in a browser correctly returns {"error":"unauthorized"} — that is the OAuth handshake, not a bug. Paste the URL into your assistant's connectors panel instead.
How to connect
1
Open your assistant's connectors panel
- ChatGPT: Settings → Connectors → Add (Developer mode).
- Claude Desktop: Settings → Connectors → Add custom connector.
- Cursor: Settings → MCP → Add server.
2
Paste the MCP endpoint URL
Use the URL above. The client automatically discovers OAuth from /.well-known/oauth-protected-resource — no client ID or secret to enter.
3
Sign in and approve
Your browser opens ReconSight's sign-in page. After you log in, a consent screen asks you to approve the connection. Click Approve and you're returned to your assistant.
4
Ask your assistant
Try prompts like:
- “List my ReconSight workspaces.”
- “Show the last 5 IFRS 9 runs for workspace X.”
- “Summarize run <id> — total ECL and stage breakdown.”
Security & access
- Every tool call carries your OAuth bearer token. Tenant Row-Level Security applies exactly as it does in the app — the assistant only sees workspaces you belong to.
- The current tools are read-only:
list_workspaces,list_recent_runs,get_run_summary. - Revoke access anytime by disconnecting the server in your assistant, or by signing out of ReconSight.
