Skip to content
MCP-Bridge
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_KEY

Example: 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/key

key_register

DELETE/key

key_revoke_nosecret

GET/key/{PK}

key_retrieve

POST/key/{PK}

key_update

PUT/key/{PK}

key_bind

DELETE/key/{PK}

key_revoke

POST/login

push_login_request

POST/scope

sign_request

GET/scope/{job}

sign_retrieve

POST/scope/{job}

sign_confirm