ca.airiskmanagement/shadow-ai-list
Official4 toolsShadow AI List
Risk-ranked registry of AI tools: look up an AI tool's risk or check if a domain is shadow AI.
Risk-ranked registry to assess AI tool safety and identify unauthorized shadow AI usage.
Captured live from the server via tools/list.
lookup_ai_tool_risk
Look up an AI tool by name, vendor, or domain and return its AI Exposure Index risk score, risk band, category, and whether it trains on user data. Covers the free top 100.
Parameters (1)
- querystringrequired
Tool name, vendor, or domain (e.g. 'Cursor', 'OpenAI', 'cursor.sh').
check_domain_against_registry
Check whether a domain or subdomain belongs to a known AI tool - i.e. whether traffic to it is shadow AI. Returns the tool and its risk if matched. Covers the free top 100.
Parameters (1)
- domainstringrequired
A domain or URL, e.g. 'chat.openai.com' or 'https://cursor.sh'.
list_shadow_ai
List AI tools from the registry, optionally filtered by category. Returns name, domain, category, and risk band. Covers the free top 100.
Parameters (2)
- categorystring
Optional category filter (e.g. 'coding', 'chatbot', 'meeting_transcription').
- limitinteger
Max results (default 25, max 100).
get_top_risky_ai
Get the highest-risk AI tools by AI Exposure Index risk score. Returns name, domain, category, and risk score + band. Covers the free top 100.
Parameters (1)
- limitinteger
How many (default 10, max 25).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"shadow-ai-list": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ailist.airiskmanagement.ca/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.