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.jsonConfiguration 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
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.jsonEnvironment 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