Connect Ansvar AI to your AI client
Pick your client. Paste a URL. Sign in once. Your client now sees the gateway as a tool.
Three things every client needs
https://gateway.ansvar.eu/mcptools/list is filtered by tier. Free covers single-source search (100 searches/day); Premium adds multi-source fan-out plus case law, preparatory works, and agency guidance; Team adds workflow plus upload tools; Company adds the audit ledger. See pricing.Step-by-step for the four most-used clients
Claude (web + Desktop) via Connectors
Name: Ansvar URL: https://gateway.ansvar.eu/mcp

Claude Code
claude mcp add --transport http ansvar https://gateway.ansvar.eu/mcp

VS Code (GitHub Copilot agents mode)
{
"servers": {
"ansvar": {
"url": "https://gateway.ansvar.eu/mcp"
}
}
}
Cursor
Name: ansvar URL: https://gateway.ansvar.eu/mcp

Other MCP-capable clients
ChatGPT (custom connectors)
Prereq. ChatGPT Plus / Team / Enterprise with custom connectors enabled
Where. Settings → Connectors → Add MCP server
URL: https://gateway.ansvar.eu/mcp
Auth. OAuth dance opens in a popup on first call.
Verify. Ask: "Which Ansvar tools are available?"
Continue
Prereq. Continue extension installed in your IDE
Where. config.json → mcpServers
{
"ansvar": { "url": "https://gateway.ansvar.eu/mcp" }
}Auth. Browser-based OAuth on first use.
Verify. Ask the agent to list its MCP tools.
Open WebUI
Prereq. Self-hosted Open WebUI 0.5+ with MCP support enabled
Where. Admin → Tools → Add MCP server
https://gateway.ansvar.eu/mcp
Auth. OAuth via browser; token stored per user.
Verify. Trigger a workflow and inspect the tool-call panel.
Custom MCP client (stdio / HTTP)
Prereq. Any client implementing the MCP spec
Where. Wherever your client registers MCP servers
Endpoint: https://gateway.ansvar.eu/mcp Transport: streamable-http Auth: OAuth 2.1 + Dynamic Client Registration (PKCE)
Auth. Discovery via /.well-known/oauth-authorization-server.
Verify. Call tools/list and confirm the catalogue is non-empty.
Publish an Ansvar-backed agent to your tenant
Build a Copilot Studio agent that calls Ansvar through the gateway, then publish to Teams, web, or M365 Chat. Same citation contract, M365 native UX. The walkthrough has its own page because it has more steps than every other client combined.
Open the Copilot Studio guide →Tell us which one
The clients below are reachable via the gateway in principle but not yet documented end-to-end. Email us and we will add the walkthrough.
- Gemini — MCP support not yet verified by Ansvar
- Microsoft Copilot for M365 — Different surface from Copilot Studio — not yet documented
- Zed — MCP support landing — walkthrough not yet captured
Triage the three most common problems
The OAuth window did not open
Your client may be blocking popups, or the OAuth redirect URI may be unreachable from your network. Check your firewall allows outbound HTTPS to auth.ansvar.eu.
Tools do not appear in my client
Restart the client after editing config. Most MCP clients only re-read config on launch. If tools are still missing, check the client's MCP-server status panel for an error.
401 unauthorized
Your token expired or the OAuth flow did not complete. Sign out of the client and reconnect; the token will be refreshed.
Now that you are connected
Ask your first cross-jurisdiction question — every answer comes back with sources.
See tiers →