Skip to content
MCP-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://mcp-bridge.pages.dev/config/authentiq-io.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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