Welcome to Ninjio Reporting Tool
This is a reporting tool for Ninjio's Cyber awareness training platform. It allows you to view and download reports on employee performance during phishing simulations and training.
How do I use this?
To get started, please log in using your Ninjio API key. Once logged in, you can:
- View employee lists
- Track training
- Download detailed reports
Try Demo Mode!
Want to explore the tool before connecting your account? Use DEMO as your API key to explore with sample data.
How do I get an API key?
- Login to Ninjio's admin portal
- Click on the integration button at the top of the page
- Generate your API key
- Select Read and Write access for full functionality
Programmatic Access (MCP)
You can also interact with this application programmatically using the Model Context Protocol (MCP) server.
-
URL:
https://ninjio.reports.scriptsandcrap.us/ -
Authentication: Use the
X-MCP-API-Keyheader with your API key.
This is the same API key you use to log in to this web interface.
Example using curl to list available tools:
curl https://ninjio.reports.scriptsandcrap.us/mcp/tools \
-H "X-MCP-API-Key: YOUR_API_KEY"