Connect Ansvar AI to your AI client
Pick your client. One click where the client supports it — Claude, VS Code, Cursor — otherwise 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) and 1 STRIDE threat-model run a month on a described system; Solo adds multi-source fan-out and a second run; Premium adds case law, preparatory works, and agency guidance, the LINDDUN and TARA families, and a 5-run allowance; Team adds document-grounded workflow plus upload tools; Company adds the audit ledger. See pricing.Step-by-step for the five most-used clients
Claude (web + Desktop) via Connectors
Ansvar is a listed Claude connector: open the listing, press Connect, sign in. The manual steps below do the same thing by hand.
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)
Opens VS Code with the server entry pre-filled — confirm, then sign in. If nothing opens, paste the config below instead.
{
"servers": {
"ansvar": {
"url": "https://gateway.ansvar.eu/mcp"
}
}
}Cursor
Opens Cursor with the server pre-filled — confirm, then sign in. If nothing opens, use the manual steps below.
Name: ansvar URL: https://gateway.ansvar.eu/mcp
Gemini CLI
gemini mcp add --transport http ansvar https://gateway.ansvar.eu/mcp
Other MCP-capable clients
ChatGPT (Apps directory listing, or custom connector)
Prereq. Listed in the ChatGPT Apps directory as "Ansvar Gateway" since August 2026: search the directory, press Connect, sign in — no Developer mode needed. App availability follows OpenAI's plan/region rollout; the custom-connector fallback works on any paid plan with Developer mode enabled (Settings → Apps → Advanced settings). Full guide: ansvar.eu/docs/setup/chatgpt
Where. Apps directory → Ansvar Gateway → Connect (fallback: Settings → Connectors → Create)
MCP server URL: https://gateway.ansvar.eu/mcp Authentication: OAuth (no client ID needed)
Auth. ChatGPT registers itself and opens the OAuth login in the browser.
Verify. Ask: "@Ansvar Gateway Which 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 →Gemini is several products — find yours
Gemini CLI connects with the one command above. Gemini Code Assist, Google Antigravity, Gemini Enterprise, and the Gemini app each work differently — and agents built on the Gemini API need the headless path. The guide covers all of them.
Open the Gemini 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.
- Microsoft Copilot for M365 — A dedicated Ansvar agent is in Microsoft's store review (approval and timing not promised) — meanwhile use Copilot Studio, which publishes to Teams and M365 chat
- 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 →