query_signins
ActiveTool of com.blackveilsecurity/dns
Query Microsoft Entra sign-in logs for a tenant. Optionally filter by user principal name, failure status, or lookback window. Requires m365Proxy service binding; returns { unprovisioned: true } when absent. A `representative: true` field in the response marks sample (non-live) data until live Graph reads land.
Parameters schema
{
"type": "object",
"required": [
"ms_tenant_id"
],
"properties": {
"since_hours": {
"type": "integer",
"maximum": 720,
"minimum": 1,
"description": "Lookback window in hours (default: 24, max: 720)."
},
"ms_tenant_id": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "Microsoft Entra tenant ID (GUID or domain)."
},
"failures_only": {
"type": "boolean",
"description": "When true, return only failed sign-ins."
},
"user_principal_name": {
"type": "string",
"maxLength": 254,
"description": "Filter to a specific user (UPN). Omit for all users."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.blackveilsecurity/dns
https://github.com/MadaBurns/bv-mcp
2/7 registries