SecurityAuto-generated
Authentiq API MCP Server
Strong authentication, without the passwords.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/6-dot-authentiqio-appspot-com
Environment Variables
AUTHENTIQ_API_API_KEYExample: your_authentiq_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}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