Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/6-dot-authentiqio-appspot-com.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "6-dot-authentiqio-appspot-com": {
      "url": "https://mcpbridge.org/config/6-dot-authentiqio-appspot-com.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "6-dot-authentiqio-appspot-com": {
      "url": "https://mcpbridge.org/config/6-dot-authentiqio-appspot-com.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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