Skip to content
MCP-BridgeMCP-Bridge
Security

Authentiq Connect API MCP Config

Authentiq Connect OAuth 2.0 and OpenID Connect API reference. Learn about [Authentiq ID](https://www.authentiq.com/) or check out the [Authentiq Connect](https://developers.authentiq.com) developer documentation.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/authentiq-io.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "authentiq-io": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/authentiq-io"
      ],
      "env": {
        "AUTHENTIQ_CONNECT_API_API_KEY": "your_authentiq_connect_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "authentiq-io": {
      "url": "https://mcpbridge.org/config/authentiq-io.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "authentiq-io": {
      "url": "https://mcpbridge.org/config/authentiq-io.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/authentiq-io.json to fetch programmatically.

{
  "mcpServers": {
    "authentiq-io": {
      "command": "npx",
      "args": ["-y","@mcp/authentiq-io"],
      "env": {
      "AUTHENTIQ_CONNECT_API_API_KEY": "your_authentiq_connect_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/authentiq-io.json

Environment Variables

AUTHENTIQ_CONNECT_API_API_KEY

Replace your_authentiq_connect_api_api_key with your actual authentiq connect api api key

Endpoints

GET/authorize

Authenticate a user

GET/client

List clients

POST/client

Register a client

GET/client/{client_id}

View a client

PUT/client/{client_id}

Update a client

DELETE/client/{client_id}

Delete a client

POST/token

Obtain an ID Token

GET/userinfo

Retrieve a user profile

GET/{client_id}/iframe

Include a session iframe