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

Android Client

This is a direct download for an APK, not a link to an app store.

Download APK

This app was completely vibe-coded. If you have any issues contact me with the contact information in the footer.


shasum -a 256 of apk

            8e532418b6c374df1946229aebae9b706f15cb8c52b0e7bd848742ac0fc91396

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"