Start Page

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:

  1. View employee lists
  2. Track training
  3. Download detailed reports

How do I get an API key?

  1. Login to Ninjio's admin portal
  2. Click on the integration button at the top of the page
  3. Generate your API key
  4. 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-Key header 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"