Skip to content
MCP-Bridge
Security

Authentiq API MCP Config

Strong authentication, without the passwords.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/6-dot-authentiqio-appspot-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/6-dot-authentiqio-appspot-com.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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/6-dot-authentiqio-appspot-com.json

Environment Variables

AUTHENTIQ_API_API_KEY

Replace your_authentiq_api_api_key with your actual 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