Authentiq API Claude Desktop Config
Add the Authentiq API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"6-dot-authentiqio-appspot-com": {
"command": "npx",
"args": [
"-y",
"@mcp/6-dot-authentiqio-appspot-com"
],
"env": {
"AUTHENTIQ_API_API_KEY": "your_authentiq_api_api_key"
}
}
}
}Environment Variables
AUTHENTIQ_API_API_KEYReplace your_authentiq_api_api_key with your actual authentiq api api key
Endpoints
POST
/keykey_register
DELETE
/keykey_revoke_nosecret
GET
/key/{PK}key_retrieve
POST
/key/{PK}key_update
PUT
/key/{PK}key_bind
DELETE
/key/{PK}key_revoke
POST
/loginpush_login_request
POST
/scopesign_request
GET
/scope/{job}sign_retrieve
POST
/scope/{job}sign_confirm