SIS-licensed ISO clauses and controls·an add-on inside the AI clients and agents you already use
    Setup

    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.

    Gateway essentials

    Three things every client needs

    Server URLhttps://gateway.ansvar.eu/mcp
    AuthOAuth 2.1 with Dynamic Client Registration (PKCE). The client opens a browser once, you sign in, the client stores the token and refreshes silently after that.
    Tier visibilitytools/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.
    Available throughThe Claude connector directory, the ChatGPT Apps directory, and AWS Marketplace — or connect any MCP client directly with the URL above.
    Designed forMCP-native AI clients (Claude, ChatGPT, Cursor, VS Code Copilot, Gemini), Copilot Studio agents, and custom MCP clients your team builds. MCP (Model Context Protocol) is the open standard that lets AI assistants call external tools.
    Tier-1 walkthroughs

    Step-by-step for the five most-used clients

    Claude (web + Desktop) via Connectors
    Prerequisites. Any Claude plan — Free, Pro, Max, Team, or Enterprise (Claude Free allows one custom connector; on Team/Enterprise an owner enables the connector first) — on claude.ai, Cowork, or Claude Desktop. Any Ansvar account works — Free is enough to evaluate (one jurisdiction, framework, or source per search, 100 searches/day); Solo unlocks multi-source fan-out; Premium adds case law, preparatory works, and agency guidance.
    Add Ansvar from the Claude connector directory

    Ansvar is a listed Claude connector: open the listing, press Connect, sign in. The manual steps below do the same thing by hand.

    Customize → Connectors → Add custom connector
    Name: Ansvar
    URL: https://gateway.ansvar.eu/mcp
    OAuth. After saving, Claude opens a browser for OAuth sign-in at auth.ansvar.eu. Approve the consent screen. The connector flips to Connected; tokens refresh silently after that.
    Verify. Ask Claude: "Do you see Ansvar tools available?" Expected: Claude lists ansvar.search and the other tools your tier includes.
    Claude Code
    Prerequisites. Claude Code CLI installed (`npm i -g @anthropic-ai/claude-code`), an Ansvar account (any tier)
    Run in your project root
    claude mcp add --transport http ansvar https://gateway.ansvar.eu/mcp
    OAuth. The --transport http flag is required — without it the CLI defaults to stdio. After adding the server, start Claude (claude), type /mcp, select "ansvar" (the name from the add command), choose Authenticate. A browser opens for OAuth at auth.ansvar.eu; approve and return to the terminal. The token is stored in ~/.claude.json.
    Verify. In the /mcp menu, the ansvar server status should read "connected" with Auth: authenticated. Expected: Tools become available in the next message — try: "List the Ansvar tools you can call."
    VS Code (GitHub Copilot agents mode)
    Prerequisites. VS Code 1.92+, GitHub Copilot agents mode enabled, an Ansvar account (any tier)
    Install in VS Code

    Opens VS Code with the server entry pre-filled — confirm, then sign in. If nothing opens, paste the config below instead.

    Create or edit .vscode/mcp.json
    {
      "servers": {
        "ansvar": {
          "url": "https://gateway.ansvar.eu/mcp"
        }
      }
    }
    OAuth. Trigger a Copilot agent action that touches an MCP server. VS Code opens the OAuth flow on first use.
    Verify. In Copilot Chat (agents mode): "What MCP tools do I have?" Expected: Copilot enumerates the Ansvar tool catalogue.
    Cursor
    Prerequisites. Cursor 0.42+, an Ansvar account (any tier)
    Install in Cursor

    Opens Cursor with the server pre-filled — confirm, then sign in. If nothing opens, use the manual steps below.

    Settings → MCP → Add Server
    Name: ansvar
    URL: https://gateway.ansvar.eu/mcp
    OAuth. Cursor opens the OAuth flow when you save the server entry.
    Verify. In Composer or Chat: "List tools registered under ansvar." Expected: Cursor shows the tool list inline.
    Gemini CLI
    Prerequisites. gemini-cli v0.44.0+ (earlier versions lose authentication when the short-lived token rotates mid-session), a Gemini Code Assist Standard/Enterprise license or paid Gemini API key (Google retired the free individual CLI tiers 2026-06-18), an Ansvar account (any tier)
    Run in your project root (add --scope user to register globally)
    gemini mcp add --transport http ansvar https://gateway.ansvar.eu/mcp
    OAuth. Start gemini and run /mcp auth ansvar. A browser opens for OAuth at auth.ansvar.eu — no client ID or key to configure; Gemini CLI discovers the gateway's OAuth endpoints and registers itself. Approve and return to the terminal. If tool calls fail with an auth error later in a long session, run /mcp auth ansvar again.
    Verify. Run /mcp list. Expected: The ansvar server reads connected and lists the tools your tier includes.
    Tier-2 quick configs

    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.

    Microsoft Copilot Studio

    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 →
    Google Gemini

    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 →
    My client isn't here

    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 M365A 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
    • ZedMCP support landing — walkthrough not yet captured
    Trouble?

    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 →