Skip to content
MCP-Bridge
SecurityAuto-generated

Authentiq Connect API MCP Server

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.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/authentiq-io

Environment Variables

AUTHENTIQ_CONNECT_API_API_KEY

Example: your_authentiq_connect_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "authentiq-io": {
      "command": "npx",
      "args": ["-y","@mcp/authentiq-io"],
      "env": {
      "AUTHENTIQ_CONNECT_API_API_KEY": "your_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