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.jsonConfiguration 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
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.jsonEnvironment Variables
AUTHENTIQ_CONNECT_API_API_KEYReplace your_authentiq_connect_api_api_key with your actual 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