← WebMCP Directory

Tool tree

startbrain.io

Health & Education
https://startbrain.io/
Brain, cyber & AI security awareness your teams actually play. In the catalog: arcade cabinets, competitions, training paths, games and a bot.
Explore capabilities

Tools verified

page: Every page

find_brain_productAnswer

Find which Brain products fit a need about employee cybersecurity or AI awareness (competition, awareness month, arcade kiosk, Slack bot, learning path, phishing simulation, deepfake experience). Returns product names, one-line descriptions and page URLs on startbrain.io.

View tool JSON
{
  "name": "find_brain_product",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find which Brain products fit a need about employee cybersecurity or AI awareness (competition, awareness month, arcade kiosk, Slack bot, learning path, phishing simulation, deepfake experience). Returns product names, one-line descriptions and page URLs on startbrain.io.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "need": {
        "type": "string",
        "description": "The need or use case, in any language, e.g. \"cybersecurity awareness month for 800 employees\""
      }
    },
    "required": [
      "need"
    ]
  },
  "page": "/"
}
list_brain_productsAnswer

List every Brain product with a one-line description and its page URL on startbrain.io, in the current site language.

View tool JSON
{
  "name": "list_brain_products",
  "kind": "answer",
  "impl": "imperative",
  "description": "List every Brain product with a one-line description and its page URL on startbrain.io, in the current site language.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_brain_pricingAnswer

Return where the public prices of Brain live (credit packs for Cyber Cup and Super Challenge, annual licence per Brain Arcade kiosk, events on quote), excluding VAT.

View tool JSON
{
  "name": "get_brain_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return where the public prices of Brain live (credit packs for Cyber Cup and Super Challenge, annual licence per Brain Arcade kiosk, events on quote), excluding VAT.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
book_brain_meetingSensitive Action

Open the Brain booking page (30-minute call or callback request) in the current tab and return its URL and the contact email. Does not submit anything.

View tool JSON
{
  "name": "book_brain_meeting",
  "kind": "transact",
  "impl": "imperative",
  "description": "Open the Brain booking page (30-minute call or callback request) in the current tab and return its URL and the contact email. Does not submit anything.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}