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_KEYExample: 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
/authorizeAuthenticate a user
GET
/clientList clients
POST
/clientRegister a client
GET
/client/{client_id}View a client
PUT
/client/{client_id}Update a client
DELETE
/client/{client_id}Delete a client
POST
/tokenObtain an ID Token
GET
/userinfoRetrieve a user profile
GET
/{client_id}/iframeInclude a session iframe